401b29de1f08c51226514b1fd5bc77f6217fdcdc
[mono.git] / mono / mini / ChangeLog
1 2010-07-29  Mark Mason <glowingpurple@gmail.com>
2         
3         * mini-ops.h: Fix mips branch opcodes
4         * mini-mips.h: enable IMT for MIPS
5         * mini-mips.c: Use NULLIFY_INS(), fixup *_OVF expansions with extra move.
6         * tramp-mips.c: Some cleanups to trampoline handling
7         
8 2010-07-27  Mark Mason <glowingpurple@gmail.com>
9
10         * mini-mips.c: Fix compilation errors.
11
12 2010-07-25  Zoltan Varga  <vargaz@gmail.com>
13
14         * mini-trampolines.c (common_call_trampoline): Fix a warning.
15
16 2010-07-24  Zoltan Varga  <vargaz@gmail.com>
17
18         * mini-s390x.c: Change the calling convention to pass this as first as on other
19         architectures. Remove some dead code from the get_vcall_slot().
20
21 2010-07-24  Geoff Norton  <gnorton@novell.com>
22
23         * mini-darwin.c: Having reviewed xnu-1504.7.4 it is safe to call fork directly
24         here, it seems the old implementation was a hold over from the linux behaviour
25         This fixed gdb backtrace on amd64 and ppc.
26
27 2010-07-23  Zoltan Varga  <vargaz@gmail.com>
28
29         * xdebug.c (mono_save_trampoline_xdebug_info): Call
30         mono_loader_lock/unlock_if_inited () to avoid asserts on some platforms during
31         startup.
32
33 2010-07-23  Marek Habersack  <mhabersack@novell.com>
34
35         * Makefile.am (version.h): generate version using GIT commit info,
36         removed the old svn and git-svn code.
37
38 2010-07-22  Jb Evain  <jbevain@novell.com>
39
40         * method-to-ir.c (BRANCH_COST): set to 10.
41
42 2010-07-20  Zoltan Varga  <vargaz@gmail.com>
43
44         * method-to-ir.c (op_to_op_src2_membase): Reorganize the amd64 op->op membase
45         code, it was missing a few 'break's.
46
47 2010-07-20  Zoltan Varga  <vargaz@gmail.com>
48
49         * method-to-ir.c (mini_emit_inst_for_method): Add Array.GetLength/GetLowerBound ().
50         Fixes #618176.
51
52 2010-07-16  Zoltan Varga  <vargaz@gmail.com>
53
54         * mini-arm.c: Fix the arm build by passing a MonoGenericSharingContext to get_call_info.
55
56 2010-07-16  Zoltan Varga  <vargaz@gmail.com>
57
58         * mini-llvm.c: Add more SIMD instructions.
59
60 2010-07-15  Miguel de Icaza  <miguel@novell.com>
61
62         * mini.c: Allow "casts" to be passed on MONO_DEBUG as well.
63
64 2010-07-15  Zoltan Varga  <vargaz@gmail.com>
65
66         * mini-ia64.c: Change the calling convention to pass this as first as on other
67         architectures. Remove some dead code from the get_vcall_slot() and the implementation
68         of the CALL_MEMBASE opcodes as a result.
69
70 2010-07-13  Miguel de Icaza  <miguel@novell.com>
71
72         * mini.c: LLVM is disabled by default on LLVM builds.  You can use
73         the MONO_ENV_OPTIONS to set the --llvm flag.
74
75 2010-07-13  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * driver.c : windows build fix for --with-moonlight.
78
79 2010-07-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
80
81         * mini.c|h:
82         * mini-exceptions.c: Add an option to MONO_DEBUG for tracking down exceptions
83         that reach native code from a reverse pinvoke.
84
85 2010-07-11  Zoltan Varga  <vargaz@gmail.com>
86
87         * method-to-ir.c (mono_method_to_ir): Kill some duplicated code.
88
89         * mini-<ARCH>.c (get_call_info): Call mini_type_get_underlying_type () before passing
90         a type to MONO_TYPE_IS_REFERENCE (), since the latter can't handle VAR/MVAR.
91         Fixes #620864.
92
93         * generics.cs: Add a test.
94
95 2010-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
96
97         * mini.c (mono_jit_compile_method_inner): Don't bomb out if we don't
98         support a given runtime implemented method.
99
100 2010-07-10  Mark Probst  <mark.probst@gmail.com>
101
102         * mini-darwin.c: Register the exception thread with the GC.
103
104 2010-07-10  Zoltan Varga  <vargaz@gmail.com>
105
106         * mini-llvm.c (set_metadata_flag): Set metadata flags only when using the LLVM
107         mono branch.
108
109 2010-07-09  Zoltan Varga  <vargaz@gmail.com>
110
111         * mini.h (MONO_INST_HAS_CONSTANT_LOAD): New instruction flag marking loads which load
112         from constant memory.
113
114         * ir-emit.h: Clean up the _FAULT macros a bit.
115
116         * decompose.c: Mark some loads as constant.
117
118         * mini-llvm.c: Pass the constant-ness of loads to LLVM using custom metadata.
119
120 2010-07-09  Miguel de Icaza  <miguel@novell.com>
121
122         * driver.c (mini_usage): Change the name of the --sgen flag to be
123         --gc=sgen and also support --gc=boehm.   These flags can also be
124         set on MONO_ENV_OPTIONS to propagate this to children processes.
125
126         * main.c: Remove the MONO_VM_OPTIONS environment variable that
127         only supported "sgen" and "llvm" config options and instead parse
128         the MONO_ENV_OPTIONS as options that are parsed by the command
129         line parser.   Any command line option that Mono supports can be
130         passed in this environment variable.
131
132 2010-07-09  Zoltan Varga  <vargaz@gmail.com>
133
134         * ir-emit.h mini-llvm.c: Fix support for explicit-null-checks +
135         LLVM.
136
137         * mini.c (mini_method_compile): Run abcrem uncoditionally when LLVM is used since
138         it can now eliminate more than just bounds checks.
139
140         * ir-emit.h: Add MAY_FAULT versions of the LOAD_MEMBASE macros which take
141         an extra 'fault' argument.
142
143         * method-to-ir.c: Set the MONO_INST_FAULT of the array opcodes which are decomposed
144         later.
145
146         * decompose.c: Propagate the MONO_INST_FAULT flag from the array opcodes to their
147         decomposition.
148
149         * mini-llvm.c: Remove support for the X86/AMD64 COMPARE_MEMBASE opcodes, they are
150         no longer generated when LLVM is used.
151
152         * abcremoval.c: Eliminate MONO_INST_FAULT flags if possible.
153
154 2010-07-09  Zoltan Varga  <vargaz@gmail.com>
155
156         * ir-emit.h mini-llvm.c: Fix support for explicit-null-checks + LLVM.
157
158 2010-07-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
159
160         * driver.c: Moonlight: Force line buffering for stdout.
161
162 2010-07-09  Zoltan Varga  <vargaz@gmail.com>
163
164         * mini-llvm.c (emit_load): Revert the last changes, the load/store intrinsics
165         are only callable using invoke.
166
167 2010-07-09  Zoltan Varga  <vargaz@gmail.com>
168
169         * mini-llvm.c (process_bb): Use emit_load () in one more place.
170
171         * mini-llvm-cpp.cpp (force_pass_linking): Link in more function passes so
172         MONO_LLVM=xxx is actually usable.
173
174         * mini-llvm.c (emit_load): Use the mono specific load intrinsics even outside clauses
175         since LLVM might be able to hoist them out of loops.
176         (emit_store): Ditto.
177
178 2010-07-08  Neale Ferguson <neale@sinenomine.net>
179
180         * mini-s390x.c: Correct setting value of header from cfg->header - fix crash
181         in typeload-unaligned test.
182
183 2010-07-08  Zoltan Varga  <vargaz@gmail.com>
184
185         * xdebug.c (mono_save_trampoline_xdebug_info): Make this receive a MonoTrampInfo.
186
187         * tramp-<ARCH>.c: Move the calls to save_trampoline_xdebug_info () into
188         mini-trampolines.c/mini-exceptions.c. Use a more human readable name for
189         generic trampolines+rgctx fetch trampolines.
190
191 2010-07-08  Geoff Norton  <gnorton@novell.com>
192
193         * genmdesc.pl: nacl is not a new inst slot, it just modifies the size slot.
194
195 2010-07-07  Zoltan Varga  <vargaz@gmail.com>
196
197         * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Add xdebug info.
198
199         * method-to-ir.c (emit_imt_argument): Call add_outarg_reg even if MONO_ARCH_IMT_REG
200         is not defined in the LLVM case to keep the imt arg alive.
201
202 2010-07-06  Zoltan Varga  <vargaz@gmail.com>
203
204         * exceptions-<ARCH>.c mini-llvm.c: Clean up the naming of the llvm related trampoline
205         functions, now its 'llvm_<FOO>_trampoline'.
206
207         * method-to-ir.c (emit_imt_argument): Fix llvm support.
208
209         * mini-llvm.c: Use only one mono specific LLVM calling convention since imt/rgctx
210         cannot be passed in the same call.
211
212         * mini-amd64.h mini-amd64.c tramp-amd64.c aot-compiler.c: Change the IMT
213         register to be the same as the RGCTX register, the two can't be used together on
214         the same call.
215
216 2010-07-05  Miguel de Icaza  <miguel@novell.com>
217
218         * driver.c (mono_main), main.c: Add support for MONO_VM_CONFIG
219         that allows the user to force the VM to use llvm or sgen.
220
221 2010-07-05  Zoltan Varga  <vargaz@gmail.com>
222
223         * exceptions-ppc.c (mono_arch_handle_exception): Resume from the signal handler
224         before processing the exception on PPC too.
225
226         * mini-ppc.h (MONO_CONTEXT_SET_SP): Define this to fix the PPC build.
227
228         * mini-ppc.c tramp-ppc.c aot-compiler.c: Change the managed calling convention so
229         'this' is always passed as the first argument, before the vtype ret arg. This
230         simplifies get_this_arg_reg () and LLVM integration.
231
232 2010-07-05  Martin Baulig  <martin@ximian.com>
233
234         * exceptions-x86.c (mono_arch_handle_exception): Port this to
235         Windows; apply my patch from r159782 in the mono-2-6 branch.
236
237 2010-07-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
238
239         * Makefile.am: Don't build the debug assembler files if we're building without
240         debugger support.
241
242 2010-07-05  Zoltan Varga  <vargaz@gmail.com>
243
244         * aot-compiler.c (arch_emit_unbox_trampoline): Fix this after the callconv changes.
245
246 2010-07-04  Zoltan Varga  <vargaz@gmail.com>
247
248         * tramp-arm.c (mono_arch_create_generic_trampoline): Fix the max trampoline
249         length.
250
251         * mini-arm.h (MonoContext): Get rid of the 'ebp' field, use
252         regs [ARMREG_FP] instead.
253
254         * unwind.c (decode_lsda): Use read32 for reading 32 bit quantities.
255
256         * tramp-arm.c (mono_arch_create_generic_trampoline): Save the original sp to
257         lmf->iregs [ARMREG_IP] to be consistent with mono_arch_emit_prolog ().
258
259         * mini-arm.h (MonoLMF): Remove unused fregs field, add comments for other fields.
260
261         * exceptions-arm.c: Clean up the handling of LMFs. Add LLVM exception trampolines.
262
263         * mini-arm.c: Always use V5 for passing IMT/RGCTX when running under LLVM.
264
265         * method-to-ir.c (emit_imt_argument): Fix LLVM support for architectures
266         without IMT_REG defined (ARM).
267
268         * exceptions-arm.c: Add LLVM throw exception trampolines, add xdebug info for
269         the trampolines.
270
271 2010-07-03  Zoltan Varga  <vargaz@gmail.com>
272
273         * mini-llvm.c (process_bb): Disable OP_MEMORY_BARRIER on arm.
274
275 2010-07-02  Zoltan Varga  <vargaz@gmail.com>
276
277         * mini.h: Applied patch from Elijah Taylor (elijahtaylor@google.com). Fix some
278         definitions to match their declarations and vice-versa.
279
280 2010-07-01  Zoltan Varga  <vargaz@gmail.com>
281
282         * Makefile.am (common_sources): Add mini-llvm.h.
283
284         * unwind.c (mono_unwind_decode_fde): Fix the decoding of the lsda offset.
285
286 2010-06-30  Zoltan Varga  <vargaz@gmail.com>
287
288         * mini.c (mini_cleanup): Avoid calling mono_runtime_shutdown () if cross
289         compiling.
290
291 Wed Jun 30 12:10:57 CEST 2010 Paolo Molaro <lupus@ximian.com>
292
293         * Makefile.am, mini-llvm.h, mini-unwind.h, mini.c, mini.h, xdebug.c:
294         implemt the option of loading the llvm backend from a module so
295         that we can have a single binary and the bloat from llvm is
296         only experienced when it is actually loaded.
297
298 Wed Jun 30 12:02:39 CEST 2010 Paolo Molaro <lupus@ximian.com>
299
300         * mini-llvm.c: remove direct access to mono_defaults.
301
302 2010-06-29  Zoltan Varga  <vargaz@gmail.com>
303
304         * mini-arm.c (mono_arch_get_vcall_slot): This is no longer used on ARM, so make it
305         a no-op.
306
307         * mini-trampolines.c (mono_vcall_trampoline): Fix a warning.
308
309         * mini-x86.c (mono_arch_get_vcall_slot): Remove most cases as the only caller
310         is now mono_arch_nullify_class_init_trampoline ().
311         (mono_arch_output_basic_block): Remove the special casing from the CALL_MEMBASE
312         opcodes, they are no longer needed.
313
314         * mini-amd64.c (mono_arch_get_vcall_slot): Remove most cases as the only caller is
315         now mono_arch_nullify_class_init_trampoline ().
316         (mono_arch_output_basic_block): Remove the special casing from the CALL_MEMBASE
317         opcodes, they are no longer needed.
318
319         * mini-trampolines.c (mono_vcall_trampoline): Use the LLVM method of obtaining the
320         vtable on platforms which support it.
321
322         * driver.c: Print the full LLVM version we are compiled against in --version.
323
324         * aot-runtime.c (decode_exception_debug_info): Separate the LLVM and non-LLVM code
325         a bit better. Decode nesting information to fix eh support for llvm+aot.
326
327         * aot-compiler.c (emit_exception_debug_info): Encode nesting information for LLVM
328         methods.
329
330         * mini-llvm.c (mono_llvm_cleanup): Dispose the aot module too.
331
332         * mini-arm.c (get_call_info): Change the managed calling convention so 'this'
333         is always passed as the first argument, before the vtype ret arg. This simplifies
334         get_this_arg_reg () and LLVM integration.
335
336 2010-06-28  Zoltan Varga  <vargaz@gmail.com>
337
338         * mini-trampolines.c mini.c: Rework the virtual call handling code by using a separate
339         vtable trampoline for each vtable slot for both the LLVM and non-LLVM cases. Move
340         most of the vcall specific code to mono_vcall_trampoline () from
341         common_call_trampoline ().
342
343 2010-06-27  Zoltan Varga  <vargaz@gmail.com>
344
345         * mini-trampolines.c (common_call_trampoline): Remove the code which created static
346         rgctx trampolines when called from LLVM, they won't work for dynamic rgctx arguments
347         if the callsite is patched.
348
349         * mini-llvm.c (process_call): Disable calls which need an rgctx arg if not using
350         the llvm branch.
351
352         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Fix the name of
353         the trampoline in the xdebug info.
354
355         * mini-trampolines.c (common_call_trampoline): Make the last change work for LLVM
356         as well.
357
358 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
359
360         * mini-llvm.c: Fix a few problems exposed by make check.
361
362 2010-06-25  Mark Probst  <mark.probst@gmail.com>
363
364         * mini-trampolines.c (common_call_trampoline): An ugly hack to
365         work around a potentially very hard to fix problem with inflating
366         generic methods.
367
368 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
369
370         * method-to-ir.c (mono_emit_wb_aware_memcpy): Remove the workaround as the core
371         problem has been fixes.
372
373 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
374
375         * Makefile.am: Add an 'SGEN' make variable to allow tests to be run with SGEN.
376
377         * mini-gc.c (mini_gc_init_cfg): Use mono_gc_is_moving () instead of HAVE_SGEN_GC.
378         It might be be better to define a MonoGCJitOptions structure later and have the
379         GC return that.
380
381         * mini-darwin.c: Don't undefine pthread_ calls for SGEN, they are no longer defined.
382
383         * Makefile.am: Use libwapi.la for both sgen and non-sgen builds.
384
385         * debugger-agent.c (get_objref): Implement support for sgen.
386
387         * driver.c: Remove the unused gc_wrapper.h include.
388
389         * driver.c (mono_main): Delegate the --desktop mode optimizations to the GC
390         implementation.
391
392 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
393
394         * driver.c (mono_main): Use mono_gc_get_description () to print the GC name.
395
396         * mini-gc.c (mini_gc_init_cfg): New function to initialize GC specific flags
397         in MonoCompile.
398
399         * method-to-ir.c mini.c: Remove usage of HAVE_SGEN_GC and use runtime checks
400         instead.
401
402 2010-06-23  Miguel de Icaza  <miguel@novell.com>
403
404         * Makefile.am: Build the mono-sgen binary a Mono VM with the Sgen
405         GC enabled as well as libmono-sgen-2.0 and libomonosgen-static
406
407         * driver.c: Do not depend on the USED_GC_NAME when using SGen, use
408         it only for Boehm diagnostics.
409
410         * Makefile.am: Make the file a bit more consistent.
411
412         * debug-debugger.c: Wrap the entire file with an #ifdef
413         MONO_DEBUGGER_SUPPORTED to simplify the build.
414
415         * Makefile.am: Fix the opcodes build issue by including the
416         source, not by including the .lo file directly
417
418         Always bring the MDB sources into the build, to drop the
419         dependency on the AM_CONDITIONAL from configure.in as the hard
420         debugger supports Boehm, but not Sgen, this simplifies the build. 
421
422         * Renamed the *.s files into *.S
423
424 2010-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
425
426         * method-to-ir.c (mono_emit_wb_aware_memcpy): Don't emit bitmap
427         wb for now on 64bits systems while issues with valuetype returns
428         are not fixed.
429
430 2010-06-24  Zoltan Varga  <vargaz@gmail.com>
431
432         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add support for using a standard set of
433         passes by calling createStandardFunctionPasses ().
434
435 2010-06-23  Zoltan Varga  <vargaz@gmail.com>
436
437         * mini.h (MONO_INS_HAS_NO_SIDE_EFFECT): Add OP_LDADDR.
438
439 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
440
441         * method-to-ir.c (mono_method_to_ir): Don't mark loads from OP_LDADDR with
442         MONO_INST_FAULT.
443
444         * mini-llvm.c (mono_llvm_emit_method): Recalculate MONO_INST_INDIRECT flags to
445         allow better optimization if the OP_LDADDR which caused the flag to be set was
446         optimized away.
447
448         * exceptions-amd64.c (get_throw_trampoline): Align the stack properly.
449
450         * mini-amd64.c (mono_arch_emit_exceptions): Pass only the type token index, not
451         the type token.
452
453         * mini-llvm.c (emit_entry_bb): Save the this argument only in gshared methods.
454
455         * mini-llvm.c: Fix a couple memory leaks. Get rid of a few #ifdefs.
456
457 2010-06-22  Zoltan Varga  <vargaz@gmail.com>
458
459         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Call patch_callsite ()
460         to handle the code sequence generated for non-near calls. Fixes #616056.
461
462 2010-06-21  Zoltan Varga  <vargaz@gmail.com>
463
464         * exceptions-x86.c (mono_arch_find_jit_info_ext): Adjust eip in the lmf case too.
465
466         * exceptions-x86.c: Add a resume_unwind trampoline for LLVM.
467
468         * mini-llvm.c (exception_cb): For nested clauses, add the same try range to the
469         nesting clause too.
470         (mono_llvm_check_method_supported): Enable llvm for methods with nested clauses.
471         (mono_llvm_emit_method): Instead of calling 'mono_resume_unwind' directly, call a
472         trampoline which saves the context, so changes made to callee saved registers in
473         finally clauses are visible to a nesting catch clause.
474
475         * exceptions-amd64.c: Add a resume_unwind trampoline for LLVM.
476
477         * mini-exceptions.c (mono_handle_exception_internal): Fix support for nested clauses
478         in LLVM compiled code.
479         (mono_handle_exception_internal): Add a 'ctx' argument containing the state after
480         the finally handler has ran.
481
482         * mini.h (ResumeState): New structure containing information required to resume
483         exception handling after executing LLVM compiled finally clauses.
484
485         * exceptions-amd64.c (get_throw_trampoline): Clean up the amd64 throw trampolines a
486         bit, by passing all the registers as one argument.
487
488 2010-06-19  Zoltan Varga  <vargaz@gmail.com>
489
490         * tramp-amd64.c (mono_arch_create_generic_trampoline): Increase the buf len a little,
491         to avoid an assert.
492
493 2010-06-18  Zoltan Varga  <vargaz@gmail.com>
494
495         * aot-compiler.c (emit_klass_info): Mark unloadable classes properly.
496
497         * aot-compiler.c aot-runtime.c: Fix LLVM support.
498
499         * mini-llvm.c: When emitting OP_CALL_HANDLER, avoid branching directly to the landing
500         pad, branch to a new bblock instead.
501
502         * aot-compiler.c (emit_method_code): Use cfg->header instead of the header of
503         orig_method.
504
505         * exceptions-amd64.c (mono_arch_exceptions_init): Fix fullaot support.
506
507         * mini-llvm.c (process_bb): Add support for OP_SQRT when using the LLVM mono branch.
508
509 2010-06-17  Geoff Norton  <gnorton@novell.com>
510
511         * mini-arm.h:
512         * exceptions-arm.c: Move the UCONTEXT macros to mono-sigcontext.h so they
513         can be used by sgen.
514
515 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
516
517         * aot-compiler.c (emit_klass_info): Handle type load exceptions.
518
519         * method-to-ir.c (mono_method_to_ir): Avoid a crash if mono_method_get_header ()
520         fails.
521
522         * exceptions-x86.c (mono_x86_throw_corlib_exception): Negate the decrement of
523         the ip done by throw_exception (), it is not needed for corlib exceptions.
524
525 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
526
527         * method-to-ir.c (mono_emit_wb_aware_memcpy): Simplify this function.
528         Call new jit icall mono_gc_wbarrier_value_copy_bitmap for vt wbarrier
529         of size > 5 words. This support fast barriers for value types up to
530         256/512 bytes which     beyond that the copying itself is the major issue.
531
532         * method-to-ir.c (mini_emit_stobj): The intrinsic version is safe
533         for gsharing, so use it.
534
535         This eliminate all calls to mono_value_copy from managed code in
536         gmcs, fsharp and ipy.
537
538         This gives a 2% perf boost on ipy and 1% on gmcs over previous patches.
539
540         Even thou a lot of mono_value_copy calls were eliminated from fsharp,
541         performance kept
542
543         * mini.c (mini_init): Register new icall.
544
545 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
546
547         * method-to-ir.c (mono_emit_wb_aware_memcpy): Handle nested valuetypes.
548         This eliminates 2% of mono_value_copy calls on ipy and 12% on fsharp.
549
550 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
551
552         * method-to-ir.c (mini_emit_stobj): Don't call mono_value_copy for small
553         value types as the overhead is huge. Manually expand it up to 5 words to
554         avoid code bloat.
555
556         This improves gmcs times by 5% and unmodified binary-tree by 78%. The later
557         is an exception that performance is dominated by mono_value_copy.
558
559         This puts sgen about 5% ahead of boehm in terms of wall-clock on a Core2Quad.
560
561 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
562
563         * mini-llvm.c (process_call): Disable LLVM for calls to generic class init
564         trampolines on x86, since those have their own cconv.
565
566         * exceptions-x86.c (mono_arch_exceptions_init): Implement the llvm throw corlib
567         exception trampolines.
568
569         * tramp-x86.c: Add xdebug info for a few trampolines.
570
571         * mini-llvm.c: Set the name of the arguments.
572
573         * mini-llvm.c (emit_cond_system_exception): Pass the ip of to throw_corlib_trampoline
574         using a block address if using the LLVM mono branch.
575
576         * exceptions-amd64.c (mono_arch_exceptions_init): Add new LLVM throw corlib exception
577         trampolines.
578
579 2010-06-15  Zoltan Varga  <vargaz@gmail.com>
580
581         * mini-ppc.c (mono_arch_get_cie_program): Define this for powerpc too.
582
583         * mini-llvm.c (process_bb): Add a missing CHECK_FAILURE.
584
585         * mini.c (mini_init): Remove some of the llvm restrictions, they are no longer needed.
586
587         * method-to-ir.c (mono_method_to_ir): Enable fast virtual calls when using llvm.
588
589         * mini-trampolines.c (mono_llvm_vcall_trampoline): Rewrite this to use one vtable
590         trampoline per vtable slot index. The slot, along with the 'this' argument is enough
591         to identify the vtable slot address plus the method which needs to be compiled.
592
593         * mini.c (mini_get_vtable_trampoline): Use one vtable trampoline per vtable slot when
594         using llvm.
595
596         * mini-x86.c (get_call_info_internal): Change the managed calling convention so
597         'this' is always passed as the first argument, before the vtype ret arg. This
598         simplifies get_this_arg_reg () and LLVM integration.
599
600         * mini-amd64.c (get_call_info): Fix the handling of MONO_TYPE_TYPEDBYREF after
601         the latest changes.
602
603         * tramp-x86.c (mono_arch_create_generic_trampoline): Emit unwind info for
604         these trampolines.
605
606         * mini-x86.c (mono_arch_get_cie_program): Implement this for x86.
607
608         * mini-llvm.c: Fix compilation with llvm 2.6.
609
610         * mini-amd64.c (CallInfo): Fix the position of the vret_arg_index field.
611
612         * mini-llvm.c (mono_llvm_emit_method): Fix the build if LLVM_MONO_BRANCH is not
613         defined.
614
615         * mini-amd64.c (get_call_info): Change the managed calling convention so 'this'
616         is always passed as the first argument, before the vtype ret arg. This simplifies
617         get_this_arg_reg () and LLVM integration.
618
619 2010-06-14 Rodrigo Kumpera  <rkumpera@novell.com>
620
621         * method-to-ir.c (mono_method_to_ir): Add support for .ctor intrinsics.
622
623         * method-to-ir.c (mini_emit_inst_for_ctor): New function for .ctor intrinsics.
624         For now just call simd intrinsics. This makes "x[0] = new Vector4f (10)" 
625         translate into much nicer code.
626
627 2010-06-14  Zoltan Varga  <vargaz@gmail.com>
628
629         * mini-llvm.c (sig_to_llvm_sig_full): Add a 'sinfo' out argument which returns
630         parameter index information. Use this to simplify a lot of code.
631
632         * unwind.c (mono_unwind_decode_fde): Handle augmentions using a loop.
633
634 2010-06-12  Zoltan Varga  <vargaz@gmail.com>
635
636         * aot-compiler.c (compile_method): Add a 'depth' parameter to add_generic_class too
637         to fix infinite generic recursion. Fixes #612702.
638
639 2010-06-11  Zoltan Varga  <vargaz@gmail.com>
640
641         * object.c: Use a callback to create IMT trampolines, allowing the usage of one
642         imt trampoline per imt slot when using LLVM.
643
644 2010-06-10  Jonathan Pryor  <jpryor@novell.com>
645
646         * mini.c (mini_cleanup): Call mono_runtime_shutdown(). Fixes #438454.
647
648 2010-06-09  Levi Bard  <levi@unity3d.com>
649
650         * debugger-agent.c: Clear unloaded types on appdomain unload.
651
652 2010-06-08  Zoltan Varga  <vargaz@gmail.com>
653
654         * liveness.c (visit_bb): Make the component vregs of long vars volatile as well.
655         Fixes #612206.
656
657         * exceptions.cs: Add a test.
658
659 2010-06-06  Zoltan Varga  <vargaz@gmail.com>
660
661         * mini-llvm.c (mono_llvm_check_method_supported): Only disable llvm for nested clauses.
662
663         * mini.c (mini_method_compile): Move the LLVM checks to a function in mini-llvm.c.
664
665         * mini.c (mono_jit_runtime_invoke): Initialize *exc to NULL before calling the wrapper,
666         so it doesn't have to do it.
667
668         * helpers.c (mono_disassemble_code): Flush stdout, so the output from the spawned
669         process does not mix with ours.
670
671         * mini-llvm.c (mono_llvm_emit_method): Refactor this giant function into smaller
672         ones.
673
674         * mini-llvm.c method-to-ir.c ir-emit.h: When using the llvm mono branch, allow
675         loads/stores which can throw exceptions inside clauses.
676
677 2010-06-05  Zoltan Varga  <vargaz@gmail.com>
678
679         * mini-llvm.c (mono_llvm_emit_method): Fix support for finally clauses with more than
680         one ENDFINALLY.
681
682         * mini.c (mini_init): Register mono_resume_unwind as an icall.
683
684 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
685
686         * dwarfwriter.c: Update after the mono_debug_lookup_locals () changes.
687
688         * debugger-agent.c (method_commands_internal): Ditto. Return scope information for
689         locals.
690
691 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
692
693         * debugger-agent.c (appdomain_unload): Clear all breakpoint instances in the dying
694         appdomain.
695
696 2010-06-02  Zoltan Varga  <vargaz@gmail.com>
697
698         * method-to-ir.c (set_rgctx_arg): New helper function to remove some duplicate code.
699         Use a separate generic class init trampoline for llvm, since it needs a different
700         signature.
701
702         * unwind.c (mono_unwind_decode_fde): Make this decode the mono specific LSDA which
703         includes the location of this/rgctx.
704
705         * mini-llvm.c aot-runtime.c: Enable generic sharing for llvm if using the LLVM mono
706         branch.
707
708 2010-06-01  Zoltan Varga  <vargaz@gmail.com>
709
710         * mini.c (mini_method_compile): Enable llvm+exceptions on LLVM SVN.
711
712         * mini-llvm.c (emit_cond_system_exception): Disable llvm when this occurs in a
713         clause.
714
715 2010-05-31  Zoltan Varga  <vargaz@gmail.com>
716
717         * unwind.c (mono_unwind_decode_fde): The FDE only has an augmention if the CIE
718         says so.
719
720         * aot-runtime.c (decode_eh_frame): Fix an assert condition.
721
722         * aot-compiler.c (patch_to_string): New debugging helper function.
723
724 2010-05-30  Zoltan Varga  <vargaz@gmail.com>
725
726         * exceptions-amd64.c (get_throw_trampoline): Fix the xdebug name of the corlib
727         trampoline.
728
729         * exceptions-x86.c (mono_arch_exceptions_init): Create an llvm rethrow trampoline too.
730
731         * mini-llvm.c (mono_llvm_emit_method): Implement OP_RETHROW.
732
733         * method-to-ir.c (mono_method_to_ir): Emit a OP_NOT_REACHED after a rethrow.
734
735         * mini-llvm.c (emit_call): Compute the containing try clause correctly for nested
736         clauses.
737
738         * mini.c (create_jit_info): Print EH clause info for LLVM too.
739
740 2010-05-28  Mark Probst  <mark.probst@gmail.com>
741
742         * method-to-ir.c (mono_method_to_ir): Emit a write barrier for
743         cpobj with reference types.
744
745 2010-05-28  Mark Probst  <mark.probst@gmail.com>
746
747         * method-to-ir.c (mono_method_to_ir): Only explicitly add the
748         write barrier for reference types.
749
750 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
751
752         * mini-s390x.c (mono_arch_output_basic_block): Applied patch from Aurelien Minvielle
753         . Fix OP_ATOMIC_EXCHANGE_I4 on s390x. Fixes #609023.
754
755 2010-05-31  Martin Baulig  <martin@ximian.com>
756
757         Fix #608271.
758
759         * debugger-agent.c (breakpoints_cleanup): Iterate over `event_requests', call
760         clear_breakpoint() on all breakpoint events and remove them from the list.
761
762 2010-05-27  Martin Baulig  <martin@ximian.com>
763
764         Fix #605698.
765
766         * debugger-agent.c (method_commands, type_commands): Temporarily
767         set the appdomain while executing this method; do all metadata
768         calls in the debuggee's appdomain where user assemblies are loaded.
769
770 2010-05-27  Zoltan Varga  <vargaz@gmail.com>
771
772         * mini-s390x.c (mono_arch_get_delegate_invoke_impls): Fix the s390x build.
773
774 2010-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
775
776         * method-to-ir.c (mono_method_to_ir): Add missing write barrier to stobj.
777
778 2010-05-26  Zoltan Varga  <vargaz@gmail.com>
779
780         * method-to-ir.c: Instead of freeing method headers immediately, save them in a list in
781         MonoCompile, and free them in mono_destroy_compile (), since the MonoType's in them could
782         be referenced even after the header is freed.
783
784         * aot-runtime.c: Remove the half finished support for decoding the .arm_exidx
785         section.
786
787 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
788
789 2010-05-25  Bill Holmes  <billholmes54@gmail.com>
790
791         * genmdesc.c (main): Fixing the detection of the nacl switch.
792
793         Code is contributed under MIT/X11 license.
794
795 2010-05-25  Zoltan Varga  <vargaz@gmail.com>
796
797         * exceptions-amd64.c (mono_arch_find_jit_info_ext): Adjust the ip for LMF frames too.
798
799         * mini-llvm.c aot-compiler.c: More LLVM 2.8 updates.
800
801         * mini.h (LLVM_CHECK_VERSION): New helper macro.
802
803 2010-05-25  Miguel de Icaza  <miguel@novell.com>
804
805         * genmdesc.pl (build_spec): Add support for nacl: keyword also to
806         the Perl program
807
808         * genmdesc.c: Added support for nacl: key on the machine
809         description files to support the extra space required by Google
810         Native Client.
811
812 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
813
814         * mini.c (mono_jit_compile_method_inner): Propagate exceptions in one more place.
815
816 2010-05-23  Zoltan Varga  <vargaz@gmail.com>
817
818         * mini.c (mono_jit_compile_method_inner): Propagate exceptions from
819         mono_runtime_class_init_full ().
820         (mono_jit_runtime_invoke): Ditto. Fixes #608073.
821
822 2010-05-22  Zoltan Varga  <vargaz@gmail.com>
823
824         * mini-llvm.c mini-llvm-cpp.cpp: Update after LLVM 2.8 changes.
825
826 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
827
828         * mini-ppc.c (mono_arch_output_basic_block): Use ins->inst_c1 instead of p1, the
829         two are not the same on ilp32.
830
831 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
832
833         * mini.c (mono_jit_compile_method_inner): Remove a DISABLE_JIT block which was
834         added by mistake.
835
836         * mini-ppc.c: Fix the DISABLE_JIT build.
837
838 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
839
840         * aot-runtime.c (decode_resolve_method_ref): Rename this from decode_method_ref_2.
841         (make_writable): Remove this unused function.
842
843 2010-05-20  Zoltan Varga  <vargaz@gmail.com>
844
845         * aot-compiler.c: Collect all information about a PLT entry into a separate MonoPltEntry
846         structure. Make the labels to plt entries local symbols instead of assembler local
847         labels, since tha latter causes problems for the iphone linker.
848
849 2010-05-19  Zoltan Varga  <vargaz@gmail.com>
850
851         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle one more case with ilp32.
852
853 2010-05-17  Zoltan Varga  <vargaz@gmail.com>
854
855         * mini-ppc.c (mono_ppc_is_direct_call_sequence): Handle ilp32.
856         (ppc_patch_full): Ditto.
857
858         * mini-arm.c (mono_arch_build_imt_thunk): Fix the fail_tramp case.
859
860         * method-to-ir.c (mono_method_to_ir): Use fast generic virtual method invocation
861         if gshared is enabled, to avoid asserts in the trampoline code.
862
863         * mini-ia64.c (mono_arch_build_imt_thunk): Implement generalized imt thunks
864         on ia64.
865
866 2010-05-15  Geoff Norton  <gnorton@novell.com>
867
868         * dwarfwriter.c, xdebug.c: Fix a pretty large leak when running in 
869         xdebug mode.
870
871 2010-05-14  Geoff Norton  <gnorton@novell.com>
872
873         * exceptions-x86.c: Fix the alignment of this trampoline so we dont get a 
874         misaligned stack on darwin.
875
876 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
877
878         * mini-arm.c aot-compiler.c: Implement support for generalized imt thunks on
879         arm.
880
881 2010-05-14  Zoltan Varga  <vargaz@gmail.com>
882
883         * xdebug.c: Fix ARM support.
884
885 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
886
887         * exceptions-x86.c (mono_arch_handle_exception): Resume from the signal handler
888         and do most of the work on the normal stack.
889         (mono_x86_get_signal_exception_trampoline): New x86 specific trampoline function.
890
891 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
892
893         * aot-compiler.c: Put non-code data into the .rodata section on linux.
894
895 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
896
897         * exceptions-arm.c (mono_arch_handle_exception): Fix the cross-compile case.
898
899 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
900
901         * exceptions-arm.c (mono_arch_handle_exception): Resume from the signal handler
902         and do most of the work on the normal stack.
903
904 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
905
906         * exceptions-amd64.c (mono_arch_handle_exception): Resume from the signal handler
907         and do most of the work on the normal stack even if sigaltstack is disabled.
908
909 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
910
911         * exceptions-amd64.c (mono_arch_sigctx_to_monoctx): Simplify this now that
912         UCONTEXT_REG_ constants are available on linux as well.
913         (mono_arch_monoctx_to_sigctx): Ditto.
914         (mono_arch_ip_from_context): Ditto.
915
916 2010-05-12  Zoltan Varga  <vargaz@gmail.com>
917
918         * debugger-agent.c (set_breakpoint): Fix setting of pending breakpoints in
919         other domains.
920
921 2010-05-11  Zoltan Varga  <vargaz@gmail.com>
922
923         * aot-compiler.c (emit_plt): Don't align the plt to a pagesize on x86, it is
924         no longer needed.
925
926 2010-05-10  Zoltan Varga  <vargaz@gmail.com>
927
928         * debugger-agent.c (insert_breakpoint): Print a more descriptive error message
929         if a breakpoint cannot be inserted.
930
931 2010-05-08  Zoltan Varga  <vargaz@gmail.com>
932
933         * aot-compiler.c (emit_and_reloc_code): Fix a warning.
934
935 2010-05-07  Zoltan Varga  <vargaz@gmail.com>
936
937         * debugger-agent.c (frame_commands): Return an error instead of asserting if
938         no JIT info is found for the method.
939
940 2010-05-05 Jonathan Chambers  <joncham@gmail.com>
941
942         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Protect against a NULL sigctx
943         in debug printf.
944
945 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
946
947         * mini-amd64.c (mono_arch_get_trampolines): New arch specific function returning
948         a list of arch specific trampolines.
949
950         * aot-compiler.c (emit_trampolines): Use it.
951
952 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
953
954         * tramp-<ARCH>.c exceptions-<ARCH>.c mini-trampolines.c mini-exceptions.c
955         aot-compiler.c: Use the _full trampoline creation functions on all platforms,
956         get rid of the _full from their name.
957
958 2010-05-05  Zoltan Varga  <vargaz@gmail.com>
959
960         * tramp-x86.c (mono_arch_create_generic_trampoline): Call
961         get_nullified_class_init_trampoline to remove some code duplication.
962
963 2010-05-03  Zoltan Varga  <vargaz@gmail.com>
964
965         * mini-x86.c (mono_arch_emit_prolog): Fix full-aot support for thread
966         attach.
967
968 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
969
970         * mini-amd64.c (mono_arch_emit_load_aotconst): New arch-specific function.
971
972         * tramp-amd64.c: Use emit_load_aotconst to remove some code duplication.
973
974         * aot-runtime.c (init_plt): Make the default entries point to the AOT trampoline,
975         there is no need to jump through the first plt entry.
976
977         * aot-runtime.c (mono_aot_get_named_code): Rename to mono_aot_get_trampoline.
978
979         * aot-runtime.c (mono_aot_get_plt_entry): Move the arch specific parts to an
980         arch-specific function.
981         (mono_aot_get_plt_info_offset): Ditto.
982
983         * aot-runtime.c (mono_aot_register_jit_icall): New helper function called from
984         mono_arch_init () to register jit icalls called from full-aot trampolines.
985         (load_function): Get rid of the arch specific #ifdefs, move the relevant code
986         to mini-<ARCH>.c.
987
988         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception_full): Get rid of
989         the specialized throw corlib exception trampoline, use a variant of the normal
990         trampoline along with a new C function which does the call to
991         mono_exception_from_token (), just like on x86.
992
993 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
994
995         * mini-trampolines.c aot-compiler.c tramp-<ARCH>.c exceptions-<ARCH>.c:
996         Reorganize the full aot trampoline creation functions, instead of taking a bunch
997         of out arguments, they will now take a MonoTrampInfo** out argument. Simplify
998         some code in aot-compiler.c because of this. Remove the non-full aot trampoline
999         creation functions on architectures which have the full-aot ones.
1000
1001 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
1002
1003         * mini-ppc.c (mono_arch_decompose_long_opts): Fix LNEG.
1004
1005 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
1006
1007         * mini-ppc.c (mono_arch_emit_exceptions): Initialize exc_throw_pos/found
1008         explicitly, this seems to be required by some gcc versions at -O2.
1009
1010         * mini-arm.c: Ditto.
1011
1012 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
1013
1014         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Fix full-aot support for
1015         has_target delegate invokes.
1016
1017 2010-05-01  Zoltan Varga  <vargaz@gmail.com>
1018
1019         * mini.h (MonoAotTrampInfo): Rename this to MonoTrampInfo, add patches/unwind
1020         info fields.
1021
1022         * aot-compiler.c (mono_aot_tramp_info_create): Rename to mono_tramp_info_create,
1023         add patches/unwind info arguments, move to mini.c.
1024
1025         * mini-<ARCH>.c aot-compiler.c: Update after the above changes.
1026
1027 2010-04-30  Zoltan Varga  <vargaz@gmail.com>
1028
1029         * debugger-agent.c (type_commands): Add a new CMD_TYPE_GET_SOURCE_FILES_2
1030         command which returns full path names.
1031
1032 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
1033
1034         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline_full): Set the
1035         code_size output variable.
1036
1037         * mini-x86.c (mono_arch_emit_prolog): Compute the GOT addr before calling
1038         mono_get_lmf_addr.
1039         
1040 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
1041
1042         * mini-x86.c (mono_arch_emit_prolog): Remove a disable_aot which is not needed.
1043         (mono_arch_cpu_optimizazions): Make this a no-op when running with full aot.
1044         (mono_arch_cpu_enumerate_simd_versions): Ditto.
1045
1046 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
1047
1048         * image-writer.c (asm_writer_emit_alignment): Use ilog2 for alignments for the
1049         apple assembler.
1050
1051 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
1052
1053         * mini-x86.c (mono_arch_emit_prolog): Avoid an assert in full-aot mode.
1054
1055 2010-04-29  Zoltan Varga  <vargaz@gmail.com>
1056
1057         * aot-runtime.c (load_function): Use TARGET_X86 instead of __i386__.
1058
1059 2010-04-28  Zoltan Varga  <vargaz@gmail.com>
1060
1061         * aot-compiler.c (emit_got_info): Double the buffer size to avoid an assert.
1062
1063 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
1064
1065         * dwarfwriter.c (emit_line_number_info): Get rid of the usage of GArray, so
1066         line number support works with eglib.
1067
1068 2010-04-27  Miguel de Icaza  <miguel@novell.com>
1069
1070         * driver.c, mini.c: Since linking with LLVM makes the default Mono
1071         dirty an extra 70kb pages on startup we are now going to choose a
1072         different strategy: ship mono and mono-llvm binaries, with the
1073         second being the one that links with LLVM and defaults to LLVM
1074         being enabled.
1075
1076 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
1077
1078         * tramp-x86.c exceptions-x86.c mini-x86.c aot-compiler.c aot-runtime.c: 
1079         Implement full-aot support on x86.
1080
1081         * method-to-ir.c: Always use a got var on x86 too, just like on ppc, because the
1082         trampolines depend on it. Use MONO_ARCH_GOT_REG as the got register, instead of
1083         the first register returned by get_global_int_regs ().
1084
1085         * cpu-x86.md: Fix the length of insertx_u1_slow.
1086
1087         * iltests.il.in: Disable tail call tests when running with full-aot.
1088
1089 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
1090
1091         * method-to-ir.c (mono_op_to_op_imm_noemul): Fix a warning.
1092
1093 2010-04-24  Mark Probst  <mark.probst@gmail.com>
1094
1095         * mini.c, driver.c: Initialize mono_use_llvm in mono_main(), not
1096         in the initializer, because it's non-constant.
1097
1098 2010-04-23  Miguel de Icaza  <miguel@novell.com>
1099
1100         * mini.c: Use MONO_USE_LLVM as an environment flag to turn the use
1101         of LLVM on by default.   Used for buildbots and other setups.
1102
1103 2010-04-24  Zoltan Varga  <vargaz@gmail.com>
1104
1105         * mini.c: Set mono_use_llvm to FALSE even if mono is compiled with LLVM.
1106
1107 2010-04-23  Kornel Pal  <kornelpal@gmail.com>
1108
1109         * method-to-ir.c (mono_method_to_ir): Enable inlining of pointer-sized unmanaged
1110         initonly static fields when using moving GC.
1111
1112         Contributed under MIT/X11 license.
1113
1114 2010-04-23  Geoff Norton  <gnorton@novell.com>
1115
1116         * mini-amd64.h: Darwin x86_64 support.
1117
1118 2010-04-20  Jonathan Pryor  <jpryor@novell.com>
1119
1120         * exceptions-arm.c: Remove platform checks in favor of configure checks.
1121
1122 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
1123
1124         * exceptions-arm.c: Add Android support for sigcontext structure.
1125
1126 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1127
1128         * mini.c (mono_jit_compile_method_inner): Implement the check for native func
1129         wrappers correctly now that their wrapper info is NULL.
1130
1131 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1132
1133         * mini.c (mono_jit_compile_method_inner): Avoid calling
1134         mono_marshal_method_from_wrapper () for native func wrappers. Fixes #597189.
1135
1136 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1137
1138         * genmdesc.c (inst_name): Define this as a copy of mono_inst_name in helpers.c,
1139         so the latter can be #ifndef DISABLE_JIT-ed.
1140
1141         * helpers.c: Comment out the opstr array if DISABLE_JIT is set.
1142
1143 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1144
1145         * method-to-ir.c driver.c: Disable a few more things when DISABLE_JIT is set.
1146
1147 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1148
1149         * mini-llvm.c (emit_entry_bb): Fix support for simd arguments passed on the
1150         stack.
1151
1152 2010-04-15  Zoltan Varga  <vargaz@gmail.com>
1153
1154         * debugger-agent.c (type_commands): Call mono_class_setup_methods () before
1155         calling mono_class_num_methods (). Fixes #592244.
1156
1157 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
1158
1159         * mini-x86.c (mono_arch_get_llvm_call_info): Handle empty structures correctly.
1160
1161         * mini-llvm.c: Disable LLVM for calls with non-default calling conventions.
1162
1163 2010-04-14  Zoltan Varga  <vargaz@gmail.com>
1164
1165         * method-to-ir.c (handle_box_inst): Merge into handle_box, simplify the merged
1166         version.
1167         * (handle_alloc): Ditto.
1168         (mono_method_to_ir): Remove the constrained call restriction added by a previous
1169         change, its not needed anymore.
1170
1171 2010-04-12  Zoltan Varga   Kumpera  <rkumpera@novell.com>
1172
1173         * mini-posix.c (sigusr1_signal_handler): Fix build on
1174         non x86/amd64 systems.
1175
1176 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
1177
1178         * method-to-ir.c (mono_method_to_ir): Disable generic sharing for constrained
1179         calls where the constrained class needs a context. Fixes #595863.
1180
1181         * iltests.il.in: Add a test.
1182
1183 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
1184
1185         * mini.c (mini_method_compile): Disable llvm+methods with clauses again, llvm
1186         2.6/SVN seems to have broken support for them.
1187
1188 2010-04-13  Zoltan Varga  <vargaz@gmail.com>
1189
1190         * mini-llvm.c: Fix support for LLVM 2.6.
1191
1192 2010-04-10  Zoltan Varga  <vargaz@gmail.com>
1193
1194         * debugger-agent.c (thread_commands): Add a GET_ID command to get the
1195         MonoInternalThread belonging to the thread.
1196
1197 Fri Apr 9 15:28:01 CEST 2010 Paolo Molaro <lupus@ximian.com>
1198
1199         * driver.c, optflags-def.h, ir-emit.h: introduce an unsupported
1200         unsafe optimization that will remove bound checks.
1201
1202 2010-04-08  Kornel Pal  <kornelpal@gmail.com>
1203
1204         * method-to-ir.c (mini_emit_inst_for_method): Fix a typo that caused
1205         CompareExchange not to be inlined for I8.
1206
1207         Contributed under MIT/X11 license.
1208
1209 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
1210
1211         * array.cs: Add tests for cast between primitive array types.
1212
1213 2010-04-07 Andreia Gaita  <avidigal@novell.com>
1214
1215         * Makefile.am: create a convenience library for moon to link with
1216
1217 2010-04-07 Paolo Molaro <lupus@ximian.com>
1218
1219         * method-to-ir.c: optimize array accesses from generic interfaces.
1220
1221 2010-04-06  Zoltan Varga  <vargaz@gmail.com>
1222
1223         * mini-llvm.c: Update after the memset/memcpy intrinsics changes in LLVM SVN.
1224
1225 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
1226
1227         * method-to-ir.c (mono_method_to_ir): Handle call to virtual final methods
1228         of marshalbyref classes.
1229
1230         Fixes #515884.
1231
1232 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
1233
1234         * aot-compiler.c (emit_exception_debug_info): Encode try holes
1235         information.
1236
1237         * aot-runtime.c (decode_exception_debug_info): Decode try holes
1238         information.
1239
1240         * mini.h: Increase AOT version.
1241
1242 2010-04-04  Andreas Faerber  <andreas.faerber@web.de>
1243
1244         * mini-x86.h: Only enable soft debugger when using sigaction or on
1245         Windows. Fixes build on Haiku (lacks siginfo_t).
1246
1247         Code is contributed under MIT/X11 license.
1248
1249 2010-04-02  Andreas Faerber  <andreas.faerber@web.de>
1250
1251         * mini.h, mini-x86.h: Suppress sigaction for Haiku, add support for
1252         BeOS-style signal handlers.
1253
1254         Code is contributed under MIT/X11 license.
1255         
1256 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
1257
1258         * mini-posix.c (sigusr1_signal_handler): Fix openbsd support.
1259
1260 2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
1261
1262         * mini-exceptions.c: Fix win32 build.
1263
1264 2010-04-01  Mark Probst  <mark.probst@gmail.com>
1265
1266         * mini.c, driver.c: Call mono_gc_base_init() before
1267         mono_debug_init().
1268
1269 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
1270
1271         * method-to-ir.c (ensure_method_is_allowed_to_[access_field|
1272         call_method]): Delegate the actual work in security-core-clr.c
1273         to ease code sharing.
1274
1275 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1276
1277         * decompose.c (mono_decompose_opcode): Set the cfg exception if the unsupported
1278         float conv.ovf.un opcodes are encountered, instead of asserting later.
1279         Fixes #566296.
1280
1281 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1282
1283         * decompose.c (mono_decompose_opcode): Add OP_ICONV_TO_U4_UN as a no-op.
1284
1285         * iltests.il.in: Add a test.
1286
1287 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1288
1289         * mini-amd64.c (mono_arch_emit_call): Fail compilation if an argument is too
1290         large. Fixes #567040.
1291
1292         * method-to-ir.c: Call CHECK_CFG_EXCEPTION after emitting a call.
1293
1294 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1295
1296         * method-to-ir.c (handle_ccastclass): Call save_cast_details (). Fixes
1297         #592711.
1298
1299 2010-03-31 Rolf Bjarne Kvinge <RKvinge@novell.com>
1300
1301         * mini-trampolines.c: Surround mono_handler_block_guard_trampoline and
1302         mono_create_handler_block_trampoline with the proper #ifdef so that it
1303         compiles on amd64.
1304
1305 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1306
1307         * mini-exceptions.c: Introduce mono_walk_stack_full, which
1308         allows to select if it's new or old context that is passed to 
1309         the callback.
1310
1311         * mini-exceptions.c (mono_handle_exception_internal): Handle the
1312         case when executing a guarded handler from the EH machinery.
1313
1314         * mini-exceptions.c (mono_install_handler_block_guard): New function
1315         responsible for checking for handler blocks, installing the guard and
1316         clearing abort state.
1317
1318         * mini-posix.c (sigusr1_signal_handler): Call mono_install_handler_block_guard
1319         to check for handler blocks and skip interruption logic if one was found.
1320
1321         * mini-trampolines.c (mono_handler_block_guard_trampoline): Function called
1322         by the handler block guard trampoline. Resumes interruption by raising the
1323         pending ThreadAbortException.
1324
1325         * mini.c (create_jit_info): Calculate the end address of a finally block.
1326
1327         * mini-x86.c (mono_arch_install_handler_block_guard): Patch the return address
1328         of a finally block to a specified address and return the old one.
1329
1330         * tramp-x86.c (mono_arch_create_handler_block_trampoline): The handler block
1331         trampoline patches the original return address and calls the trampoline function.
1332
1333 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
1334
1335         * mini-trampolines.c (mono_aot_trampoline): Remove some dead code.
1336
1337         * aot-runtime.c (mono_aot_patch_plt_entry): New helper function, which only
1338         does the patching if the callee is in the same domain.
1339
1340         * aot-runtime.c mini-trampolines.c: Call mono_aot_patch_plt_entry instead
1341         of mono_arch_patch_plt_entry ().
1342
1343 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1344
1345         * mini.c (create_jit_info): Fix try block hole length encoding.
1346
1347 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1348
1349         * mini.c (create_jit_info): Emit saner debug spew. Now it doesn't
1350         duplicate information and print offsets instead of absolute addresses.
1351
1352 2010-03-29  Zoltan Varga  <vargaz@gmail.com>
1353
1354         * debugger-agent.c (jit_end): Send type loads for types loaded before the VMStart
1355         event is sent. Fixes #591733.
1356
1357 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1358
1359         * mini-posix.c (SIG_HANDLER_SIGNATURE): Handle the case when ctx is NULL on
1360         OpenBSD.
1361
1362 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1363
1364         * debugger-agent.c (mono_debugger_agent_init): Set the GC type of the
1365         thread_to_tls hash table.
1366
1367         * image-writer.c (bin_writer_emit_writeout): Fix the size of the got.plt
1368         section. Fixes #591000.
1369
1370 2010-03-26  Andreas Faerber  <andreas.faerber@web.de>
1371
1372         * Makefile.am (version.h): Check for pure .git directory only,
1373         fixes SVN revision when using git without git-svn.
1374
1375         Contributed under MIT/X11 license.
1376
1377 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1378
1379         * aot-runtime.c: Apply some openbsd changes from openbsd ports.
1380
1381 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1382
1383         * basic-simd.cs: Test for vector x scalar binary operators.
1384
1385 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1386
1387         * simd-intrincs.c (simd_intrinsic_emit_binary): Support binary
1388         intrinsics with expanded scalar arguments.
1389
1390 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1391
1392         * mini-exceptions.c (get_exception_catch_class): Non catch clauses
1393         don't have an exception class, so don't decode it. This would crash
1394         with filter clauses.
1395
1396 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
1397
1398         Make sure that trunk builds with DISABLE_JIT, an update to the
1399         PlayStation 3 port.
1400         
1401         * mini.c (mini_get_shared_method): this code seems to be necessary
1402         regardless of whether DISABLE_JIT has been defined.
1403
1404         (mono_jit_compile_method_inner): it seems that this method is
1405         required even in full AOT mode, so ifdef out only the pieces that
1406         try to genrate code (the body of code that applies patches to the
1407         code).  
1408
1409         (mini_method_compile): do not compile when using DISABLE_JIT.
1410
1411         * mini-ppc.c (mono_arch_get_allocatable_int_vars)
1412         (mono_arch_output_basic_block, mono-arch_emit_exceptions): Do not
1413         compile when DISABLE_JIT is set.
1414
1415 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1416
1417         * mini.c (mono_create_tls_get): Only create a TLS operation if the
1418         arch really supports it.
1419
1420 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1421
1422         * mini-x86.c, mini-x86.h, mini.c: CEE_MONO_TLS support for Darwin/x86.
1423
1424 2010-03-23  Neale Ferguson <neale@sinenomine.net>
1425
1426         * exceptions-s390x.c: Add support for
1427         mono_arch_get_throw_corlib_exception and fix throw by name.
1428
1429         * mini-s390x.c: Add IMT support; Fix stack parameter passing
1430         logic (especially for varargs); Correct localloc sizing; Add
1431         mono_arch_get_this_arg_from_call and
1432         mono_arch_get_this_arg_from_call.
1433
1434         * mini-s390x.h: Add support for facility list extraction;
1435         Correct/update MONO_ARCH_xxx settings.
1436
1437         * mini-s390.c: Minor corrections to instruction output for
1438         varargs. No IMT implementation - I think it's time to deprecate
1439         s390 and just leave s390x.
1440
1441         * tramp-s390x.c: Correct creation of trampoline instruction
1442
1443
1444         * cpu-s390x.md: Update some instruction lengths
1445
1446 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1447
1448         * mini-generic-sharing.c (fill_in_rgctx_template_slot): Remove an assert which
1449         can be hit with partial sharing.
1450
1451         * mini-generic-sharing.c (get_shared_class): Handle partially shared methods
1452         in non-shared classes correctly.
1453         (generic_inst_is_sharable): Allow all primitive types in partial sharing.
1454         Turn on partial sharing.
1455
1456 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1457
1458         * mini-amd64.h: Put back MONO_ARCH_NOMAP32BIT for OpenBSD which was removed
1459         by mistake.
1460
1461 2010-03-23  Zoltan Varga  <vargaz@gmail.com>
1462
1463         * method-to-ir.c (mono_method_to_ir): Handle the failure of
1464         mono_method_signature ().
1465
1466         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
1467
1468         * mini.c (mini_method_compile): Get the signature of cfg->method early with
1469         error checking, so later calls do not need error checking.
1470
1471 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1472
1473         * exceptions-amd64.c: Add support for OpenBSD which has no UCONTEXT_GREGS.
1474
1475         * mini-amd64.h: Enable MONO_ARCH_USE_SIGACTION on OpenBSD as well.
1476
1477 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1478
1479         * mini-exceptions.c (mono_handle_exception_internal): Don't
1480         check try_end for archs different than s390. 
1481
1482         * mini.c (create_jit_info): Don't crash if the finallt block is the
1483         last one.
1484
1485 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1486
1487         * driver.c (mono_main): Don't free global codeman under linux since
1488         glic now peeks at code on stack for more archs than just amd64.
1489
1490 Mon Mar 22 18:09:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1491
1492         * mini.c, method-to-ir.c: changes to support compressed interface
1493         bitmaps.
1494
1495 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1496
1497         * mini-x86.h: Applied patch from Robert Nagy (Robert@openbsd.org).
1498         Use sigaction on OpenBSD too.
1499
1500 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1501
1502         * debugger-agent.c (event_req_matches_assembly): Handle request modifiers too.
1503
1504 2010-03-21  Andreas Faerber  <andreas.faerber@web.de>
1505
1506         * debugger-agent.c: #include sys/select.h for fd_set.
1507
1508         Code is contributed under MIT/X11 license.
1509
1510 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1511
1512         * mini.c (SIG_HANDLER_SIGNATURE): Fix the build on platforms without sigaction
1513         (openbsd+amd64 ?).
1514
1515 2010-03-21  Zoltan Varga  <vargaz@gmail.com>
1516
1517         * mini-ppc.c (mono_arch_emit_exceptions): Avoid an assert in ppc_patch () for
1518         some large methods with lots of exception handlers. Fixes #440924.
1519
1520 Sat Mar 20 11:56:24 CET 2010 Paolo Molaro <lupus@ximian.com>
1521
1522         * method-to-ir.c: remove code duplication for interface checks.
1523
1524 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1525
1526         * debugger-agent.c (clear_event_requests_for_assembly): New helper function.
1527         (assembly_unload): Clear all event requests referencing the to-be unloaded
1528         assembly.
1529
1530
1531 Fri Mar 19 16:45:20 CET 2010 Paolo Molaro <lupus@ximian.com>
1532
1533         * mini.h, mini-exceptions.c: restore the state of the stack
1534         guard page permissions.
1535
1536 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1537
1538         * mini-trampolines.c (common_call_trampoline): Remove the condition guarding the
1539         call site patching code, it doesn't appear to be needed.
1540
1541 2010-03-19  Zoltan Varga  <vargaz@gmail.com>
1542
1543         * mini-generic-sharing.c: Add infrastructure for partial sharing, ie.
1544         sharing generic methods whose type arguments are a mix of reference and
1545         non-reference types. Not yet turned on.
1546
1547         * mini.c (mini_get_shared_method): New helper function to return
1548         the method which will be compiled/registered in the JIT tables when doing
1549         generic sharing.
1550         (mono_domain_lookup_shared_generic): Moved to mini.c from mini-generic-sharing.c,
1551         use mini_get_shared_method ().
1552
1553         * mini.c (mini_method_compile): Register the same method which is compiled when
1554         doing generic sharing.
1555
1556         * mini.c aot-compiler.c aot-runtime.c: Add support for partial sharing.
1557
1558         * generics.cs: Add partial sharing tests.
1559
1560 2010-03-17 Jerry Maine  <crashfourit@gmail.com>
1561
1562         * mini.h : Changed the SIMD_VERSION* enum values to match those in Mono.Simd.AccelMode.
1563                    Add an enum value that or's all possable values together. Add an enum value
1564                    that marks the end of the used bit indexes.
1565
1566         * mini-amd64.c : Make changes to match the changes in mini.h 
1567
1568         * mini-x86.c : Make changes to match the changes in mini.h
1569
1570         * simd-intrinsics.c : Reorder the SimdIntrinsc struct to add more bits to
1571                    simd_version to support more simd versions. Changed the name of
1572                    simd_version to simd_version_flags to make it more intuitive that
1573                    it now contains bit flags. Reordered the *_intrinsics arrays to
1574                    match the changes above. Changed emit_intrinsics() to use the new
1575                    setup mentioned above.
1576
1577         Code is contributed under MIT/X11 license.
1578
1579 2010-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
1580
1581         * mini-*.c (mono_arch_output_basic_block): Record try block holes on all
1582         remaining archs. Alpha and hppa maintainers, please stand up.
1583
1584 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1585
1586         * mini-ppc.c (mono_arch_build_imt_thunk): Always save and restore r11 since it
1587         is needed even when fail_tramp!=NULL.
1588
1589 2010-03-17  Zoltan Varga  <vargaz@gmail.com>
1590
1591         * debugger-agent.c (insert_breakpoint): Write a log message.
1592
1593 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1594
1595         * iltests.il.in: Add a few tests for LEAVE going over multiple
1596         finally clauses.
1597
1598 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1599
1600          * mini-x86.c (mono_arch_output_basic_block): Record try block holes.
1601
1602 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1603
1604         * mini.h (MonoBasicBlock): Add native_length field.
1605         * mini.h (MonoCompile): Add try_block_holes field.
1606         * mini.h (MonoInst): Add exception_clause pointer to
1607         the data union.
1608
1609         * mini.c (mono_codegen): Calculate MonoBasicBlock::native_length.
1610         * mini.c (mono_cfg_add_try_hole): New function to register possible
1611         holes in try blocks.
1612         * mini.c (create_jit_info): Fill in the holes information.
1613
1614         * mini-exceptions.c: Verify for holes when checking if an IP is covered
1615         by a try block.
1616
1617         * method-to-ir.c: Add the EH clause to the CALL_HANDLE instruction.
1618
1619 Tue Mar 16 13:16:16 CET 2010 Paolo Molaro <lupus@ximian.com>
1620
1621         * jit-icalls.c: adjusted for the array API changes.
1622
1623 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1624
1625         * iltests.il.in: Disable the fconv_to_i test on sparc too.
1626
1627 2010-03-16  Zoltan Varga  <vargaz@gmail.com>
1628
1629         * debugger-agent.c: Simplify the way breakpoints are processed by removing
1630         the 'pending' flag. This fixes support for appdomains too.
1631
1632
1633 Mon Mar 15 18:25:49 CET 2010 Paolo Molaro <lupus@ximian.com>
1634
1635         * mini-amd64.c, mini-ia64.c: remove direct access to method->header.
1636
1637 2010-03-12  Zoltan Varga  <vargaz@gmail.com>
1638
1639         * simd-intrinsics.c (simd_intrinsic_emit_getter): Don't emit shuffle opcodes
1640         when using LLVM, LLVM generates it itself when needed.
1641
1642         * mini-llvm-cpp.cpp (mono_llvm_build_aligned_load): New helper function.
1643
1644         * mini-llvm.c: Use an unaligned load for OP_LOADX_MEMBASE. Add zero extension
1645         to some OP_EXTRACT_ opcodes. Fix the naming of some sse intrinsics. Fix
1646         OP_ANDNPS/OP_ANDNPD.
1647
1648 2010-03-11  Zoltan Varga  <vargaz@gmail.com>
1649
1650         * tramp-x86.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code' for
1651         the pc instead of 'buf'. Fix the call to mono_arch_flush_icache ().
1652         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1653
1654 2010-03-11  Martin Baulig  <martin@ximian.com>
1655
1656         * debugger-agent.c (type_commands): Add NULL check to
1657         `CMD_TYPE_GET_SOURCE_FILES'.
1658
1659 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1660
1661         * mini-ppc.c (mono_arch_decompose_opts): Fix OP_ICONV_TO_R_UN when cross-compiling.
1662
1663 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1664
1665         * mini-codegen.c (mono_peephole_ins): Fix the OP_FMOVE optimization. Fixes
1666         #586664.
1667
1668         * iltests.il.in: Add a test.
1669
1670 2010-03-05  Martin Baulig  <martin@ximian.com>
1671
1672         Add support for aborting invocations.
1673
1674         * debugger-agent.c
1675         (InvokeData): Added `InvokeData *last_invoke'.
1676         (DebuggerTlsData): Renamed `invoke' into `pending_invoke' and
1677         added a new `invoke' field to keep the `InvokeData *' throughout
1678         the invocation.
1679         (ErrorCode): Added `ERR_NO_INVOCATION'.
1680         (CmdVM): Added `CMD_VM_ABORT_INVOKE'.
1681         (mono_debugger_agent_handle_exception): Don't report any exception
1682         if an abort was requested.
1683         (invoke_method): Store the `InvokeData *' in `tls->invoke'; reset
1684         a thread abort if necessary.
1685         (vm_commands): Implement `CMD_VM_ABORT_INVOKE'.
1686
1687 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1688
1689         * method-to-ir.c: Store the initial basic block returned by mono_basic_block_split
1690         so we can release the whole list and not just the first one. Free
1691         it in more places as well.
1692
1693 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1694
1695         * method-to-ir.c: Revert r153222 as it doesn't belong here.
1696
1697 Mon Mar 8 17:58:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1698
1699         * mini.h, *.c: prepare for MonoMethodHeader to become a transient entity.
1700
1701 Mon Mar 8 17:35:26 CET 2010 Paolo Molaro <lupus@ximian.com>
1702
1703         * driver.c: report also other misc build options.
1704
1705 2010-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
1706
1707         * method-to-ir.c: Generate better code for the NewObject
1708         intrinsic.
1709         
1710 2010-03-07  Zoltan Varga  <vargaz@gmail.com>
1711
1712         * branch-opts.c (mono_if_conversion): Disable one of the cases when deadce
1713         is disabled. Fixes #582322.
1714
1715         * iltests.il.in: Add a test.
1716
1717 2010-03-06  Zoltan Varga  <vargaz@gmail.com>
1718
1719         * tramp-amd64.c (mono_arch_create_monitor_exit_trampoline_full): Delegate
1720         the handling of obj->synchronization == null and owner != current thread to
1721         mono_monitor_exit ().
1722
1723         * tramp-x86.c (mono_arch_create_monitor_exit_trampoline_full): Ditto.
1724
1725
1726 Sat Mar 6 18:14:15 CET 2010 Paolo Molaro <lupus@ximian.com>
1727
1728         * mini.c: change the way emulated opcode info is stored and save about
1729         4 KB of runtime memory.
1730
1731 2010-03-04  David S. Miller  <davem@davemloft.net>
1732
1733        * mini-sparc.h: Always use MONO_ARCH_USE_SIGACTION.  Linux kernels
1734        that don't provide the siginfo in the second signal handler argument
1735        are buggy, and this has been fixed for years.
1736        * mini.h (GET_CONTEXT): Remove __sparc__ special case.
1737        (SIG_HANDLER_SIGNATURE, SIG_HANDLER_PARMS): Likewise.
1738
1739 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1740
1741         * aot-runtime.c (find_symbol): Fix a leak.
1742         (decode_patch): Ditto.
1743
1744 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1745
1746         * mini.h (MONO_INST_IS_TEMP): Kill this unused define.
1747
1748 2010-03-04  Zoltan Varga  <vargaz@gmail.com>
1749
1750         * mini.c (mono_resolve_patch_target): Fix an uninitialized variable.
1751
1752 Wed Mar 3 19:19:21 CET 2010 Paolo Molaro <lupus@ximian.com>
1753
1754         * method-to-ir.c: MONO_PROFILE_STRING_ALLOC is dead.
1755
1756 2010-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
1757
1758         * method-to-ir.c (mono_method_to_ir): Don't create a runtime vtable
1759         to check for errors, it's enough to create the metadata open.
1760
1761         Fixes #562150
1762
1763 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1764
1765         * trace.c|h:
1766         * mini-exceptions.c: Add support for printing stack traces when handling
1767         exceptions, and when printing exceptions thrown while tracing also print
1768         the exception message.
1769
1770 2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1771
1772         * trace.c: We need to parse exclude tokens ('-') before string tokens,
1773         since the exclude token is a valid string character.
1774
1775 2010-03-02  Levi Bard  <levi@unity3d.com>
1776
1777         * debugger-agent.c: Invalidate thread stacks on domain unload.
1778
1779 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1780
1781         * method-to-ir.c: Emit dummy_use for stored reference after write
1782         barriers to make sure the object is pinned if the GC interrupts
1783         before the write barrier is done.
1784
1785 2010-03-02  Zoltan Varga  <vargaz@gmail.com>
1786
1787         * cpu-<ARCH>.md: dummy_use was missing src1:i.
1788
1789 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1790
1791         * debugger-agent.c: Add a log message printing the protocol version.
1792
1793 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1794
1795         * debugger-agent.c: Add a new command to communicate the protocol version used
1796         by the client. This could be used to allow newer runtimes to communicate with
1797         older clients.
1798
1799 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1800
1801         * debugger-agent.c (domain_commands): Add a new command to create a boxed value.
1802
1803 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1804
1805         * debugger-agent.c (type_commands): Fix the setting of fields with a reference
1806         type.
1807
1808 Mon Mar 1 15:20:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1809
1810         * mini-arm.c: make the arm cpu arch configurable with the
1811         MONO_CPU_ARCH env var (for example: "armv4 thumb").
1812         Bug #584198.
1813
1814 Mon Mar 1 14:48:35 CET 2010 Paolo Molaro <lupus@ximian.com>
1815
1816         * mini.c, mini.h, driver.c: added the --jitmap option to enable
1817         support for the perf tool on Linux.
1818
1819 Mon Mar 1 14:43:55 CET 2010 Paolo Molaro <lupus@ximian.com>
1820
1821         * method-to-ir.c: make string.InsertenalSetChar() specialization
1822         effective.
1823
1824 2010-03-01  Robert Jordan  <robertj@gmx.net>
1825
1826         * Makefile.am: fix the non-static build.
1827
1828 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1829
1830         * mini-generic-sharing.c: Move the contents of ../metadata/generic-sharing.c
1831         here.
1832
1833 2010-02-26  Robert Jordan  <robertj@gmx.net>
1834
1835         * tasklets.c (continuation_store): Return from an error condition
1836         immediately.
1837
1838 2010-02-26  Martin Baulig  <martin@ximian.com>
1839
1840         * debug-debugger.c (MonoDebuggerInfo): Added `abort_runtime_invoke'.
1841
1842         * debug-mini.c
1843         (MonoDebuggerThreadInfo): Added `internal_flags'.
1844         (MonoDebuggerInternalThreadFlags): New enum.
1845         (_mono_debugger_throw_exception): Don't signal the debugger if a
1846         type abort was requested.
1847         (_mono_debugger_unhandled_exception): Likewise.
1848         (mono_debugger_abort_runtime_invoke): New method to abort an invocation.
1849         (mono_debugger_runtime_invoke): If the debugger requested a thread
1850         abort during the invocation, reset it here.
1851
1852 2010-02-26  Martin Baulig  <martin@ximian.com>
1853
1854         * debug-mini.c (MonoDebuggerThreadInfo): Use `MonoInternalThread *'
1855         instead of `MonoThread *'.
1856
1857 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1858
1859         * aot-runtime.c (mono_aot_find_jit_info): Use a merge sort for sorting the
1860         code offsets table, as it is mostly sorted.
1861
1862 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1863
1864         * debugger-agent.c (do_invoke_method): Fix invoking of static methods on vtypes.
1865         Fixes #582991.
1866
1867 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1868
1869         * driver.c (mono_main): Get rid of mono_setup_vtable_in_class_init.
1870
1871 Wed Feb 24 15:58:03 CET 2010 Paolo Molaro <lupus@ximian.com>
1872
1873         * Makefile.am: build the new ABI version of the libmono library.
1874         * debugger-agent.c, mini.c: fix warnings with the new API.
1875         * jit.h: don't depend on glib.h being included.
1876
1877 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1878
1879         * method-to-ir.c (mono_method_to_ir): Implement AOT support for fast TLS access.
1880
1881 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1882
1883         * method-to-ir.c (mono_method_to_ir): Implement support for fast access to
1884         ThreadStatic variables.
1885
1886 2010-02-24  Zoltan Varga  <vargaz@gmail.com>
1887
1888         * debugger-agent.c (notify_thread): Skip terminated threads, since their tls
1889         data is not freed yet. Fixes #582460.
1890
1891 2010-02-23  Zoltan Varga  <vargaz@gmail.com>
1892
1893         * debugger-agent.c: Add support for the caught/uncaught flags on exception
1894         event requests. Bump protocol minor version.
1895
1896 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1897
1898         * decompose.c (mono_decompose_long_opts): Handle OP_LCONV_TO_OVF_I8 here too.
1899
1900 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1901
1902         * decompose.c (mono_decompose_opcode): Handle OP_LCONV_TO_OVF_I8. Fixes
1903         #581950.
1904
1905         * iltests.il.in: Add a test.
1906
1907 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1908
1909         * mini.c (inline_method): Check for loader errors.
1910
1911 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1912
1913         * mini.c (mono_method_check_inlining): Use !mono_method_get_header_summary
1914         instead of mono_method_get_header as it doesn't decode locals
1915         so the called method can have unresolved dependencies that will only
1916         be satisfied after the current method is JIT'd.
1917
1918         Fixes #550968.
1919
1920 2010-02-22  Zoltan Varga  <vargaz@gmail.com>
1921
1922         * basic.cs (test_0_div_opt): Speed this up a bit.
1923
1924 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1925
1926         * mini-amd64.c: Fix DISABLE_JIT support after the latest changes.
1927
1928         * mini.c (mono_jit_create_remoting_trampoline): Call
1929         mono_create_specific_trampoline () instead of
1930         mono_arch_create_specific_trampoline ().
1931
1932         * mini-trampolines.c tramp-arm.c: Disable more stuff when DISABLE_JIT is set.
1933
1934 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1935
1936         * unwind.c (mono_unwind_get_cie_program): New function, moved here from
1937         aot-compiler.c, so it can be found even if DISABLE_JIT is set.
1938
1939         * aot-compiler.c xdebug.c: Update callers of mono_arch_unwind_get_cie_program ().
1940
1941         * mini-amd64.c: Fix DISABLE_JIT support.
1942
1943 2010-02-20  Geoff Norton  <gnorton@novell.com>
1944
1945         * aot-runtime.c: Ensure we dont leak a held lock when unwinding exceptions.
1946
1947 2010-02-20  Zoltan Varga  <vargaz@gmail.com>
1948
1949         * debugger-agent.c (mono_debugger_agent_handle_exception): Receive two contexts,
1950         one for the throw and one for the catch. Mark uncaught exceptions by a NULL
1951         CATCH_TXT. Send normal exception events for unhandled exceptions too.
1952         (mono_debugger_agent_handle_unhandled_exception): Remove this, merged into
1953         handle_exception.
1954
1955 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1956
1957         * exceptions-x86.c (mono_arch_get_restore_context): Changes this so it restores
1958         edx/ecx too. This is needed to support OP_SEQ_POINT.
1959
1960 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1961
1962         * exceptions-amd64.c (get_throw_trampoline): Add xdebug info.
1963
1964         * method-to-ir.c (mono_method_to_ir): Fix SIZEOF in dynamic methods.
1965
1966 2010-02-16  Zoltan Varga  <vargaz@gmail.com>
1967
1968         * mini-llvm.c aot-compiler.c aot-runtime.c unwind.c: Finish support
1969         LLVM+AOT+exceptions, not enabled yet.
1970
1971 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1972
1973         * mini.c (SIG_HANDLER_SIGNATURE): Fix the windows build.
1974
1975 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1976
1977         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Emit
1978         xdebug info for these.
1979
1980         * mini-trampolines.c (common_call_trampoline): Use mini_jit_info_table_find ()
1981         in a few places.
1982
1983         * mini.c (mini_get_vtable_trampoline): Make this take a 'slot_index' argument,
1984         not used yet.
1985
1986 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1987
1988         * aot-compiler.c (load_profile_files): Update after the profiler changes.
1989
1990 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1991
1992         * mini.c (mono_jit_compile_method_inner): Avoid passing icall wrappers to
1993         mono_profiler_method_end_jit, since the profiler has no way to process wrappers.
1994
1995         * aot-runtime.c mini.c: Resurrect the aot pagefault profiling stuff, it is useful
1996         for mtouch.
1997
1998 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
1999
2000         * debugger-agent.c: handle incomplete reads and EINTR in
2001         recv()/send(). This could have been causing random
2002         disconnections.
2003
2004 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
2005
2006         * aot-runtime.c (decode_exception_debug_info): Fix aot support for sequence
2007         points.
2008
2009         * mini-arm.c (mono_arch_allocate_vars): Allocate the seq point related vars first
2010         so they have small offsets. Fixes #566311.
2011
2012 2010-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
2013
2014         * method-to-ir.c (mono_method_check_inlining): Check for loader errors.
2015
2016 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
2017
2018         * mini-amd64.c: Remove the special casing of byref in a few places now that
2019         mini_type_get_underlying_type () handles it.
2020
2021         * mini-generic-sharing.c (mini_type_get_underlying_type): Handle byref as well
2022         by returning native int. Fixes #577984.
2023
2024 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
2025
2026         * method-to-ir.c (handle_isinst): Factor out the is_complex_isinst check into
2027         a macro.
2028
2029         * mini-llvm.c (exception_cb): Put the clause index into the type info instead
2030         of putting the clause itself.
2031
2032         * mini-arm.c mini.c linear-scan.c: Disable more stuff when DISABLE_JIT is used.
2033
2034 2010-02-09  Zoltan Varga  <vargaz@gmail.com>
2035
2036         * unwind.c (mono_unwind_frame): Use read32 for reading a 32 bit value, since it
2037         might be unaligned.
2038
2039 2010-02-10  Geoff Norton  <gnorton@novell.com>
2040
2041         * aot-compiler.c: Make the number of IMT trampolines configurable as well.
2042
2043 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
2044
2045         * aot-compiler.c (emit_code): Create the ut trampolines here, so they work for
2046         llvm methods too.
2047
2048         * aot-compiler.c (emit_code): Don't add the llvm label prefix to 'methods', since
2049         it is not an LLVM generated symbol.
2050
2051         * mini-llvm.c (emit_entry_bb): Fix the handling of simd types.
2052
2053         * method-to-ir.c (handle_castclass): Turn off the more efficient isinst/castclass
2054         implementation in gshared mode because it causes regressions.
2055
2056         * mini-trampolines.c: Add a stat for the number of calls to trampolines.
2057
2058         * image-writer.c (asm_writer_emit_global): Don't prepend the global prefix, it
2059         should be done by the caller.
2060
2061         * mini-llvm.c (mono_llvm_emit_method): Don't make the debug symbols global.
2062
2063         * aot-compiler.c (emit_code): Add the llvm label prefix before 'methods'.
2064
2065         * mini-exceptions.c (mini_jit_info_table_find): Search the root domain as well,
2066         since mono_jit_info_table_find () doesn't do it anymore.
2067
2068         * mini-generic-sharing.c debugger-agent.c: Call mini_jit_info_table_find ()
2069         instead of mono_jit_info_table_find ().
2070
2071 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
2072
2073         * aot-compiler.c aot-runtime.c: Add support for MONO_WRAPPER_WRITE_BARRIER.
2074
2075         * aot-compiler.c (encode_method_ref): Update after the removal of
2076         mono_gc_get_managed_allocator_type ().
2077
2078         * method-to-ir.c (mono_method_to_ir): Place a seq point just before a RET.
2079         Fixes #564538.
2080
2081 2010-02-06  Zoltan Varga  <vargaz@gmail.com>
2082
2083         * method-to-ir.c (handle_castclass): Use the icall for classes with variant
2084         generic params as well.
2085         (handle_isinst): Ditto.
2086
2087         * method-to-ir.c: Make isninst/castclass checks in gshared code more efficient
2088         instead of always calling an icall.
2089
2090         * aot-compiler.c (emit_llvm_file): Take into account trampolines etc when
2091         computing the size of the got.
2092
2093         * aot-compiler.c (emit_code): Change the way the 'methods' symbol is emitted
2094         when using LLVM. Instead of emitting it as an LLVM method, emit it using
2095         the assembly directive '.set' so it points to the first LLVM emitted method.
2096
2097 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
2098
2099         * mini.c (mini_method_verify): Report the method which failed to verify.
2100
2101 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
2102
2103         * method-to-ir.c (mono_method_to_ir): Use the new basic block formation pass
2104         to avoid JIT'ng dead basic blocks. This is the same behavior as the
2105         runtime MS verifier.
2106
2107 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
2108
2109         * debugger-agent.c (decode_value): Fix decoding of vtype instances. Fixes
2110         #561962.
2111
2112 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
2113
2114         * mini-llvm.c: Init the jit module only when first JITting.
2115
2116         * aot-compiler.c (emit_plt): Fix the naming of plt entries of llvm+darwin.
2117
2118         * mini-llvm.c (get_plt_entry): Make the plt entries have hidden visibility.
2119
2120         * mini-llvm.c (mono_llvm_emit_aot_module): Remove the dummy got after it is
2121         replaced with the real got.
2122
2123         * debugger-agent.c (type_commands): Return the enumness if the type as well.
2124
2125         * image-writer.c: Reduce the amount of #ifdefs a bit.
2126
2127         * aot-compiler.c: Reduce the amount of #ifdefs. Add beginnings of support for
2128         llvm on darwin/arm.
2129
2130         * aot-compiler.c (mono_compile_assembly): Handle asmonly+llvm mode.
2131
2132         * mini-llvm.c (mono_llvm_emit_method): Don't make the 'type_info' symbols
2133         global.
2134
2135 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
2136
2137         * mini-llvm.c (mono_llvm_emit_method): Add support for unaligned loads.
2138         (mono_llvm_emit_method): Fix unaligned stores too.
2139
2140         * mini-amd64.c (mono_arch_emit_prolog): Initialize lmf->rsp in the prolog too
2141         so async stack walks don't crash.
2142
2143 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
2144
2145         * mini-trampolines.c (common_call_trampoline): Fix a problem where the callsite
2146         was not patched if the callee needed an rgctx trampoline.
2147
2148 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
2149
2150         * mini-ppc.c (mono_arch_get_global_int_regs): Reserve r29 for holding the
2151         vtable address in AOT code.
2152
2153 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
2154
2155         * mini-codegen.c: Remove support for CEE_ opcodes which cannot occur in
2156         MonoInst's.
2157
2158 Mon Feb 1 16:29:10 CET 2010 Paolo Molaro <lupus@ximian.com>
2159
2160         * genmdesc.pl: remove dependency on external cpp.
2161
2162 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
2163
2164         * method-to-ir.c (mini_emit_ldelema_1_ins): Avoid emitting an OP_SEXT_I4 when
2165         using LLVM, its not needed, and abcrem can't handle it.
2166
2167 Mon Feb 1 14:29:43 CET 2010 Paolo Molaro <lupus@ximian.com>
2168
2169         * genmdesc.c, genmdesc.pl, cpu-x86.md: introduced templates to make
2170         it easier to group instructions and reduce duplication.
2171
2172 2010-02-01  Zoltan Varga  <vargaz@gmail.com>
2173
2174         * decompose.c: Move the array/soft float decompose routines here from
2175         method-to-ir.c.
2176
2177         * method-to-ir.c: Export a few functions so they can be used from decompose.c.
2178
2179 2010-01-31  Zoltan Varga  <vargaz@gmail.com>
2180
2181         * mini-llvm.c (mono_llvm_emit_method): Add a call to llvm.invariant.start
2182         to tell LLVM that the got is constant, not used yet.
2183
2184         * aot-compiler.c: Pass more optimization flags to llvm's 'opt'.
2185
2186 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
2187
2188         * mini-ppc.c (mono_arch_emit_prolog): Fix full aot support for native to
2189         managed wrappers.
2190
2191 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
2192
2193         * aot-compiler.c (add_wrappers): Commit the hack which generates
2194         native-to-managed wrappers for methods decorated with the MonoPInvokeCallback
2195         custom attribute.
2196
2197 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
2198
2199         * mini.h (MONO_INST_FAULT): New instruction flag for loads which can cause
2200         a fault, only used by the LLVM backend.
2201
2202         * ir-emit.h: Add _FAULT variants of the LOAD_MEMBASE macros. Mark
2203         OP_CHECK_THIS with OP_IMPLICIT_EXCEPTION.
2204
2205         * method-to-ir.c: Use the new LOAD_MEMBASE_FAULT opcodes, get rid of the
2206         calls to MONO_EMIT_NULL_CHECK which is automatically done by the new macros.
2207
2208         * mini-llvm.c: Only generate volatile loads from load instructions which have
2209         the MONO_INST_FAULT flag set.
2210
2211 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
2212
2213         * unwind.c (mono_unwind_decode_fde): Fix the decoding of the LSDA offset on
2214         64 bit platforms.
2215
2216 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
2217
2218         * mini.c (mono_save_seq_point_info): Fix the handling of bblocks without
2219         sequence points. Fixes #571236.
2220
2221 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
2222
2223         * debugger-agent.c (mono_debugger_agent_init): Call appdomain_unload at the
2224         end of the appdomain unload process, after assemblies have been unloaded.
2225         Fixes #574842.
2226
2227 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
2228
2229         * abcremoval.c (process_block): Fix the if (region) check so abcrem actually
2230         works.
2231
2232         * mini-amd64.c: Make the soft debugger work on platforms without MAP_32BIT.
2233         Fixes #573988.
2234
2235 2010-01-26  Zoltan Varga  <vargaz@gmail.com>
2236
2237         * dwarfwriter.c (emit_type): Treat MONO_TYPE_PTR as 'I' not 'I4'.
2238
2239 2010-01-26  Geoff Norton  <gnorton@novell.com>
2240
2241         * aot-compiler.c: Fix a logic error introduced when guarding against enums
2242         with struct marshalability.
2243
2244 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
2245
2246         * mini.c (mini_method_compile): Improve the processing MONO_VERBOSE_METHOD so
2247         it supports class names as well.
2248
2249         * mini.h (MonoCompile): Add a few flags to control JIT behavior which are
2250         needed by the GC map code.
2251
2252         * mini.c (mini_method_compile): Call a function in mini-gc.c to set the new
2253         flags if needed.
2254
2255         * method-to-ir.c (mono_method_to_ir): Emit initialization code for ref variables
2256         if cfg->init_ref_vars is set.
2257
2258         * liveness.c (optimize_initlocals): Disable the initlocals opt for ref vars if
2259         cfg->disable_initlocals_op_refs is set.
2260
2261         * method-to-ir.c (mono_spill_global_vars): Compute more precise live ranges
2262         using liveness info if cfg->compute_precise_live_ranges is set.
2263
2264         * mini-gc.c: Ongoing work. Improve logging and debugging support. Handle
2265         volatile variables correctly. Add comments about the live ranges. Not enabled
2266         yet.
2267
2268 2010-01-24  Zoltan Varga  <vargaz@gmail.com>
2269
2270         * mini.h (MonoDebugOptions): Add an option to init stack frames by writing
2271         0x2a into them in method prologs.
2272
2273         * mini-amd64.c (mono_arch_emit_prolog): Implement it.
2274
2275 2010-01-22  Zoltan Varga  <vargaz@gmail.com>
2276
2277         * mini-llvm-cpp.cpp: Remove uses of dynamic_cast, it no longer works with llvm
2278         classes, since llvm is compiled with -fno-rtti.
2279
2280         * mini.h (COMPILE_SOFT_FLOAT): New macro, similar to COMPILE_LLVM.
2281
2282         * method-to-ir.c ir-emit.h: Use if (COMPILE_SOFT_FLOAT) in a few places since
2283         llvm does not require it.
2284
2285         * aot-runtime.c (load_method): Print the full name of the last aot method.
2286
2287 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2288
2289         * exceptions-amd64.c (mono_arch_notify_pending_exc): Avoid a crash if the
2290         thread has not fully started yet.
2291
2292 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2293
2294         * aot-compiler.c (can_marshal_struct): Allow marshalling enums.
2295
2296 2010-01-21  Miguel de Icaza  <miguel@novell.com>
2297
2298         * driver.c: Do not abort if LLVM is not supported, print a
2299         warning and add the information to the Mono JIT information.
2300
2301 2010-01-21  Zoltan Varga  <vargaz@gmail.com>
2302
2303         * ir-emit.h (MONO_EMIT_NULL_CHECK): Don't emit an OP_IMPLICIT_EXCEPTION when
2304         using explicit null checks.
2305
2306 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
2307
2308         * xdebug.c: New file extracted from aot-compiler.c, containing the XDEBUG
2309         related code.
2310
2311         * aot-compiler.c (encode_method_ref): Use mono_marshal_wrapper_info_from_wrapper
2312         () in one place.
2313         (mono_aot_wrapper_name): Remove the special handling of delegate invoke wrappers,
2314         its no longer needed.
2315
2316         * method-to-ir.c (mono_method_to_ir): Fix a warning.
2317
2318         * exceptions-<ARCH>.c: Introduce a MONO_ARCH_HAVE_THROW_EXCEPTION_BY_NAME
2319         define for platforms still using it (s390). Get rid of the
2320         mono_arch_get_throw_exception_by_name () routines on all other platforms.
2321
2322         * exceptions-x86.c: Rework the throw trampolines so there is only one function
2323         which can generate throw/rethrow/corlib trampolines for llvm/not llvm code.
2324
2325         * exceptions-x86.c: Add LLVM specific throw trampolines which doesn't assume
2326         the caller pushed the arguments.
2327
2328         * mini-llvm.c: Enable throwing exceptions on x86.
2329
2330         * mini-posix.c (SIG_HANDLER_SIGNATURE): Avoid
2331         "Thread (nil) may have been prematurely finalized" messages if this is called
2332         on a thread not registered with the runtime.
2333
2334         * mini-exceptions.c (mono_handle_native_sigsegv): Ditto.
2335
2336 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2337
2338         * jit-icalls.c (mono_array_new_3): New jit icall.
2339
2340         * aot-compiler.c aot-runtime.c: Add support for ElementAddr wrappers.
2341
2342         * arrays.cs: Add a test for 3 dimensional arrays.
2343
2344 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2345
2346         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Emit xdebug info.
2347         (mono_arch_find_jit_info_ext): Disable the popping of arguments when LLVM is
2348         used.
2349
2350         * mini-llvm.c (emit_cond_system_exception): Abort when an implicit exception is
2351         thrown on x86.
2352
2353         * unwind.c (mono_unwind_decode_fde): Fix an assert on x86.
2354
2355         * mini-x86.h (MONO_CONTEXT_SET_LLVM_EXC_REG): Define this for x86.
2356
2357         * mini-llvm.c: Disable OP_THROW on x86, it doesn't work yet.
2358
2359 2010-01-18  Bill Holmes  <billholmes54@gmail.com>
2360
2361         * debugger-agent.c : Changing the PLATFORM_WIN32 preprocessor check to
2362           HOST_WIN32.  Also including winsock2. to define struct in_addr.
2363
2364         * mini-amd64.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2365
2366         * mini-x86.h : Changing the PLATFORM_WIN32 preprocessor check to HOST_WIN32.
2367
2368         Code is contributed under MIT/X11 license.
2369
2370 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2371
2372         * mini.h (MonoCompile): Add 'disable_out_of_line_bblocks' flag.
2373
2374         * branch-opts.c (mono_optimize_branches): Honor the new flag.
2375
2376         * mini.c (mini_method_compile): Set the new flag when running under the
2377         debugger.
2378
2379 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2380
2381         * mini-gc.c: Change the GC map to use a ref/noref/pin value instead of just
2382         a ref/noref value + a global pin flag, so parts of stack frames can still be
2383         precisely marked even if they include stuff which needs pinning. Improve logging.
2384         Fix many bugs. Not enabled yet.
2385
2386         * gc-test.cs: Add a few tests.
2387
2388         * liveness.c (mono_analyze_liveness): Make the debug output controllable by
2389         the normal -v options. Avoid propagating liveness information through bblocks
2390         which end with a NOT_REACHED opcode.
2391
2392         * mini.c (mono_jit_compile_method_inner): Avoid reading cfg->prof_options
2393         after cfg has been freed.
2394
2395 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
2396
2397         * branch-opts.c (mono_branch_optimize_exception_target): Stop the optimization
2398         if a clause is skipped because it uses the exception object, since it could
2399         have caught the exception.
2400
2401         * exceptions.cs: Add a test.
2402
2403 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2404
2405        * mini-trampolines.c (mono_create_static_rgctx_trampoline): Add an assert.
2406
2407         * aot-runtime.c (mono_aot_get_method): Handle ftnptr's correctly for the
2408         ICollection<T> wrappers.
2409
2410 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2411
2412         * debugger-agent.c (decode_value): Fix the decoding of I/U/PTR.
2413
2414 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2415
2416         * mini-amd64.c (emit_call_body): Always use near calls when AOTing even if
2417         NOMAP32BIT or optimize_for_xen is set.
2418
2419 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2420
2421         * aot-compiler.c aot-runtime.c: Get rid of mono_aot_str_hash (), use
2422         mono_metadata_str_hash () instead.
2423
2424 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2425
2426         * ir-emit.h (MONO_EMIT_NEW_ICOMPARE_IMM): Use sizeof (mgreg_t) instead of
2427         sizeof (void*).
2428
2429         * unwind.c (mono_unwind_frame): Use mgreg_t instead of gssize.
2430
2431 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2432
2433         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): Emit an explicit null check if the
2434         flag is set.
2435
2436         * mini-ppc.c (mono_arch_emit_exceptions): Compute the size of the exception
2437         throwing code correctly.
2438
2439         * mini.h (MONO_AOT_FILE_VERSION): Bump this because of the IMT hashing changes.
2440
2441 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2442
2443         * aot-runtime.c (mono_aot_plt_resolve): Reenable the previous assert for
2444         ftnptrs created by us, handle RGCTX_FETCH correctly.
2445         (mono_aot_get_lazy_fetch_trampoline): Add an ftnptr.
2446
2447         * mini-trampolines.c (mono_create_generic_class_init_trampoline): Remove the
2448         ftnptr added by mono_aot_get_named_code ().
2449
2450 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
2451
2452         * mini-arm.c: Fix a few LLVM problems.
2453
2454         * mini-llvm.c (simd_class_to_llvm_type): Fix compilation on !x86/amd64.
2455
2456 2010-01-13  Mark Probst  <mark.probst@gmail.com>
2457
2458         * method-to-ir.c (mini_emit_stobj): Use EMIT_NEW_CLASSCONST when
2459         AOT compiling.
2460
2461 Wed Jan 13 15:54:53 CET 2010 Paolo Molaro <lupus@ximian.com>
2462
2463         * jit.h, method-to-ir.c: added ability to set the policy for
2464         inserting breakpoints from the break IL instruction or the
2465         Debugger.Break () API call.
2466
2467 2010-01-13  Zoltan Varga  <vargaz@gmail.com>
2468
2469         * aot-runtime.c (load_aot_module): Add more comments to explain why referenced
2470         assemblies need to be eagerly loaded.
2471
2472 2010-01-12  Zoltan Varga  <vargaz@gmail.com>
2473
2474         * dwarfwriter.c (emit_line_number_info): Fix the eglib case so it doesn't crash.
2475
2476 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
2477
2478         * debugger-agent.c (mono_debugger_agent_parse_options): Allow onthrow without
2479         an argument which matches any exception.
2480
2481 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2482
2483         * method-to-ir.c (mono_emit_method_call_full): Avoid the virt->nonvirt
2484         optimization if the called method is gshared and marshalbyref, since gshared
2485         methods can' have wrappers. Fixes #569390.
2486
2487         * generics.cs: Add a test.
2488
2489 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2490
2491         * mini-exceptions.c (mono_print_thread_dump_from_ctx): New helper function
2492         callable from gdb.
2493
2494 2010-01-10  Zoltan Varga  <vargaz@gmail.com>
2495
2496         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2497
2498 2010-01-09  Zoltan Varga  <vargaz@gmail.com>
2499
2500         * debugger-agent.c (transport_connect): comment out freeaddrinfo calls under win32,
2501         since it is not supported in win2000.
2502
2503 2010-01-08  Zoltan Varga  <vargaz@gmail.com>
2504
2505         * aot-runtime.c (load_image): Add a SET_ERROR argument to set the loader
2506         error if loading an assembly fails.
2507         (mono_aot_plt_resolve): Return NULL instead of asserting if loading fails.
2508
2509         * mini-trampolines.c (mono_aot_plt_trampoline): Throw a pending loader error
2510         if exists.
2511
2512         * aot-runtime.c (decode_exception_debug_info): Set jinfo->from_llvm for LLVM
2513         compiled methods.
2514
2515         * mini-llvm-cpp.cpp: Remove the unused ctx variable.
2516
2517         * mini-llvm.c (mono_llvm_emit_method): Add some comments about why aot+clauses
2518         is not supported yet.
2519
2520         * unwind.c (DW_EH_PE_absptr): Add more DW_EH_PE_ constants.
2521
2522 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2523
2524         * method-to-ir.c: All types with variant arguments must fallback to the
2525         slow path. This makes cast of variant delegates work.
2526
2527         * mini-trampolines.c (mono_get_vcall_slot_addr): Add new variance_used out
2528         argument that is set to TRUE is the returned vtable slot is for a variant
2529         interface. Changed a g_print + g_assert_not_reached to a g_error.
2530
2531         * mini-trampilines.c (common_call_trampoline): Handle variant interfaces in
2532         a similar fashion of generic virtual methods.
2533
2534 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2535
2536         * helpers.c (mono_disassemble_code): Fix a g_hash_table warning
2537         when cfg is null.
2538
2539         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Convert a given
2540         method using a variance aware function.
2541
2542         * mini-x86.c: Add support for dumping IMT thunks if DEBUG_IMT is defined.
2543
2544 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2545
2546         * method-to-ir.c (mono_method_to_ir): Casts to variant interfaces
2547         do an icall for now.
2548
2549 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2550
2551         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add an ugly hack to fix #564695.
2552         If LLVM decides to set the code model to Large, reset it to Default.
2553
2554 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2555
2556         * aot-compiler.c (mono_xdebug_flush): Export it so it is present in
2557         stripped binaries as well.
2558
2559 2010-01-07  Zoltan Varga  <vargaz@gmail.com>
2560
2561         * mini-trampolines.c (common_call_trampoline): Add an rgctx trampoline if a shared
2562         method is called from LLVM compiled code, as that code can't pass an rgctx arg.
2563
2564         * mini-llvm.c (mono_llvm_emit_method): Enable calls to methods needing an rgctx
2565         reg.
2566
2567 2010-01-06  Zoltan Varga  <vargaz@gmail.com>
2568
2569         * mini.c (mini_method_compile): Extract the JIT info creation code into a
2570         separate function.
2571
2572         * mini-llvm.c (mono_llvm_emit_method): Pass the info in MonoExceptionClause
2573         as the type info to llvm.eh.selector.
2574         (exception_cb): Use the type info for filling out some fields of
2575         MonoJitExceptionInfo like the flags and the exception class. This is needed
2576         because the LLVM produced exception handling clauses might not match the original
2577         IL clauses, i.e. there might be more than one LLVM clause for one IL clause.
2578
2579         * unwind.c (mono_unwind_decode_fde): Extract the LSDA decoding code into a
2580         separate function. Add an extra argument which returns the type infos
2581         corresponding to the exception clauses.
2582
2583         * mini.c (mini_method_compile): Enable LLVM compilation of methods having
2584         exception handling clauses.
2585
2586 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2587
2588         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call
2589         mono_method_get_vtable_slot () instead of accessing imt_method->slot directly,
2590         to fix an AOT case.
2591
2592 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2593
2594         * mini.c (mono_compile_is_broken): Skip methods from serialization's
2595         internal assembly.
2596
2597 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2598
2599         * mini.c (mini_method_compile): Fix a few memory leaks introduced by the
2600         llvm code.
2601
2602 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2603
2604         * mini.c (mini_method_compile): Verify the method before calling
2605         mono_compile_create_vars as this might crash since it uses method
2606         information.
2607
2608         Fixes #560196.
2609
2610 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2611
2612         * method-to-ir.c (mono_method_to_ir): Avoid calling mono_class_vtable () in
2613         one case if AOTing, since the class might not be a concrete class.
2614
2615 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2616
2617         * mini-codegen.c abcremoval.c: Remove the duplicate g_slist_append_mempool
2618         functions which are now defined in mempool-internals.h.
2619
2620         * mini.c (mini_free_jit_domain_info): Free the seq point hash tables.
2621
2622         * mini-llvm.c (mono_llvm_emit_method): Handle OP_ABS.
2623
2624 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2625
2626         * mini.c:
2627         * method-to.ir.c:
2628         * mini-*.c: Properly handle generic enums.
2629
2630         Fixes #566294
2631
2632 2009-12-28  Zoltan Varga  <vargaz@gmail.com>
2633
2634         * method-to-ir.c (mono_method_to_ir): Handle the failure of mono_class_vtable ()
2635         in a few more places.
2636
2637 2009-12-27  Zoltan Varga  <vargaz@gmail.com>
2638
2639         * aot-compiler.c (add_wrappers): Don't use dyn runtime invoke for methods with
2640         nullable parameters. Fixes #567351.
2641
2642 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2643
2644         * mini-trampolines.c (common_call_trampoline): Add assert for NULL resolved generic method.
2645
2646 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2647
2648         * mini-trampolines.c: Use mono_arch_get_this_arg_from_call () to avoid the slow
2649         mono_get_generic_context_from_code () call.
2650
2651         * mini-<ARCH>.c: Get rid of mono_arch_find_this_arg (), it is no longer used.
2652
2653 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2654
2655         * aot-runtime.c (decode_klass_ref): Don't call mono_class_init (), its not
2656         needed.
2657
2658 2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
2659
2660         * method-to-ir.c (mono_method_to_ir): Avoid SIGSEGV when
2661         mono_method_get_signature returns NULL. Fix #567084
2662
2663 2009-12-25  Zoltan Varga  <vargaz@gmail.com>
2664
2665         * aot-runtime.c (find_extra_method): Call mono_aot_wrapper_name only once,
2666         instead of once for each module.
2667
2668 2009-12-22  Zoltan Varga  <vargaz@gmail.com>
2669
2670         * debugger-agent.c (ss_start): Implement step over for the last sequence
2671         point in methods.
2672
2673         * mini.c (mono_save_seq_point_info): Don't link sequence points which don't
2674         have the STEP_LOC flag set.
2675
2676         * aot-runtime.c (decode_klass_ref): Avoid a crash if a decode_klass_ref () call
2677         fails. Fixes #566689.
2678
2679 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2680
2681         * mini.c (mono_add_seq_point): New helper function.
2682         (mono_save_seq_point_info): New function to save sequence point info, extracted
2683         from mini_method_compile ().
2684
2685         * mini-<ARCH>.c: Call mono_add_seq_point to remember sequence points.
2686
2687         * mini.h (MonoSeqPointInfo): New structure containing information about
2688         the sequence points of a JITted method.
2689         (MonoBasicBlock): Add 'seq_points' and 'last_seq_point' fields. Remove unused
2690         'bucket' field.
2691
2692         * mini.c debugger-agent.c aot-compiler.c aot-runtime.c: Change the way sequence
2693         point information is stored, use a MonoSeqPointInfo structure instead of a
2694         GPtrArray. For each seq point, compute a list of successor seq points.
2695
2696         * debugger-agent.c: Use the successor list to implement step-over more
2697         efficiently: instead of single stepping until a different line/IL offset is
2698         reached, place breakpoints into all successor seq points.
2699
2700         * mini.h: Bump AOT file format version.
2701
2702 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2703
2704         * Makefile.am (AM_CFLAGS): Include LLVM_CFLAGS.
2705
2706         * mini-llvm.c: Avoid defining the __STDC_... macros if already defined.
2707
2708 2009-12-21  Zoltan Varga  <vargaz@gmail.com>
2709
2710         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): Fix the cross-compiler
2711         build.
2712
2713 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2714
2715         * mini-x86.c (mono_arch_get_argument_info): Allocate memory for CallInfo using
2716         alloca as g_malloc is not signal safe.
2717
2718 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2719
2720         * tramp-x86.c (mono_arch_patch_callsite): Fix the call to
2721         VALGRIND_DISCARD_TRANSLATIONS.
2722
2723         * *.c: Include mono/utils/memcheck.h, and remove #ifdef HAVE_VALGRIND_MEMCHECK_H
2724         checks, they are no longer needed.
2725
2726         * exceptions-ppc.c (mono_ppc_set_func_into_sigctx): New helper function to set
2727         a function into a sigctx which can handle function pointers.
2728
2729         * mini-ppc.c: Implement soft debugger support on ppc64.
2730
2731         * mini-ppc.c: Implement soft debugger support.
2732
2733 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2734
2735         * mini-llvm.c: Handle OP_LADD_OVF_UN. Place all alloca's into the entry bb.
2736
2737 2009-12-17  Marek Habersack  <mhabersack@novell.com>
2738
2739         * mini.c (mono_get_runtime_build_info): include Mono version in
2740         the returned value.
2741
2742         * driver.c (mono_main): VERSION is now included in the string
2743         returned from mono_get_runtime_build_info()
2744
2745 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2746
2747         * method-to-ir.c (mono_method_to_ir): Add support for CALLI with unmanaged
2748         signatures. Fixes #565143.
2749
2750         * jit-icalls.c (mono_get_native_calli_wrapper): New JIT icall.
2751
2752 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2753
2754         * aot-compiler.c (arch_emit_autoreg): Align code to 4 in the ppc case.
2755
2756 2009-12-16 Rodrigo Kumpera  <rkumpera@novell.com>
2757
2758         * mini-x86.h: Forgot to add a 0x to MONO_ARCH_MAX_FRAME_SIZE define
2759         making max stack 10x smaller.
2760
2761 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2762
2763         * mini.c (mono_resolve_patch_target): Comment out an assert which could be hit.
2764
2765 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2766
2767         * method-to-ir.c (mini_emit_memcpy): Assert if size is too big.
2768
2769 2009-12-15 Rodrigo Kumpera  <rkumpera@novell.com>
2770
2771         * mini-x86.c (mono_arch_allocate_vars): Fail compilation if the frame size is
2772         bigger than MONO_ARCH_MAX_FRAME_SIZE.
2773
2774         * mini-x86.c (mono_arch_emit_prolog): Handle huge frames.
2775
2776         * mini-x86.h: Define MONO_ARCH_MAX_FRAME_SIZE to be 1Mb.
2777
2778         * mini-amd64.c / mini-amd64.h: Same fixes as of above.
2779
2780         * mini.c (mini_method_compile): Check if mono_arch_allocate_vars failed
2781         the compilation.
2782
2783 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2784
2785         * method-to-ir.c (mono_method_to_ir): CEE_UNUSUED opcodes now
2786         raise an invalid program exception.   
2787
2788         For other opcodes that we might not handle use a g_warning and
2789         raise the exception.   Beats termination.
2790
2791         Fixes #561724
2792
2793 2009-12-14  Zoltan Varga  <vargaz@gmail.com>
2794
2795         * method-to-ir.c (mono_emit_rgctx_method_call_full): Fix a warning.
2796
2797         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix the LLVM support
2798         by merging the LLVM and !MAP_32BIT cases.
2799
2800 2009-12-14  Geoff Norton  <gnorton@novell.com>
2801
2802         * debugger-agent.c: The end_runtime_invoke guard isn't working on 
2803         AMD64 as __builtin_frame_address (1) returns NULL.  Disable the 
2804         behaviour by default, and make it runtime configurable.
2805         
2806 2009-12-13 Jonathan Chambers <joncham@gmail.com>
2807
2808         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Handle a NULL
2809         sigctx being passed in, as we have no CONTEXT available in the APC.
2810
2811         (mono_debugger_agent_cleanup): Use explicit cond wait implementation
2812         for now.
2813
2814         Code contributed under MIT/X11 license.
2815
2816 2009-12-13  Zoltan Varga  <vargaz@gmail.com>
2817
2818         * method-to-ir.c mini-llvm.c: Fix support for monitor enter/exit trampolines
2819         in the LLVM backend on AMD64.
2820
2821         * aot-runtime.c (decode_eh_frame): Initialize the clauses from the info in the
2822         FDE.
2823
2824         * unwind.c (mono_unwind_decode_fde): Implement decoding of a couple more formats.
2825
2826         * mini-llvm.c: Export mono_personality for AOT.
2827
2828         * mini.c (mini_method_compile): Fix some problems with llvm+aot+clauses.
2829
2830         * mini-ops.h (OP_IMPLICIT_EXCEPTION): New opcode marking the place where an
2831         implicit exception can occur.
2832
2833         * ir-emit.h (MONO_EMIT_NEW_IMPLICIT_EXCEPTION): New macro to emit an
2834         OP_IMPLICIT_EXCEPTION instruction.
2835
2836         * ir-emit.h (MONO_EMIT_NEW_CHECK_THIS): New macro.
2837
2838         * method-to-ir.c: Use MONO_EMIT_NEW_CHECK_THIS in a few places.
2839
2840         * mini-llvm.c: Handle OP_IMPLICIT_EXCEPTION by disabling llvm if it occurs
2841         inside a protected block.
2842
2843         * mini-llvm.c: Revert the last change, the signature of monitor entry/exit
2844         trampolines doesn't include the argument.
2845
2846         * mini-llvm.c (mono_llvm_emit_method): Enable calls to monitor entry/exit
2847         trampolines on amd64.
2848
2849         * mini-amd64.h (MONO_ARCH_MONITOR_OBJECT_REG): Use MONO_AMD64_ARG_REG1 instead
2850         of RDI.
2851
2852         * mini.c (mini_method_compile): Add some comments as to why LLVM is currently
2853         disabled for methods with clauses.
2854
2855         * mini-llvm.c: Enable support for catch clauses.
2856
2857         * mini-exceptions.c (mono_resume_unwind): New function to resume unwinding at the
2858         end of an LLVM compiled finally clause.
2859         (mono_handle_exception_internal): Save the exception handling state in TLS
2860         before calling an LLVM compiled finally clause, so mono_resume_unwind () can
2861         resume unwinding from that point.
2862
2863         * unwind.c (mono_unwind_get_ops_from_fde): Rename this to
2864         mono_unwind_decode_fde, decode the Language Specific Data Area (LSDA) too,
2865         to obtain the addresses of the exception handling regions.
2866
2867         * mini-llvm.c: Add beginnings of support for exception handling, currently only
2868         finally clauses are supported.
2869
2870         * mini.c (mini_method_compile): Add support for LLVM code with exception
2871         handlers.
2872
2873 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2874
2875         * mini-llvm.c (mono_llvm_emit_method): Allocate the 'pindexes' array with the
2876         proper size.
2877
2878 2009-12-12  Zoltan Varga  <vargaz@gmail.com>
2879
2880         * debugger-agent.c: Encode the this argument of vtype methods as a struct, not
2881         as a primitive type.
2882
2883 2009-12-11  Zoltan Varga  <vargaz@gmail.com>
2884
2885         * driver.c: Applied patch from Matt McClellan (matt@mc-c.net). Add a check
2886         for 2 parameter sched_setaffinity in older glibc versions. Fixes
2887         #564000.
2888
2889 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2890
2891         * method-to-ir.c (mini_redirect_call): do not redirect the
2892         InternalAllocateStr internal call if string profiling is enabled.
2893
2894 2009-12-10  Zoltan Varga  <vargaz@gmail.com>
2895
2896         * aot-compiler.c (add_wrappers): Avoid generating synchronized wrappers for
2897         generic methods.
2898
2899         * unwind.h: Rename this to mini-unwind.h to avoid conflicts with the gcc
2900         unwind.h header file.
2901
2902         * tramp-x86.c (mono_arch_patch_callsite): Patch the code when using valgrind,
2903         newer valgrind versions seems to handle this fine.
2904
2905 2009-12-09  Zoltan Varga  <vargaz@gmail.com>
2906
2907         * debugger-agent.c (start_runtime_invoke): Fix a crash if this is called
2908         on the debugger thread.
2909
2910 2009-12-08  Zoltan Varga  <vargaz@gmail.com>
2911
2912         * mini-llvm.c (mono_llvm_emit_method): Add more SIMD opcodes.
2913
2914         * mini.c (mono_print_method_from_ip): Fix the lookup of trampolines.
2915
2916         * mini-codegen.c (mono_local_regalloc): Allow non-call opcodes with cloc:c.
2917
2918         * cpu-<ARCH>.md: Make call_handler clob:c.
2919
2920         * mini.c: Reenable SSA for methods with clauses.
2921
2922         * mini.c (mini_method_compile): Disable SSA for now for methods with clauses,
2923         as it causes failures on x86.
2924
2925 2009-12-08  Sebastien Pouliot  <sebastien@ximian.com>
2926
2927         * driver.c: Fail gracefully with --compile-all if mono_method_signature
2928         returns NULL (e.g. a bad assembly).
2929
2930 2009-12-08  Geoff Norton  <gnorton@novell.com>
2931
2932         * debugger-agent.c:  Refactor the mono_runtime_invoke guarding against
2933         stepping out into native code.  There were issues with nested invokes
2934         like .cctors.
2935
2936 2009-12-07  Zoltan Varga  <vargaz@gmail.com>
2937
2938         * mini.c (mini_method_compile): Do the disable_llvm checks early
2939         and avoid the LLVM compile pass if the checks fail.
2940
2941         * mini.c ssa.c abcremoval.c: Enable SSA for methods with exception clauses.
2942
2943         * mini-llvm.c: Put our methods/globals into the 'llvm.used' array, so the
2944         LLVM optimizations don't try to remove them.
2945
2946         * aot-compiler.c (emit_llvm_file): Save the result of opt into a
2947         different file so the original remains.
2948
2949 2009-12-06  Zoltan Varga  <vargaz@gmail.com>
2950
2951         * mini-llvm.c mini.c: Fix alignment issues with SIMD vars.
2952
2953         * aot-runtime.c (decode_arm_exidx): Handle most descriptors created by gas.
2954
2955         * aot-runtime.c (decode_arm_exidx): Refactor this into two functions, add
2956         support for non-inline unwind descriptors.
2957
2958 2009-12-07  Geoff Norton  <gnorton@novell.com>
2959
2960         * debugger-agent.c:  Darwin can colesce signals, so we need to handle
2961         the interrupt_count slightly differently.  Native threads were never
2962         marked as resumed.
2963
2964 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2965
2966         * aot-runtime.c (decode_arm_exidx): New function to initialize a MonoJitInfo
2967         based on the contents of the ARM .exidx section. Not yet used since llvm doesn't
2968         yet generate this info.
2969
2970         * mini-llvm.c: Fix the conversion of call results if they are unsigned.
2971
2972         * debugger-agent.c (buffer_add_value): Treat I/U as a valuetype, so the
2973         client can distinguish between intptrs and longs.
2974
2975 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2976
2977         * aot-compiler.c (emit_trampoline): Emit the trampoline info into the global
2978         blob.
2979
2980         * aot-runtime.c (load_function): Update after the change above.
2981
2982         * mini.h: Bump AOT file format version.
2983
2984         * method-to-ir.c (mono_method_to_ir): Disallow the delegate optimization
2985         if the delegate class is dynamic.
2986
2987         * method-to-ir.c (handle_delegate_ctor): Allow the method_code optimization
2988         in gshared code too using the new rgctx info type
2989         MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2990
2991 2009-12-04  Geoff Norton  <gnorton@novell.com>
2992
2993         * debugger-agent.c: When doing a func-eval invoke on a suspended runtime,
2994         we need to track the original suspend count so the thread properly
2995         wakes up in resume_thread.
2996
2997 2009-12-04  Zoltan Varga  <vargaz@gmail.com>
2998
2999         * method-to-ir.c (handle_delegate_ctor): Add support for using this from gshared
3000         code.
3001
3002         * generics.cs: Add a test.
3003
3004         * method-to-ir.c (emit_get_rgctx_method): Make this work even if context_used
3005         is 0. Simplify a lot of code using this.
3006
3007         * mini-trampolines.c (mono_delegate_trampoline): Call
3008         mono_create_static_rgctx_trampoline () before saving the final address in
3009         delegate->method_code, to avoid calling it each time a delegate is first called.
3010
3011         * method-to-ir.c (mono_method_to_ir): Allow fast delegate creation for methods
3012         which need static rgctx trampolines.
3013
3014         * mini-trampolines.c (mono_create_static_rgctx_trampoline): Use a cache
3015         keyed on the method+addr pair, since addr could be either the method addr or
3016         an unbox trampoline in the AOT case. Fixes #560246.
3017
3018 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
3019
3020         * mini.c (mini_method_compile): Call handle_exception_clauses () in the same
3021         place it was called before too.
3022
3023 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
3024
3025         * mini.c (mono_jit_runtime_invoke): Avoid the call to mono_class_setup_vtable ()
3026         if no security manager is present, to speed up the AOT case. Call
3027         mono_class_vtable () full with raise_on_error == TRUE instead.
3028
3029 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
3030
3031         * mini.c (mini_method_compile): Call handle_exception_clauses earlier so
3032         the local optimization passes can take its result into account. Fixes
3033         #559876.
3034
3035         * exceptions.cs: Add a test.
3036
3037 2009-01-24  Steven Munroe  <munroesj@us.ibm.com>
3038
3039         This patch is contributed under the terms of the MIT/X11 license
3040
3041         * cpu-ppc64.md (load_memindex): Add loadi8_memindex.
3042
3043 2009-12-03  Zoltan Varga  <vargaz@gmail.com>
3044
3045         * mini.h (MonoInst): Remove unused 'ssa_op' field.
3046
3047         * debugger-agent.c: Rework the handling of stack traces of running threads to
3048         avoid crashes if compute_frames () tries to walk the stack of running thread.
3049
3050         * mini.c (mono_print_method_from_ip): Use mini_jit_info_table_find.
3051
3052         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): Set frame->lmf.
3053
3054         * mini.h (StackFrameInfo): Add an 'lmf' field.
3055
3056 2009-12-02  Zoltan Varga  <vargaz@gmail.com>
3057
3058         * debugger-agent.c (suspend_current): Always set really_suspended.
3059
3060         * debugger-agent.c (clear_event_request): Clear method entry/exit requests too.
3061
3062         * exceptions-x86.c (mono_arch_get_restore_context): Restore EAX too.
3063
3064 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
3065
3066         * debugger-agent.c (vm_commands): Don't allow invokes on threads which are not
3067         really suspended.
3068
3069 2009-12-01  Zoltan Varga  <vargaz@gmail.com>
3070
3071         * cpu-ppc64.md (store_memindex): Add storei8_memindex.
3072
3073 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
3074
3075         * mini-trampolines.c: Fix MSVC build.
3076
3077 2009-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
3078
3079         * mini-trampolines.c: Check for mono_method_get_vtable_slot failures.
3080
3081 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
3082
3083         * mini-arm.c (mono_arch_lowering_pass): Fix an assert which is hit when
3084         the instruction following an OP_FCOMPARE is optimized away.
3085
3086 2009-11-30  Zoltan Varga  <vargaz@gmail.com>
3087
3088         * aot-compiler.c (arch_emit_autoreg): Extract the auto-registration code from
3089         emit_autoreg () into this arch-specific function.
3090
3091         * aot-compiler.c (emit_exception_debug_info): Don't emit the length of the
3092         code, it is no longer needed.
3093
3094         * aot-runtime.c (decode_exception_debug_info): Don't read the code length.
3095
3096         * mini.h: Bump AOT file format version.
3097
3098         * aot-runtime.c (mono_aot_find_jit_info): Compute the length of the method
3099         using the sorted_code_offsets array, instead of reading it from the
3100         exception debug info.
3101         (load_method): Call mono_aot_find_jit_info instead of
3102         decode_exception_debug_info ().
3103
3104         * aot-compiler.c (emit_exception_debug_info): Emit whenever the method was
3105         LLVM compiled as a flag.
3106
3107 2009-11-29  Zoltan Varga  <vargaz@gmail.com>
3108
3109         * debugger-agent.c (resume_thread): Fix a warning.
3110
3111         * aot-compiler.c: Add an option to set the number of static rgctx trampolines
3112         generated.
3113
3114 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
3115
3116         * aot-compiler.c aot-runtime.c: Get rid of a few global symbols, move their
3117         contents to MonoAotFileInfo.
3118
3119 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
3120
3121         * aot-compiler.c aot-runtime.c: Reorganize the AOT file format once again.
3122         Put all binary data into a giant blob, similarly to the way .net assemblies
3123         store binary data. Emit offset tables in a compact form to reduce their size.
3124
3125         * mini.h: Bump AOT file format version.
3126
3127         * aot-compiler.c (emit_globals_table): Use temp_prefix instead of .L in a few
3128         places.
3129
3130         * aot-compiler.c (emit_globals_table): Emit a hash table for the globals, to
3131         avoid linear searches at runtime.
3132
3133         * aot-runtime.c (find_symbol): Update this to use the hash.
3134
3135         * mini.h: Bump AOT file format version.
3136
3137 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
3138
3139         * aot-compiler.c (emit_klass_info): Save whenever the class has a generic
3140         container.
3141
3142         * aot-runtime.c (decode_cached_class_info): Set the is_generic_container field
3143         too.
3144
3145         * aot-compiler.c (mono_compile_assembly): Add a 'stats' option to print out
3146         the distribution of got slot types.
3147
3148         * mini.h (MonoDebugOptions): Add 'explicit_null_checks' option.
3149
3150         * method-to-ir.c: Add support for generating explicit null checks.
3151
3152 2009-11-25  Zoltan Varga  <vargaz@gmail.com>
3153
3154         * debugger-agent.c (vm_commands): Implement EXIT by invoking Environment.Exit ()
3155         on a random thread if possible.
3156
3157         * aot-runtime.c (mono_aot_plt_resolve): Clean up the handling of function
3158         descriptors a bit, add comments, handle RGCTX_FETCH/GENERIC_CLASS_INIT_TRAMPOLINE
3159         correctly.
3160
3161         * exceptions-ppc.c (mono_arch_find_jit_info_ext): Use mgreg_t as the type of
3162         regs. Pass the real size of the regs array to mono_unwind_frame ().
3163
3164         * unwind.c (mono_unwind_frame): Remove an incorrect assert, add more correct
3165         ones instead.
3166
3167 2009-11-24  Geoff Norton  <gnorton@novell.com>
3168
3169         * mini-darwin.c: Work around apple bug rdar://7209349  See
3170         http://openradar.appspot.com/7209349 for details.  Synopsis,
3171         CoreFoundation SIGTRAP's if you dlopen it off the main thread if its
3172         never been initialized before.
3173
3174 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
3175
3176         * tramp-arm.c: Use blx instead of mov pc, reg to improve support for thumb.
3177
3178         * mini-arm.c (mono_arm_thumb_supported): New helper function.
3179
3180 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
3181
3182         * cfold.c (mono_constant_fold_ins): Fix a problem in the previous change,
3183         OP_SHL_IMM is not 32 bit.
3184
3185 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
3186
3187         * aot-compiler.c (encode_patch): Fix the encoding of R8 on big-endian systems.
3188
3189 2009-11-24  Zoltan Varga  <vargaz@gmail.com>
3190
3191         * aot-compiler.c: Avoid infinite recursion when generic virtual recursion is
3192         encountered.
3193
3194         * debugger-agent.c (resume_vm): Signal the suspend_cond even if suspend_count
3195         > 0 since some threads can resume if their resume_count is > 0.
3196         (invoke_method): Avoid reading freed memory.
3197
3198         * debugger-agent.c (process_suspend): Extract the suspend code from
3199         process_single_step_inner () to a separate function. Rework the code to prevent
3200         races between this function and thread interrupts.
3201
3202         * debugger-agent.c (suspend_current): Check the resume_count field instead
3203         of resume_one so suspends+resumes during single threaded invokes work
3204         correctly.
3205
3206 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
3207
3208         * aot-compiler.c (emit_llvm_file): Enable some llvm optimizations which seem
3209         to make the generated code smaller.
3210
3211         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Add a code
3212         sequence generated by recent LLVM versions.
3213
3214         * mini-llvm.c: Add support for a few simple cases which weren't supported
3215         before.
3216
3217         * mini-trampolines.c (mono_magic_trampoline): Don't call
3218         mono_arch_get_vcall_slot () when llvm is enabled.
3219
3220         * aot-compiler.c (emit_llvm_file): Add code to run the 'opt' llvm tool.
3221
3222         * mini-trampolines.c (mono_magic_trampoline): Extract the bulk of this function
3223         into a new function called common_call_trampoline () which is used by the
3224         llvm vcall trampoline as well.
3225
3226         * debugger-agent.c: Implement single threaded invokes.
3227
3228         * debugger-agent.c: Revert change which broke the agent on linux.
3229
3230         * method-to-ir.c (inline_method): Prevent infinite recursion. Fixes
3231         #557606.
3232
3233         * generics.cs: Add a test.
3234
3235 2009-11-22  Zoltan Varga  <vargaz@gmail.com>
3236
3237         * debugger-agent.c: Fix the cygwin build.
3238
3239 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
3240
3241         * cprop.c: Remove this unused file.
3242
3243 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
3244
3245         * cfold.c (mono_constant_fold_ins): Fix constant folding of shr_imm. Fixes
3246         #557262.
3247
3248         * basic.cs: Add a test.
3249
3250 2009-11-21  Zoltan Varga  <vargaz@gmail.com>
3251
3252         * method-to-ir.c (mono_method_to_ir): Use mono_use_llvm instead of ENABLE_LLVM
3253         in one more place.
3254
3255 2009-11-20  Zoltan Varga  <vargaz@gmail.com>
3256
3257         * mini.c mini-trampolines.c driver.c: Add a 'mono_use_llvm' flag to control
3258         whenever the runtime uses LLVM code. Add a '--llvm' command line option to set
3259         it. Use this flag to control llvm related code paths instead of #ifdef
3260         ENABLE_LLVM, so a runtime configured without --enable-llvm can use LLVM compiled
3261         AOT code.
3262
3263         * aot-runtime.c aot-compiler.c: Add a 'flag' field to MonoAotFileInfo.
3264
3265         * mini.h: Bump AOT file format version.
3266
3267         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline_full): These
3268         receive their argument in MONO_ARCH_VTABLE_REG, not in the first argument reg.
3269
3270         * debugger-agent.c (create_event_list): Fix a crash if an empty assembly list
3271         was used as an assembly filter.
3272
3273 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3274
3275         * unwind.c: Fix support for ppc.
3276
3277         * exceptions-ppc.c (mono_arch_find_jit_info): Change this to use dwarf frame
3278         unwind info. Change to the mono_arch_find_jit_info_ext () interface.
3279
3280 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3281
3282         * mini-ppc.c (mono_arch_emit_prolog): Fix a copy-paste error to fix the ppc64
3283         port.
3284         (mono_arch_cpu_init): Don't set cpu_hw_flags to 0 at the end, this was somehow
3285         added by the ps3 changes.
3286
3287 2009-11-19  Zoltan Varga  <vargaz@gmail.com>
3288
3289         * mini-gc.c: Resurrect this, so at least it compiles.
3290
3291         * debugger-agent.c (assembly_commands): Implement GET_NAME command.
3292
3293 2009-11-18  Zoltan Varga  <vargaz@gmail.com>
3294
3295         * debugger-agent.c (mono_debugger_agent_handle_exception): Pass a MonoJitInfo to
3296         create_event_list () so assembly filters can be used.
3297
3298         * exceptions-ppc.c (mono_arch_find_jit_info): Fix the restoration of registers
3299         from the LMF.
3300
3301 2009-11-17  Zoltan Varga  <vargaz@gmail.com>
3302
3303         * debugger-agent.c (mono_debugger_agent_breakpoint_hit): Fix a warning.
3304         (mono_debugger_agent_thread_interrupt): Make this return FALSE if the agent
3305         is disabled.
3306
3307         * aot-compiler.c (add_generic_instances): Emit instances of common generic
3308         classes for char/bool too.
3309
3310         * debugger-agent.c (DebuggerTlsData): Honor the DISABLE_SOFT_DEBUG option.
3311
3312         * debugger-agent.c (DebuggerTlsData): Add a 'really_suspended' flag, not yet
3313         used.
3314
3315         * debugger-agent.c: Add some definitions to make backporting to 2.6 easier.
3316         Fix warnings.
3317
3318 2009-11-15  Andreas Faerber  <andreas.faerber@web.de>
3319
3320         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Signature fix.
3321         
3322         Code contributed under MIT/X11 license.
3323
3324 2009-11-14  Zoltan Varga  <vargaz@gmail.com>
3325
3326         (mono_debugger_agent_thread_interrupt): Save the context so stacktraces for
3327         threads in native code work.
3328
3329         * debugger-agent.c: Pass the 'flags' argument to VM_INVOKE_METHOD earlier in
3330         the parameter list, so it can be acted upon by vm_commands (). Bump protocol
3331         version.
3332
3333 2009-11-13 Jonathan Chambers <joncham@gmail.com>
3334
3335         * debugger-agent.c: Implementation for Windows platform.
3336
3337         * mini-x86.c: Add support for Windows. Use mono-* synchronization
3338         primitives. Use SEH to implement breakpoints and single stepping.
3339
3340         * mini-x86.h: Enable soft debugger on Windows.
3341
3342         Code contributed under MIT/X11 license.
3343
3344 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
3345
3346         * mini-amd64.c (emit_call_body): Disable usage of near calls when running
3347         under XEN. Fixes #522894.
3348
3349         * patch-info.h: Add LLVM_IMT_TRAMPOLINE.
3350
3351         * mini-llvm.c aot-compiler.c aot-runtime.c mini.c: Add support for making
3352         interface calls in LLVM AOT code.
3353
3354         * aot-compiler.c mini-llvm.c: Abort llvm compilation if a non-encodable patch
3355         is found.
3356
3357         * mini-llvm.c: Add support for OP_VPHI.
3358
3359         * objects.cs: Add a test.
3360
3361 2009-11-13  Zoltan Varga  <vargaz@gmail.com>
3362
3363         * debugger-agent.c (mono_debugger_agent_single_step_event): Avoid a crash if
3364         this is called on the debugger thread.
3365
3366 2009-11-12  Zoltan Varga  <vargaz@gmail.com>
3367
3368         * mini-llvm.c: Add soft-float support.
3369
3370         * method-to-ir.c (mono_decompose_soft_float): Restart after decomposing an
3371         FCALL which returns an R4.
3372
3373         * driver.c (mono_main): Add a missing '\n'.
3374
3375         * mini-trampolines.c (mono_create_llvm_imt_trampoline): Fix the build on
3376         platforms which doesn't support the LLVM IMT trampoline.
3377
3378 2009-11-11  Zoltan Varga  <vargaz@gmail.com>
3379
3380         * mini-llvm.c (mono_llvm_emit_method): Fix LOCALLOC.
3381
3382         * mini-llvm-cpp.cpp: Update to latest LLVM SVN.
3383
3384         * mini-llvm.c (mono_llvm_emit_method): Avoid creating plt entries for
3385         virtual calls.
3386
3387         * aot-runtime.c: Don't define HAVE_DL_ITERATE_PHDR, configure now does that.
3388
3389 2009-11-10  Zoltan Varga  <vargaz@gmail.com>
3390
3391         * aot-compiler.c aot-runtime.c: Change how mono_arch_find_jit_info () works.
3392         Instead of emitting a method_order table, sort the contents of the code_offsets
3393         table and do a binary search in the sorted table. The previous approach doesn't
3394         work with LLVM which emits methods in a arbitrary order.
3395
3396         * aot-runtime.c: Add support for creating MonoJitInfo structures by searching
3397         in the .eh_frame section in ELF files.
3398
3399         * mini.h: Bump corlib file format version.
3400
3401         * mini-llvm.c aot-compiler.c: Add support for AOT to the LLVM back end.
3402
3403         * exceptions-arm.c (mono_arch_get_call_filter_full): Update after the
3404         LDMIA->LDM macro name change.
3405
3406 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
3407
3408         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Fix and enable this for
3409         x86.
3410
3411         * mini-llvm-cpp.cpp (JITMemoryManager): Fix compilation with LLVM 2.7
3412         SVN.
3413
3414         * aot-compiler.c: Ditto.
3415
3416         * mini-arm.c (mono_arch_allocate_vars): Fix the previous change by passing
3417         &align to mini_type_stack_size_full ().
3418
3419         * mini-arm.c (mono_arch_emit_prolog): Implement support for varargs.
3420
3421         * mini-ops.h: Add documentation for the OP_ARGLIST opcode.
3422
3423 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3424
3425         * mini-arm.c: Compute the stack space used by arguments using
3426         mini_type_stack_size_full ().
3427
3428 2009-11-08  Zoltan Varga  <vargaz@gmail.com>
3429
3430         * optflags-def.h: Remove dead TREEPROP optimization.
3431
3432 2009-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
3433
3434         * mini-ppc.h: Make mono compiler under FreeBSD/ppc64. 
3435
3436         Patch by Justin Hibbits <chmeeedalf@gmail.com>.
3437
3438 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3439
3440         * driver.c (mono_jit_parse_options): New public API function to parse options
3441         as done by the runtime executable.
3442
3443         * debugger-agent.c (buffer_add_cattrs): Fix reading an uninitialized variable
3444         when handling named arguments.
3445
3446 2009-11-07  Zoltan Varga  <vargaz@gmail.com>
3447
3448         * mini-arm.c: Implement support for returning vtypes in registers, fix support
3449         for passing small vtypes in registers, make the CallInfo structures more
3450         similar to the code on the other platforms.
3451
3452         * mini-arm.c (mono_arch_allocate_vars): Align small vtypes to 4 bytes too since
3453         the code in the prolog requires it.
3454
3455 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3456
3457         * mini-arm.c debugger-agent.c: Android changes from Koushik K. Dutta
3458         (koush@koushikdutta.com).
3459
3460         * mini-arm.c (handle_thunk): Add a domain argument to control the domain
3461         where the thunk memory should be allocated from. Fixes appdomain unloading
3462         on arm.
3463
3464 2009-11-06  Zoltan Varga  <vargaz@gmail.com>
3465
3466         * mini-arm.c exceptions-arm.c: Make ctx->regs map directly to the 16 hardware
3467         registers, instead of r4..r11,ip,lr. Make restore_context () restore r0..r3 too.
3468
3469 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3470
3471         * mini-amd64.c (mono_arch_output_basic_block): Don't allow OP_SEQ_POINT in
3472         AOT, as it is not implemented yet.
3473
3474         * mini-x86.c (mono_arch_output_basic_block): Ditto.
3475
3476 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3477
3478         * debugger-agent.c: Fix windows build.
3479
3480 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3481
3482         * debugger-agent.c (debugger_thread): Call mono_set_is_debugger_attached ()
3483         after the client connects/disconnects.
3484
3485         * debugger-agent.c: Add an 'onthrow' option to start the debugger agent
3486         when an exception of a given type is thrown.
3487
3488         * debugger-agent.c: Add a 'onuncaught' option to start the debugger agent
3489         only on an uncaught exception.
3490
3491         * mini-exceptions.c: Notify the debugger agent on an uncaught exception.
3492
3493         * debugger-agent.c: Add a 'launch' option.
3494
3495 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3496
3497         * debugger-agent.c: Add a 'timeout' option.
3498
3499 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3500
3501         * debugger-agent.c: Implement the 'server' and 'suspend' options supported by
3502         the JDWP agent.
3503
3504 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3505
3506         * debugger-agent.c (set_breakpoint): Emit a log message.
3507
3508 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3509
3510         * mini-arm.c: Fix the arm build.
3511
3512 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3513
3514         * aot-compiler.c: don't leak the value returned from
3515         mono_type_full_name().
3516
3517 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3518
3519         * debugger-agent.c: defer including mono-mutex.h until we know the
3520         agent is supported.
3521
3522 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3523
3524         * debugger-agent.c: Changes to build on windows. Use mono-mutex instead
3525         of pthreads directly.
3526
3527         * mini.c (mono_sigfpe_signal_handler): Changed signature of Windows
3528         exception handlers. Pass info argument.
3529
3530         * mini.h: Adjust signatures of soft debugger functions to pass void*
3531         instead of siginfo_t. Adjust SIG_HANDLER_SIGNATURE on Windows.
3532
3533         * mini-amd64.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3534         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3535         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3536         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3537
3538         * mini-amd64.h: Adjust MonoW32ExceptionHandler signature.
3539
3540         * mini-x86.c (mono_arch_is_single_step_event): Adjust signature to pass void*
3541         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3542         (mono_arch_is_breakpoint_event): Adjust signature to pass void*
3543         instead of siginfo_t. Value is EXCEPTION_RECORD on Windows.
3544
3545         * mini-x86.h: Adjust MonoW32ExceptionHandler signature.
3546
3547         * exceptions-x86.c: Adjust W32_SEH_HANDLE_EX for new signature.
3548
3549         * exceptions-amd64.c: Adjust W32_SEH_HANDLE_EX for new signature.
3550
3551         * mono-semaphore.h: Skeleton implementation for Windows.
3552
3553         Code contributed under MIT/X11 license.
3554
3555 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3556
3557         * simd-intrinsics.c (simd_intrinsic_emit_setter): Unfix my fix.
3558
3559         Code contributed under MIT/X11 license.
3560
3561 2009-11-04 Jonathan Chambers <joncham@gmail.com>
3562
3563         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix windows build.
3564
3565         Code contributed under MIT/X11 license.
3566
3567 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3568
3569         * aot-compiler.c (mono_save_xdebug_info): Bump the threshold for flushing
3570         debug info to 100 because 10 still slows down gdb too much.
3571
3572         * method-to-ir.c (mono_method_to_ir): Avoid rethrowing thread abort exceptions
3573         inside runtime invoke wrappers. This avoids the need to call ResetAbort () on
3574         them in the wrappers.
3575
3576 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3577
3578         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
3579
3580         * simd-intrinsics.c (simd_intrinsic_emit_setter): Fix a warning.
3581
3582         * aot-runtime.c (mono_aot_get_method): Refactor some code into a new helper
3583         function mono_aot_get_array_helper_from_wrapper ().
3584
3585         * aot-compiler.c (add_generic_class): Refactor the code a bit, really emit
3586         array helper methods.
3587
3588 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3589
3590         * simd-intrinsics.c (load_simd_vreg): Add extra argument to signal if
3591         the value was loaded from memory.
3592
3593         * simd-intrinsics.c (simd_intrinsic_emit_setter): Store back to memory if
3594         the value was loader from there.
3595
3596         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Fail correctly for Shuffle
3597         without constant swizzle.
3598
3599 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3600
3601         * mini-amd64.c: Put soft debugger functions behind a
3602         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3603
3604         * mini-amd64.h: disable the soft debugger in windows.
3605
3606         Code contributed under MIT/X11 license.
3607
3608 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3609
3610         * mini-x86.c: Put soft debugger functions behind a
3611         #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED.
3612
3613         Code contributed under MIT/X11 license.
3614
3615 2009-11-02 Jonathan Chambers <joncham@gmail.com>
3616
3617         * exceptions-x86.c (win32_handle_stack_overflow): Fix parameters
3618         to mono_arch_find_jit_info_ext.
3619
3620         Code contributed under MIT/X11 license.
3621
3622 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3623
3624         * debugger-agent.c: Include netinet/in.h to fix the bsd build.
3625
3626         * debugger-agent.c: Add support for filtering events by assemblies.
3627
3628         * debugger-agent.c (mono_debugger_agent_thread_interrupt): Return false if
3629         the agent is not enabled.
3630
3631 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3632
3633         * exceptions-x86.c: hopefully last change to fix the windows build.
3634         This one courtesy of Jonathan Chambers.
3635
3636 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3637
3638         * debugger-agent.c: remove unused function.
3639
3640 2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3641
3642         * debugger-agent.c: add #ifdefs for a few header files.
3643         * mini-x86.h: disable the soft debugger in windows.
3644         Step 1 of 2 to make this compile on windows with gcc.
3645
3646 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3647
3648         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Comment this out for now
3649         as it breaks the build.
3650
3651 2009-07-01  Zoltan Varga  <vargaz@gmail.com>
3652
3653         Merge the soft debugger branch.
3654
3655         * debugger-agent.h debugger-agent.c: New files containing the soft
3656         mode debugger module.
3657
3658         * method-to-ir.c (mono_method_to_ir): Generate OP_SEQ_POINT opcodes
3659         at the appropriate locations.
3660
3661         * mini-<ARCH>.c (mono_arch_output_basic_block): Handle OP_SEQ_POINT
3662         opcode.
3663
3664         * mini-<ARCH>.c: Add new arch-specific functions to set/clear breakpoints,
3665         enable/disable single stepping.
3666
3667         * exceptions-<ARCH>.c (mono_arch_find_jit_info_ext): New stack unwinding api
3668         which returns all information in a StackFrameInfo structure, and can handle the
3669         LMF frames added by the debugger.
3670
3671         * mini-<ARCH>.h (MonoLMFExt): New structure containing additional information
3672         about an LMF frame.
3673
3674         * mini-exceptions.c (mono_jit_walk_stack_from_ctx_in_thread): New stack
3675         walker function which works on a specific thread and passes a StackFrameInfo
3676         structure to its callback.
3677
3678         * mini.c (mini_init): Initialize the debugger agent.
3679
3680         * aot-compiler.c aot-runtime.c: Add soft-debug support.
3681
3682         * mini-ops.h: Add OP_SEQ_POINT opcode.
3683
3684         * driver.c (mono_main): Add new '--debugger-agent' option for passing
3685         arguments to the debugger agent.
3686
3687 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3688
3689         * mini.c (mini_method_compile): Disable llvm for methods with an lmf here to
3690         speed things up.
3691
3692         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOCALLOC.
3693
3694         * tramp-x86.c (mono_arch_get_llvm_imt_trampoline): Implement this for x86.
3695
3696         * mini.c (mini_init): Avoid using the IMT trampoline in the LLVM case.
3697
3698         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add a static rgctx trampoline
3699         if needed.
3700         (mono_create_llvm_imt_trampoline): New function to create a trampoline which
3701         sets the IMT argument and makes a virtual call.
3702
3703         * mini-llvm.c: Enable interface calls using the llvm imt trampoline.
3704
3705 2009-11-01  Zoltan Varga  <vargaz@gmail.com>
3706
3707         * Makefile.am (llvm_sources): Enable the llvm option since it no longer breaks
3708         the windows build.
3709
3710 2009-10-30  Zoltan Varga  <vargaz@gmail.com>
3711
3712         * mini.c (mini_cleanup): Call profiler shutdown before shutting down the
3713         runtime. Fixes #551228.
3714
3715 2009-10-29  Zoltan Varga  <vargaz@gmail.com>
3716
3717         * mini-x86.c (mono_arch_output_basic_block): Fix % 1. Fixes #550970.
3718
3719         * basic.cs: Add a test.
3720
3721         * method-to-ir.c (mono_method_to_ir): Use EMIT_NEW_LOAD_MEMBASE_TYPE to
3722         load vtypes instead if OP_LOADV_MEMBASE in the implementation of
3723         CONSTRAINED. Fixes #550964.
3724
3725         * generics.cs: Add a test.
3726
3727 2009-10-28  Mark Probst  <mark.probst@gmail.com>
3728
3729         * mini-posix.c (add_signal_handler): Use
3730         mono_gc_get_suspend_signal() instead of GC_get_suspend_signal().
3731
3732 2009-10-28 Jerry Maine <crashfourit@gmail.com>
3733
3734         Contributed under the terms of the MIT/X11 license by
3735         Jerry Maine <crashfourit@gail.com>.
3736
3737         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3738         sse4a for simd intrinsics.
3739
3740         * mini-amd64.c (mono_arch_cpu_enumerate_simd_versions): Added code to detect
3741         sse4a for simd intrinsics.
3742
3743 2009-10-27  Zoltan Varga  <vargaz@gmail.com>
3744
3745         * ir-emit.h method-to-ir.c: Change a few _IMM macros to assign to inst_imm
3746         instead of inst_p1 which is not the same on ILP32 platforms.
3747
3748 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3749
3750         * mini-ppc.c (mono_arch_emit_prolog): Load the current got address,
3751         not the mscorlib one before calling mono_get_lmf_addr.
3752
3753         * tramp-ppc.c (mono_arch_create_trampoline_code_full): Fix the storing
3754         of the ip to the LMF.
3755
3756         * method-to-ir.c (mono_method_to_ir): Fix the handling of the
3757         immediate in the op->op_imm optimization.
3758
3759         * mini-ppc.c: Add a 'vtregs' field to ArgInfo to make the code easier to
3760         understand. VTypes now work, but are not abi compliant, as they are
3761         split into 4 byte parts instead of 8.
3762         (emit_memcpy): Fix the unrolled case to work on the PS3.
3763
3764         * mini-ppc.c (get_delegate_invoke_impl): Fix this for the PS3.
3765
3766         * aot-compiler.c (mono_compile_assembly): Make the autoreg option
3767         the default when static linking.
3768
3769         * mini-ppc.c (mono_arch_emit_prolog): Fix handling of I8 arguments.
3770
3771         * aot-compiler.c: Add an autoreg option to automatically register
3772         statically linked aot modules using ELF .ctors.
3773
3774         * genmdesc.pl: Add __ppc64__ to allowed defines.
3775
3776 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
3777
3778         * mini-posix.c (add_signal_handler): Delay the GC suspend signal while
3779         executing a SIGSEGV handler on an altstack, since libgc can't handle that.
3780
3781 2009-10-24  Mark Probst  <mark.probst@gmail.com>
3782
3783         * exceptions-x86.c (mono_arch_find_jit_info): Fix build.
3784
3785 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3786
3787         * mini-exceptions.c (mini_jit_info_table_find): Add an 'out_domain' argument
3788         which will contain the domain where the method was found.
3789
3790         * exceptions-<ARCH>.c mini-exceptions.c: Update callers of
3791         mini_jit_info_table_find ().
3792
3793         * aot-compiler.c (xdebug_end_emit): Remove so stray debug code.
3794
3795         * branch-opts.c (mono_if_conversion): Avoid running deadce if it is disabled.
3796
3797 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3798
3799         * mini-x86.c (mono_arch_emit_prolog): Disable aot for methods with save_lmf
3800         set, its not supported yet.
3801
3802 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3803
3804         * aot-runtime.c (mono_aot_get_method): Avoid asserting if a array generic
3805         iface wrapper is not found.
3806         (mono_aot_get_method): Ditto for GetGenericValueImpl.
3807
3808 2009-10-21  Zoltan Varga  <vargaz@gmail.com>
3809
3810         * aot-runtime.c (mono_aot_get_method): Fix support for the IList<T> wrappers,
3811         which have a different name.
3812
3813         * aot-runtime.c (mono_aot_get_method): Special case the array generic iface
3814         wrappers and Array.GetGenericValueImpl ().
3815
3816         * aot-compiler.c: Avoid emitting some wrappers which are not needed anymore
3817         because of the change above.
3818
3819         * generics.cs: Add a test for full aot + generic array ifaces.
3820
3821 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3822
3823         * aot-compiler.c (emit_plt): Remove duplicate 'debug_sym' variable 
3824         that hides the previous one.
3825
3826 2009-10-18  Zoltan Varga  <vargaz@gmail.com>
3827
3828         * aot-compiler.c (can_marshal_struct): Allow some System.dll structs to be
3829         marshalled. Fixes #541623.
3830
3831 2009-10-16  Zoltan Varga  <vargaz@gmail.com>
3832
3833         * aot-compiler.c (emit_extra_methods): Remove some asserts which are not needed.
3834
3835 2009-10-15  Zoltan Varga  <vargaz@gmail.com>
3836
3837         * mini.c (mono_op_imm_to_op): Handle OP_AND/OR/XOR_IMM.
3838
3839 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3840
3841         * mini-posix.c (sigprof_signal_handler):
3842         Implemented support for building stat call chans in different ways.
3843
3844 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3845
3846         * mini-exceptions.c (mono_find_jit_info):
3847         Also check that a jit info has been found (fixes a profiler crash).
3848
3849 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3850
3851         * mini.c (mono_codegen):
3852         Call mono_profiler_code_buffer_new with correct code address.
3853
3854 2009-10-14  Zoltan Varga  <vargaz@gmail.com>
3855
3856         * driver.c (mono_main): Change the date in the copyright.
3857
3858 2009-10-14  Mark Probst  <mark.probst@gmail.com>
3859
3860         * method-to-ir.c (mono_method_to_ir): Don't use a managed array
3861         allocator in shared generic code for open classes, because we
3862         can't get those classes' vtables.  We need to make managed
3863         allocators not depend on the vtable at compile-time to solve this.
3864
3865 2009-10-13  Martin Baulig  <martin@ximian.com>
3866
3867         * debug-mini.c (mono_debugger_trampoline_compiled): Add
3868         `const guint8 *trampoline' argument; send both the old and the new
3869         notification.
3870
3871 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
3872
3873         * aot-compiler.c (add_wrappers): Add a runtime invoke wrapper which is used by
3874         mono_runtime_capture_context () without calling mono_runtime_invoke ().
3875         (can_marshal_struct): Skip structures with auto layout.
3876
3877         * tramp-arm.c (GEN_TRAMP_SIZE): Increase this by 4.
3878
3879 2009-10-02  Zoltan Varga  <vargaz@gmail.com>
3880
3881         * mini-sparc.c (mono_arch_emit_setret): Emit long return values using OP_LMOVE.
3882         (mono_arch_create_vars): Instead of allocating a stack slot by hand, allocate
3883         a variable to hold the stack slot used by the int<->float conversion opcodes.
3884
3885         * mini-sparc.c (mono_arch_build_imt_thunk): Implement support for fail_tramp.
3886
3887 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3888
3889         * aot-compiler.c (add_generic_class): Only add GetGenericValueImpl wrappers
3890         when using full-aot.
3891
3892 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3893
3894         * aot-compiler.c (add_generic_class): Add an instance of GenericComparer<T> for
3895         each instance of Comparer<T>.
3896
3897         * generics.cs: Add a new test.
3898
3899 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
3900
3901         * driver.c (parse_debug_options): Add a 'gdb' option.
3902
3903         * mini.c (mini_parse_debug_options): Add a 'gdb' option.
3904
3905         * image-writer.c: Add support for emitting the image into a memory buffer.
3906
3907         * dwarfwriter.c: Add support for sharing one IL file between multiple images.
3908
3909         * aot-compiler.c: Add support for registering debug info with GDB using the
3910         new JIT debugging interface in GDB 7.0. It can be turned on by setting
3911         MONO_XDEBUG to 'gdb'.
3912
3913 2009-10-10  Zoltan Varga  <vargaz@gmail.com>
3914
3915         * aot-compiler.c (mono_save_trampoline_xdebug_info): Implement this for the
3916         gdb mode.
3917
3918 2009-10-11  Zoltan Varga  <vargaz@gmail.com>
3919
3920         * aot-compiler.c (mono_save_xdebug_info): Emit a symbol for the method which
3921         can be used to set breakpoints in gdb.
3922
3923         * image-writer.c (bin_writer_emit_writeout): Add support for setting the text
3924         segment to an absolute address.
3925
3926 2009-10-13  Mark Probst  <mark.probst@gmail.com>
3927
3928         * method-to-ir.c: Use the managed array allocator method if
3929         available.
3930
3931 2009-10-13  Bill Holmes  <billholmes54@gmail.com>
3932
3933         * aot-compiler.c : Fix the MSVC builds
3934
3935         Code is contributed under MIT/X11 license.
3936
3937 2009-10-13  Zoltan Varga  <vargaz@gmail.com>
3938
3939         * aot-compiler.c (mono_save_xdebug_info): Group methods into groups of 10 to
3940         avoid registering 1 symbol file per method with gdb.
3941
3942 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
3943
3944         * mini-sparc.c: Fix the handling of enums with base type long.
3945
3946         * mini-sparc.c (mono_arch_output_basic_block): Fix IREM_UN_IMM.
3947
3948         * mini-sparc.c (mono_arch_allocate_vars): Use mono_class_from_mono_type ()
3949         instead of using type->data.klass as the later doesn't work with generics.
3950
3951 2009-09-25  Mark Probst  <mark.probst@gmail.com>
3952
3953         * method-to-ir.c, mini.h, mini-alpha.c, mini-amd64.c, mini-arm.c,
3954         mini-hppa.c, mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c,
3955         mini-s390x.c, mini-sparc.c, mini-x86.c: Thread.get_CurrentThread
3956         works differently now and we don't handle it in the JIT anymore.
3957
3958         * mini.c, mini-exceptions.c, mini-posix.c, debug-debugger.c,
3959         debug-mini.c, tramp-amd64.c, tramp-x86.c: Changes resulting from
3960         the Thread class split.
3961
3962 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
3963
3964         * driver.c: Don't run tests with the obsolete treeprop optimization.
3965
3966         * mini-sparc.c (mono_arch_create_vars): Make the component vars of a long ret
3967         variable volatile. Fixes #541577.
3968
3969         * basic-calls.cs: Add a new test.
3970
3971         * basic-long.cs: Remove tests which are now in basic-calls.cs.
3972
3973 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
3974
3975         * dwarfwriter.c (emit_debug_info_end): Disable this as it doesn't seem to
3976         work/required with recent iphone sdk versions.
3977
3978         * aot-compiler.c (add_wrappers): Generate PtrToStructure wrappers for more
3979         structures.
3980
3981         * decompose.c (mono_decompose_vtype_opts): Avoid reading uninitialized memory
3982         in the VCALL decomposition code.
3983
3984 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
3985
3986         * mini-ia64.c (mono_arch_output_basic_block): Fix ISHR/ISHR_IMM.
3987
3988         * basic.cs: Add a test.
3989
3990         * mini-ia64.c (mono_arch_build_imt_thunk): Implement support the virtual
3991         generic invokes.
3992
3993         * mini-exceptions.c (mini_jit_info_table_find): New helper function which
3994         searches all the domains of the current thread.
3995
3996         * exceptions-<ARCH>.c: Use it. Fixes #539394.
3997
3998 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
3999
4000         * exceptions-arm.c (mono_arm_throw_exception): Set ctx->ebp to fp instead of sp
4001         so catching exceptions thrown in the same method works. Fixes exception17.exe.
4002
4003         * tramp-arm.c (mono_arch_create_trampoline_code_full): Store NULL into lmf->method
4004         for non-jit trampolines.
4005
4006         * mini.c (mono_jit_runtime_invoke): Allow string ctors with dyn runtime invoke.
4007
4008         * aot-compiler.c (add_wrappers): Ditto.
4009
4010         * mini-arm.c: Implement support for passing vtypes and floats, and increase
4011         the size of the param area used by dyn_call to 6 which covers the majority of
4012         methods.
4013
4014         * mini.c aot-compiler.c: Allow dyn_call for string methods except ctors.
4015
4016         * mini-arm.c: Implement support for passing/receiving
4017         longs and receiving floats in the dyn_call code.
4018
4019         * mini-amd64.c: Implement support for receiving vtypes in registers in
4020         the dyn_call code.
4021
4022         * mini.c mini-amd64.c: Implement partial support for passing vtypes in
4023         the dyn_call code.
4024
4025 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
4026
4027         * mini-arm.c (get_call_info): Return more precise information in
4028         ArgInfo->regtype.
4029         (dyn_call_supported): Use the information in CallInfo.
4030
4031         * mini-arm.c: Enable support for returning vtypes in the dyn_call code.
4032
4033         * mini.c mini-amd64.c: Enable support for returning vtypes in the dyn_call
4034         code.
4035
4036         * mini-arm.c: Update after the dyn_call api changes.
4037
4038         * mini.c (mini_create_jit_domain_info): Register a destructor function
4039         for the runtime_invoke_hash.
4040
4041         * mini-amd64.c (mono_arch_get_dyn_call_args): Rename this to
4042         'mono_arch_dyn_call_start'. Pass the pointer to the return value buffer to
4043         this function.
4044         (mono_arch_get_dyn_call_ret): Rename this to 'mono_arch_dyn_call_finish'.
4045         (dyn_call_supported): Simplify this by using get_call_info ().
4046         (mono_arch_dyn_call_free): New destructor function.
4047
4048         * generics.cs: Remove a printf.
4049
4050         * method-to-ir.c (mono_method_to_ir): Allocate some param area for DYN_CALL.
4051
4052         * mini-arm.c: Add support for enum return values and passing a few arguments
4053         on the stack.
4054         
4055         * mini.c (mono_jit_runtime_invoke): Add support for enum return values to
4056         dyn invoke.
4057
4058         * mini-amd64.c (mono_arch_get_dyn_call_ret): Ditto.
4059
4060         * aot-compiler.c (add_wrappers): Add a few restrictions for the use of
4061         the dynamic invoke wrappers.
4062
4063         * mini-arm.c: Implement OP_DYN_CALL for arm.
4064
4065         * aot-compiler.c (add_wrappers): Avoid aot-ing runtime invoke wrappers
4066         supported by the dynamic runtime invoke wrapper.
4067
4068         * aot-compiler.c aot-runtime.c: Add support for encoding the dynamic
4069         runtime invoke wrapper.
4070
4071         * mini.c (mono_jit_runtime_invoke): Use the dynamic runtime invoke wrappers
4072         if possible when running with full-aot.
4073
4074         * mini-ops.h: Add OP_DYN_CALL opcode.
4075
4076         * mini-amd64.c method-to-ir.c: Add infrastructure for making method calls
4077         with dynamic arguments lists similar to libffi.
4078
4079 2009-09-19  Zoltan Varga  <vargaz@gmail.com>
4080
4081         * method-to-ir.c: Fix the previous change on 64 bit platforms.
4082         
4083         * method-to-ir.c: Applied patch from Rodrigo Kumpera. Allow an i8 argument
4084         to NEWARR.
4085
4086         * iltests.il.in: Add a new test.
4087         
4088 2009-09-18  Zoltan Varga  <vargaz@gmail.com>
4089
4090         * aot-compiler.c (add_generic_instances): Add more instances of
4091         GenericEqualityComparer.
4092
4093 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
4094
4095         * mini.c: Add asserts for mono_class_vtable calls that are not meant to fail.
4096
4097 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
4098
4099         * method-to-ir.c: Handle failures from mono_class_vtable. Added some
4100         comments on some functions that now can fail.
4101
4102 2009-09-17  Andrew Jorgensen  <ajorgensen@novell.com>
4103
4104         * Makefile.am: Add Info.plist to EXTRA_DIST
4105
4106 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
4107
4108         * method-to-ir.c (mono_method_to_ir): Allow AOT for CEE_LDTOKEN in
4109         static synchronized wrappers. Fixes #539500.
4110
4111 2009-09-14  Rodrigo Kumpera  <rkumpera@novell.com>
4112
4113         * jit-icalls.c (mono_class_static_field_address): handle vtable failure
4114         properly.
4115
4116 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
4117
4118         * mini-exceptions.c (mono_handle_exception_internal): Store the computed
4119         lmf before calling filter clauses as well. Fixes #539550.
4120
4121         * exceptions.cs: Add a test.
4122         
4123 2009-09-14  Zoltan Varga  <vargaz@gmail.com>
4124
4125         * aot-compiler.c (add_generic_class): Add instances of
4126         Array.GetGenericValueImpl as well.
4127
4128         * Makefile.am (fullaotcheck): Copy and aot more assemblies so linq
4129         can be tested too.
4130
4131         * generics.cs: Add a fullaot linq test.
4132
4133 2009-09-10  Zoltan Varga  <vargaz@gmail.com>
4134
4135         * aot-compiler.c (arch_emit_static_rgctx_trampoline): Don't clobber argument
4136         reg r1 on arm.
4137
4138 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
4139
4140         * mini-trampolines.c (mono_delegate_trampoline) : Call
4141           mono_cominterop_get_invoke if the delegate target object
4142           is a COM object.
4143
4144         Code is contributed under MIT/X11 license.
4145
4146 2009-09-09  Sebastien Pouliot  <sebastien@ximian.com>
4147
4148         * method-to-ir.c: For CoreCLR throw a SecurityException if an 
4149         internal call is defined outside platform code. Reduce code 
4150         duplication with existing [Method|Field]AccessException
4151
4152 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
4153
4154         * mini-x86.c (mono_arch_emit_call): Don't reduce stack usage by 4
4155         if the return value is a small struct passed on regs.
4156
4157 2009-09-09  Zoltan Varga  <vargaz@gmail.com>
4158
4159         * cpu-arm.md mini-arm.c: Remove unused opcodes.
4160
4161         * mini-codegen.c: Enable the cpu description validation for arm.
4162
4163 2009-09-08  Zoltan Varga  <vargaz@gmail.com>
4164
4165         * basic-calls.cs: Move the test_0_float_load_and_store_with_big_offset ()
4166         test which depends on structs to objects.cs.
4167         
4168         * basic-calls.cs: Remove calls to Console.WriteLine and throws, since those
4169         require object model related stuff working.
4170
4171         * cpu-x86.md mini-x86.c: Remove more unused opcodes.
4172
4173         * mini-ops.h: Fix OP_BIGMUL instruction descriptions.
4174
4175         * mini-codegen.c (mono_local_regalloc): Validate the cpu description 
4176         against the instruction metadata in mini-ops.h. amd64 only for now.
4177
4178         * mini-ops.h: Fix some instruction descriptions.
4179
4180         * mini-ops.h mini-x86.c mini-amd64.c cpu-<ARCH>.md: Remove some
4181         unused instructions.
4182
4183 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
4184
4185         * exceptions.cs: Add a new test.
4186
4187 2009-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
4188
4189         * mini-x86.c (needs_stack_frame): OSX requires full frames to keep proper alignment.
4190
4191 2009-09-06  Zoltan Varga  <vargaz@gmail.com>
4192
4193         * mini-llvm.c (mono_llvm_emit_method): Add a few more missing casts,
4194         skip empty phi opcodes.
4195         
4196         * mini-llvm.c (mono_llvm_emit_method): Handle unsigned volatile variables
4197         correctly by zero extending after loads. Skip methods containing calls
4198         to the monitor enter/exit trampolines.
4199
4200         * tramp-x86.c (mono_arch_create_trampoline_code): Align the stack
4201         when calling mono_thread_force_interruption_checkpoint ().
4202
4203         * mini.c (mini_method_compile): Disable llvm when AOT compiling.
4204
4205         * tramp-amd64.c (mono_arch_patch_callsite): Add support for 32 bit ->
4206         64 bit thunks.
4207         (mono_arch_nullify_class_init_trampoline): Read 'buf' instead of 'code'.
4208
4209         * mini-llvm.c (mono_llvm_emit_method): Add a few missing conversions so a 
4210         bootstrap could run.
4211
4212 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
4213
4214         * mini.c (mini_init): Set callbacks.get_runtime_build_info ().
4215
4216 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
4217
4218         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass the start
4219         of the method to
4220         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
4221         LLVM might be very short.
4222
4223         * mini-x86.c (mono_arch_output_basic_block): Maintain stack alignment
4224         in OP_THROW/RETHROW.
4225
4226         * exceptions-x86.c: Rewrite the throw trampolines so they maintain stack
4227         alignment on osx.
4228
4229 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
4230
4231         * mini-amd64.c (mono_arch_get_vcall_slot): Pass the start of the method to
4232         mono_breakpoint_clean_code () when using LLVM as the prologues generated by
4233         LLVM might be very short.
4234
4235 2009-09-01  Zoltan Varga  <vargaz@gmail.com>
4236
4237         * exceptions-x86.c (throw_exception): Fix the previous change by substracting
4238         the alignment for the value of sp.
4239
4240 2009-09-01  Geoff Norton  <gnorton@novell.com>
4241
4242         * mini.c (mono_get_lmf_addr): Fix jit_thread_attach for native to 
4243         managed wrappers in full aot.
4244
4245 2009-08-31  Zoltan Varga  <vargaz@gmail.com>
4246
4247         * exceptions-x86.c (get_throw_exception): Align the stack on osx.
4248
4249 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
4250
4251         * mini-llvm-cpp.cpp mini-llvm.c: Update to latest llvm api.
4252
4253 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
4254
4255         * aot-compiler.c (emit_exception_debug_info): Emit ei->flags too.
4256
4257         * aot-runtime.c (decode_exception_debug_info): Decode ei->flags from the
4258         saved info.
4259
4260         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
4261
4262         * aot-runtime.c aot-compiler.c: Emit exception causes fully so we don't
4263         depend on the info MonoMethodHeader which could be missing in IL stripped
4264         assemblies.
4265
4266 2009-08-25  Zoltan Varga  <vargaz@gmail.com>
4267
4268         * mini-arm.c (add_general): Fix the passing of 64 bit values on darwin, where
4269         they are only 4 byte aligned.
4270
4271 2009-08-21  Zoltan Varga  <vargaz@gmail.com>
4272
4273         * mini-arm.c (mono_arch_allocate_vars): Use FP as the frame pointer as
4274         was done previously, since using SP causes too many problems.
4275
4276         * exceptions-arm.c: Fix the handling of sp/fp so unwinding through
4277         frames without a frame pointer works.
4278
4279         * mini-arm.c (mono_arch_get_global_int_regs): Avoid using V5 as a
4280         global register in methods with calls, since the calls can go through
4281         a static rgctx trampoline which doesn't save it.
4282
4283 2009-08-19  Zoltan Varga  <vargaz@gmail.com>
4284
4285         * mini-arm.c (mono_arch_context_get_int_reg): Handle SP as well.
4286
4287 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4288
4289         * aot-compiler.c (add_generic_instances): Fix the net 1.1 build.
4290
4291 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4292
4293         * method-to-ir.c: Fix warnings for uninitialized variables.
4294
4295 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4296
4297         * mini-exceptions.c:
4298         * aot-compiler.c: Fix printf warnings.
4299
4300 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4301
4302         * aot-compiler.c (add_generic_instances): Add string[] wrapper methods.
4303         Add GetGenericValueImpl<string>.
4304         
4305         * aot-compiler.c (add_generic_instances): Add instances of
4306         GenericEqualityComparer<T> for primitive types. Only emit the array
4307         wrappers into the mscorlib image.
4308
4309 2009-08-15  Zoltan Varga  <vargaz@gmail.com>
4310
4311         * aot-runtime.c (load_method): Rename 'aot_module' -> 'amodule'. Allocate
4312         the methods_loaded array using amodule->info->nmethods.
4313
4314         * mini.h (MonoAotFileInfo): Add an 'nmethods' field.
4315         (MONO_AOT_FILE_VERSION): Bump this.
4316
4317         * aot-compiler.c: Emit more generic instances allowing some parts of linq
4318         to work.
4319
4320         * aot-runtime.c (mono_aot_get_unwind_info): Handle the case when the
4321         MonoJitInfo doesn't belong to its methods aot image.
4322
4323 2009-08-14  Zoltan Varga  <vargaz@gmail.com>
4324
4325         * mini-arm.c (mono_arch_allocate_vars): Use SP as the default frame reg.
4326
4327         * mini-arm.c: Fix warnings.
4328         
4329         * mini-arm.c (mono_arm_emit_load_imm): Only emit a movt if needed.
4330
4331         * mini-arm.c (mono_arm_emit_load_imm): Use movt/movw if the cpu
4332         supports it.
4333
4334 2009-08-12  Zoltan Varga  <vargaz@gmail.com>
4335
4336         * aot-compiler.c (arch_emit_imt_thunk): Rework the arm code to
4337         avoid clobbering IP.
4338
4339         * mini-trampolines.c (mono_magic_trampoline): Allocate a local to
4340         hold the trampoline argument, so its initial value is available during
4341         debugging.
4342
4343 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4344
4345         * exceptions-arm.c:
4346         * exceptions-hppa.c:
4347         * mini.c:
4348         * exceptions-s390x.c:
4349         * exceptions-mips.c:
4350         * exceptions-ppc.c:
4351         * exceptions-sparc.c:
4352         * exceptions-alpha.c:
4353         * aot-runtime.c:
4354         * mini-trampolines.c:
4355         * exceptions-x86.c:
4356         * exceptions-s390.c: add and use #define's instead of sizeof()
4357         for MonoJitInfo and MonoJitInfoTable.
4358
4359 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4360
4361         * tramp-arm.c:
4362         * tramp-amd64.c:
4363         * tramp-ppc.c:
4364         * tramp-x86.c: use a #define instead of sizeof() for a few
4365         structures that use a zero-length array.
4366
4367 2009-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
4368
4369         * method-to-ir.c (mono_method_to_ir/CEE_CONSTRAINED_): Handle the
4370         case when the method is dynamic. Fixes #529238.
4371
4372 2009-08-06  Zoltan Varga  <vargaz@gmail.com>
4373
4374         * mini.c (mono_jit_compile_method_inner): Throw an exception instead
4375         of asserting when a method is JIT compiled in full-aot mode.
4376
4377 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4378         
4379         Contributed under the terms of the MIT/X11 license by
4380         Jerry Maine <crashfourit@gail.com>.
4381         
4382         * fixed wrong dates in changelog.
4383
4384 2009-08-03  Jerry Maine  <crashfourit@gmail.com>
4385         
4386         Contributed under the terms of the MIT/X11 license by
4387         Jerry Maine <crashfourit@gail.com>.
4388
4389         * basic-simd.cs: added test for packed double square root.
4390         * cpu-amd64.md: added opcode info for packed double square root.
4391         * cpu-x86.md: added opcode info for packed double square root.
4392         * mini-ops.h: added IR opcode for packed double square root.
4393         * mini-x86.c: added IR to native translation code for packed double square root.
4394         * mini-amd64.c: removed todo for packed double square root.
4395         * simd-intrinsics.c: added method to IR opcode converstion for
4396         packed double square root.
4397
4398 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4399
4400         Contributed under the terms of the MIT/X11 license by
4401         Jerry Maine <crashfourit@gail.com>.
4402
4403         * mini-amd64.c: Added a change to help tell the difference as 
4404         to what perpose the xmm register is being used--mainly to help
4405         with debuging.
4406         * mini-amd64.h: Changed callee regs to use 15 out of 16 
4407         (one used for special cases) xmm registers for both fp
4408         and simd ops. Added define to turn on new feature in the regalloc
4409         that allows fp and simd ops to share the xmm regs happily.
4410         * codegen.c: Added code to detect for which perpose an xmm reg is
4411         being used (fp or simd) and to translate back and forth to the
4412         correct logical reg bank (fp or simd) for 'spill load's.
4413
4414 2009-08-03 Jerry Maine <crashfourit@gmail.com>
4415
4416         Contributed under the terms of the MIT/X11 license by
4417         Jerry Maine <crashfourit@gail.com>.
4418
4419         * basic-simd.cs: Added tests for stressing the regalloc when running with
4420         16 simd regs and when simd and fp ops share the same reg bank.
4421
4422 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4423
4424         * method-to-ir.c (mini_emit_stobj): If we call mono_value_copy()
4425         in shared generic code, we might have to look up the class in the
4426         RGCTX.  If we use the class directly, compute its GC descriptor.
4427
4428 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4429
4430         * mini.c (mono_jit_runtime_invoke): Fix a warning.
4431
4432 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4433
4434         * mini.c (mono_jit_runtime_invoke): Initialize the class and
4435         check for errors. Fixed the case when the class with the Main
4436         method is broken.
4437
4438 2009-07-31 Jerry Maine <crashfourit@gmail.com>
4439
4440         Contributed under the terms of the MIT/X11 license by
4441         Jerry Maine <crashfourit@gail.com>.
4442
4443         * cpu-amd64.md: Fixed simple bug in machine discrition file.
4444
4445 2009-07-31  Zoltan Varga  <vargaz@gmail.com>
4446
4447         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_IREM_UN_IMM.
4448
4449 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
4450
4451         * method-to-ir.c: Fix naming of stelem and ldelem.
4452
4453 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
4454
4455         * driver.c (main_thread_handler): Check that the assembly loaded
4456         matches the filename when doing AOT.
4457
4458 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4459
4460         * mini.c: get_ip_from_sigctx installer has been removed, so don't
4461         call it anymore.
4462
4463         * mini-x86.h, mini-amd64.h, mini-ppc.h: UCONTEXT macros moved (to
4464         utils/mono-sigcontext.h).
4465
4466         * exceptions-amd64.c: Use the UCONTEXT_GREGS macro instead of an
4467         #ifdef.
4468
4469 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
4470
4471         * mini.c (mono_codegen):
4472         Call profiler hook to keep track of method code buffers.
4473
4474 2009-07-27  Mark Probst  <mark.probst@gmail.com>
4475
4476         * method-to-ir.c: Invoke write barriers for the
4477         Interlocked.(Compare)Exchange JIT intrinsics.
4478
4479 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
4480
4481         * Makefile.am (version.h): Fix issues when built out of tree.
4482         Remove some redundant 'grep's piped through 'sed's.
4483
4484 Fri Jul 24 17:28:37 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4485
4486         This patch is contributed under the terms of the MIT/X11 license
4487
4488         * mini-ppc.c (mono_arch_output_basic_block):
4489         (OP_STOREI1_MEMBASE_REG): Handle 32-bit offsets combining addis
4490         for bits 32-47 with signed load/store diplacements for bits
4491         48-63.  Use prefered base/offset order for indexed form.
4492         (OP_STOREI2_MEMBASE_REG, OP_STORE_MEMBASE_REG): Same.
4493         (OP_LOAD_MEMBASE, OP_LOADI4_MEMBASE, OP_LOADU4_MEMBASE,
4494         OP_LOADI1_MEMBASE, OP_LOADU1_MEMBASE, OP_LOADU2_MEMBASE,
4495         OP_LOADI2_MEMBASE): Same.
4496         (OP_STORER8_MEMBASE_REG, OP_LOADR8_MEMBASE,
4497         OP_STORER4_MEMBASE_REG, OP_LOADR4_MEMBASE): Same.
4498         (OP_STOREI1_MEMINDEX): Use prefered base/offset order for
4499         indexed form.
4500         (OP_STOREI2_MEMINDEX, OP_STORE_MEMINDEX): Same.
4501         (OP_LOAD_MEMINDEX, OP_LOADI4_MEMINDEX, OP_LOADU4_MEMINDEX,
4502         OP_LOADU2_MEMINDEX, OP_LOADI2_MEMINDEX, OP_LOADU1_MEMINDEX,
4503         OP_LOADI1_MEMINDEX): Same
4504         (OP_LOADR4_MEMINDEX, OP_LOADR8_MEMINDEX, OP_STORER4_MEMINDEX,
4505         OP_STORER8_MEMINDEX): Same
4506         (OP_JMP): Use addis/addi sequence for int cfg->stack_usage
4507         computations.
4508         (mono_arch_emit_prolog): Handle 32-bit offsets combining addis
4509         for bits 32-47 with signed load/store diplacements for bits
4510         48-63.  Use prefered base/offset order for indexed form.
4511
4512 Fri Jul 24 16:57:12 CEST 2009 Steven Munroe  <munroesj@us.ibm.com>
4513
4514 This patch is contributed under the terms of the MIT/X11 license
4515
4516         * mini-ppc.c: Define PPC_MOVE_FPR_GPR and PPC_ISA_64.
4517         (mono_arch_get_vcall_slot): Fx pointer to int cast warning.
4518         (mono_arch_decompose_opts): Make OP_ICONV_TO_R4 and
4519         OP_ICONV_TO_R8 decompose conditional on !PPC_ISA_64.
4520         (mono_arch_output_basic_block) [OP_JMP]: Use ppc_load32 for
4521         cfg->stack_usage to avoid size warnings.
4522         (mono_arch_output_basic_block) [__mono_ppc64__]: Replace
4523         store/load sequence with mffgpr if PPC_MOVE_FPR_GPR is true.
4524         (mono_arch_output_basic_block) [!__mono_ppc64__]: For
4525         OP_ICONV_TO_R4 or OP_ICONV_TO_R8 and PPC_ISA_64 use fcfid
4526         to convert.
4527         (mono_arch_emit_prolog): Move mono_emit_unwind_op_def_cfa 
4528         after code varible is initialized.
4529         Add g_assert ppc_is_imm16 for ainfo->offset. Handle
4530         ainfo->size == 8 when ainfo->offset !ppc_is_imm16.
4531         (mono_arch_emit_epilog): 
4532         Move Use ppc_load32 for cfg->stack_usage to avoid size
4533         warnings.
4534
4535 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4536
4537         * method-to-ir.c: The write barrier doesn't do the store anymore,
4538         so we have always to emit it.  Also, emit the wbarrier after the
4539         store.
4540
4541 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
4542
4543         * mini-arm.c (mono_arch_get_delegate_invoke_impls): Add a trampoline
4544         for argument count 3 too.
4545
4546 2009-07-23  Zoltan Varga  <vargaz@gmail.com>
4547
4548         * mini.c (mono_jit_compile_method_with_opt): Add an 'ex' argument to let
4549         the caller handle the exceptions.
4550         (mono_jit_runtime_invoke): Handle exceptions thrown while compiling the
4551         method. Fixes #524498.
4552
4553 2009-07-22  Geoff Norton  <gnorton@novell.com>
4554
4555         * mini-exceptions.c: Fix build on ia64.
4556
4557 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4558
4559         * mini-exceptions.c (ves_icall_get_frame_info): Use write
4560         barriers.
4561
4562 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
4563
4564         * mini-arm.c (mono_arch_emit_prolog): Fix thread attaching in aot
4565         code.
4566
4567 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4568
4569         * basic-simd.cs (Main): Pass args to the test driver.
4570
4571 2009-07-20  Geoff Norton  <gnorton@novell.com>
4572
4573         * mini-x86.h: Fix the x86 version guards to use Apple's
4574         properly defined macros.
4575
4576 2009-07-20  Geoff Norton  <gnorton@novell.com>
4577
4578         * mini-x86.c: Fix --trace on darwin-x86 and other systems which require
4579         aligned access.
4580
4581 2009-07-20  Zoltan Varga  <vargaz@gmail.com>
4582
4583         * mini.c (mono_jit_runtime_invoke): Speed this up by adding a hash to
4584         MonoJitDomainInfo which maps MonoMethod's to a structure containing all
4585         the information which is needed for invokes, so only one locking+hash table
4586         lookup is needed.
4587
4588         * aot-compiler.c: Add a 'tool-prefix' option to be used when cross-compiling.
4589         
4590         * aot-compiler.c (add_generic_instances): Emit instances of 
4591         GenericComparer<T> for primitive types.
4592
4593 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
4594
4595         * mini-posix.c: Fix linux build.
4596
4597 2009-07-19  Geoff Norton  <gnorton@novell.com>
4598
4599         * mini.h: Add prototypes for mono_runtime_syscall_fork and
4600         mono_gdb_render_native_backtraces
4601         * mini-darwin.c: Apple's syscall(SYS_fork) is very weird on x86,
4602         so we implement the sane semantics to the runtime here
4603         (mono_gdb_render_native_backtraces).  Apple also uses an ancient gdb
4604         so we need to call it differently (mono_gdb_render_native_backtraces)
4605         * mini-posix.c: Move the old semantics from mini.c to the prototypes
4606         here for default implementations.
4607         * mini.c: Refactor mono_handle_native_sigsegv so that we can properly
4608         support Apple's weird syscall (SYS_fork) implementation and not busy
4609         loop in abort() on native crashes on OSX anymore.
4610
4611 2009-07-18  Zoltan Varga  <vargaz@gmail.com>
4612
4613         * aot-runtime.c (load_method): Change the handling of the
4614         MONO_LASTAOT env variable so MONO_LASTAOT=0 means that no aot methods
4615         are used.
4616
4617         * mini.c (mono_patch_info_equal): Really fix the handling of RGCTX_FETCH.
4618
4619 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
4620
4621         * mini.c (mono_patch_info_equal): Revert the last change for now as it
4622         seems to break the aot tests.
4623         
4624         * mini.c (mono_patch_info_equal): Fix the handling of 
4625         MONO_PATCH_INFO_RGCTX_FETCH.
4626
4627 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4628
4629         * unwind.c: Use TARGET_AMD64 instead of __x86_64__.
4630
4631         * mini.c (mono_patch_info_hash): Fix the handling of 
4632         MONO_PATCH_INFO_INTERNAL_METHOD.
4633         (mono_patch_info_equal): Ditto.
4634
4635 2009-07-16  Zoltan Varga  <vargaz@gmail.com>
4636
4637         * mini-llvm.c (mono_llvm_emit_method): Use module instead of ctx->module
4638         in a few places.
4639         
4640         * mini-llvm.c: Add some infrastructure for AOT support.
4641
4642 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4643
4644         * mini-llvm-cpp.c: Update to the latest llvm api.
4645         
4646         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Set the EnablePrettyStackTrace
4647         option to false to prevent llvm from installing signal handlers which
4648         trip up the gc.
4649         
4650 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4651
4652         * cpu-x86.md:
4653         * cpu-amd64.md: Revert previous change as those instructions
4654         take 2 separate arguments. Remember to read the arch docs more
4655         carefully next time.
4656
4657 2009-07-15  Zoltan Varga  <vargaz@gmail.com>
4658
4659         * mini-llvm-cpp.cpp (mono_llvm_build_alloca): Update to latest llvm api.
4660
4661 Wed Jul 15 17:20:27 CEST 2009 Paolo Molaro <lupus@ximian.com>
4662
4663         * mini-ppc.c: exploit multiple load/store units if available (rest of
4664         the change from Steven Munroe (<munroesj@us.ibm.com>) first patch at 
4665         http://bugzilla.novell.com/show_bug.cgi?id=487846).
4666
4667 Wed Jul 15 16:24:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4668
4669         * mini-ppc.c: integrate most of Steven Munroe (<munroesj@us.ibm.com>)
4670         first patch at http://bugzilla.novell.com/show_bug.cgi?id=487846.
4671
4672 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4673
4674         * cpu-x86.md: Fix missing clobbering from trancendental simd
4675         ops.
4676
4677         * cpu-amd64.md: Same.
4678
4679 2009-07-14 Jerry Maine <crashfourit@gmail.com>
4680
4681         Contributed under the terms of the MIT/X11 license by
4682         Jerry Maine <crashfourit@gail.com>.
4683
4684         * basic-simd.cs: Added tests for single and doulble indexers.
4685
4686         * cpu-amd64.md: Added simd opcode information.
4687
4688         * mini-amd64.c: Added IR to native simd generation code.
4689         Added simd register names and function that returns them.
4690
4691         * mini-amd64.h: Added marcos to turn on simd code compilation in
4692         amd64. Added max simd register count marco. Added caller/callee
4693         register mask marcos. Added marcos to use simd register bank.
4694
4695         * mini.h: Added helper marco for shufling dwords and simple
4696         floats.
4697
4698 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
4699
4700         * mini-llvm-cpp.cpp: Update to latest llvm SVN api.
4701
4702         * Makefile.am (mono_LDADD): Pass LLVM_LDFLAGS to the linked.
4703
4704         * unwind.c (mono_unwind_get_ops_from_fde): Make this return
4705         the length of the native code as well.
4706
4707         * basic-simd.cs: Add a test for #521662.
4708
4709 Mon Jul 13 17:58:50 CEST 2009 Paolo Molaro <lupus@ximian.com>
4710
4711         * mini-ppc.c: fixed bug introduced by Steven's TLS changes.
4712
4713 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4714
4715         * mini.c: Register function for getting the IP from a signal
4716         context with metadata.
4717
4718 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
4719
4720         * method-to-ir.c (mono_method_to_ir): When calling a gshared method,
4721         call a generic class init trampoline if needed. Fixes #519336.
4722
4723         * generics.cs: Add a test.
4724         
4725 2009-07-09  Mark Probst  <mark.probst@gmail.com>
4726
4727         * method-to-ir.c: When doing a call which might be remote from
4728         shared generic code to other shared code with open type arguments,
4729         get the remoting invoke wrapper from the RGCTX and do an indirect
4730         call to it.
4731
4732 2009-07-03  Zoltan Varga  <vargaz@gmail.com>
4733
4734         * mini-trampolines.c (get_unbox_trampoline): Add an rgctx trampoline
4735         after the unbox trampoline in the full-aot case.
4736
4737 2009-07-02  jonas echterhoff <jonas@unity3d.com>
4738         
4739         * mini.c: Move initialization of jit_mutex before debugger initialization
4740         
4741         to avoid crashes.
4742         
4743         
4744         * Info.plist: added Info.plist and link flag to enable the mono executable
4745         to access other processes. Requires codesigning of the executable to work.
4746         
4747         * mdb-debug-info32-darwin.s: The same as mdb-debug-info32.s, changed to 
4748         
4749         compile on OS X.
4750         
4751
4752 2009-06-30  Zoltan Varga  <vargaz@gmail.com>
4753
4754         * driver.c (mini_regression): Handle loading errors. Fixes #508869.
4755
4756 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4757
4758         * mini-exceptions.c (get_generic_context_from_stack_frame): Fix the case
4759         when the generic instance is an instantiation of a subclass of the
4760         methods class. Fixes #517166.
4761
4762 2009-06-26  Zoltan Varga  <vargaz@gmail.com>
4763
4764         * mini-amd64.c (mono_arch_emit_prolog): Fix thread attaching in AOTed
4765         code.
4766
4767         * mini.c (mono_jit_thread_attach): Allow domain to be NULL for calls from
4768         AOTed code.
4769
4770         * CMakeLists.txt: Add minimal support for installation.
4771
4772 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
4773
4774         * aot-compiler.c (emit_and_reloc_code): Factor out the code to
4775         determine whenever a method is directly callable to a separate function.
4776
4777         * mini-<ARCH>.c tramp-<ARCH>.c: Remove needless casts and add new
4778         needed ones as a result of the previous change.
4779
4780         * mini-<ARCH>.c tramp-<ARCH>.c: Use mgreg_t* as the
4781         type of register arrays.
4782
4783         * mini-trampolines.c tramp-<ARCH>.c aot-runtime.c: Use mgreg_t* as the
4784         type of register arrays.
4785
4786 2009-06-24  Jerry Maine  <crashfourit@gmail.com>
4787         
4788         Contributed under the terms of the MIT/X11 license by
4789         Jerry Maine <crashfourit@gail.com>.
4790
4791         * mini-amd64.c: Added code to convert simd IR to native amd64 sse.
4792
4793 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4794
4795         * aot-compiler.c (emit_plt): Define debug labels for most plt entries.
4796
4797 2009-06-24  Neale Ferguson <neale@sinenomine.net>
4798
4799         * mini-s390x.c: Correct LCONV_TO_Ix and ICONV_TO_Ix routines. Fix leave_method
4800         dump of structure return value. Fix some formatting.
4801         * cpu-s390x.md: Fix lengths of instruction sequences.
4802         * mini-s390.c: Minor formatting changes.
4803
4804 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4805
4806         * mini-x86.h: Applied patch from Romain Tartiere (romain@blogreen.org).
4807         Use sigaction on freebsd as well.
4808
4809 2009-06-23  Zoltan Varga  <vargaz@gmail.com>
4810
4811         * mini.h: Don't define MONO_ARCH_HAVE_TLS_GET to 0, as some code
4812         uses #ifdef on it.
4813         
4814         * mini.c (mini_init): Revert a change which breaks cross-compilation.
4815
4816 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4817
4818         * mini-ppc.c, cpu-ppc.md: Enable TLS on Darwin/G4.
4819
4820 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4821
4822         * mini.c, mini.h: Tell the runtime whether we support MONO_TLS.
4823
4824 2009-06-20  Martin Baulig  <martin@ximian.com>
4825
4826         * debug-mini.c
4827         (MonoDebuggerThreadFlags): New enum typedef.
4828         (MonoDebuggerThreadInfo): Added `guint32 thread_flags'.
4829         (mono_debugger_thread_created): Added `gpointer func' argument;
4830         initialize the new `thread_flags' field.
4831
4832 2009-06-18  Martin Baulig  <martin@ximian.com>
4833
4834         * debug-debugger.h (MonoDebuggerRuntimeFlags): New enum typedef.
4835         (MonoDebuggerInfo): Renamed the `dummy' field info `runtime_info'.
4836
4837         * debug-debugger.c
4838         (mini_debugger_set_attach_ok): New function; sets the attach-ok
4839         flag in `MONO_DEBUGGER__info.runtime_info'.
4840
4841         * driver.c
4842         (mono_main): Call mini_debugger_set_attach_ok() if generics
4843         sharing is disabled.
4844
4845 2009-06-22  Zoltan Varga  <vargaz@gmail.com>
4846
4847         * aot-compiler.c (add_wrappers): Fix a warning.
4848
4849         * mini-ppc.c tramp-ppc.c exceptions-ppc.c aot-compiler.c: Update after
4850         the ppc load/store macro changes.
4851
4852 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
4853
4854         * tramp-ppc.c (mono_arch_patch_plt_entry): Implement this.
4855
4856         * aot-compiler.c (mono_compile_assembly): Sanitize the plt symbol too,
4857         not just the got symbol.
4858
4859         * mini-ppc.c aot-compiler.c unwind.c: Implement generation of unwind info
4860         on ppc.
4861
4862         * aot-compiler.c unwind.c: Add infrastructure for unwind support on
4863         ppc.
4864         
4865         * aot-compiler.c: Remove some fixmes.
4866
4867         * driver.c (mono_main): Print a helpful message when cross-compiling.
4868
4869         * mini.c (mini_init): Disable signal handlers when cross-compiling.
4870
4871         * method-to-ir.c (initialize_array_data): Do the optimization if the
4872         target byte order is little endian, instead of the host byte order.
4873
4874         * aot-compiler.c: Emit sizes for most symbols, only emit runtime-invoke
4875         wrappers into the mscorlib image, Emit a unique plt symbol for each
4876         image, emit symbols for plt entries.
4877
4878         * image-writer.c (img_writer_emit_symbol_size): New function to emit
4879         a .size directive.
4880         
4881 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
4882
4883         * aot-compiler.c (add_wrappers): Avoid calling 
4884         mono_marshal_get_type_info () since it can assert for some types.
4885
4886         * method-to-ir.c (mono_method_to_ir): Disable aot when some forms of 
4887         ldtoken are used inside wrappers.
4888
4889         * helpers.c: Add support for prefixing tools with the arch name.
4890
4891         * mini.h (OP_LOADR_MEMBASE): New opcodes to load/store pointer sized
4892         quantities when using ilp32.
4893
4894         * mini-codegen.c: Use OP_LOADR_MEMBASE/OP_STORER_MEMBASE for loading/storing
4895         spill slots. Use sizeof(mgreg_t) for the spill slot size.
4896
4897         * image-writer.c: Use .long on ilp32.
4898
4899         * aot-compiler.c: Use 32 bit loads on ilp32.
4900         
4901 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4902
4903         * tramp-ppc.c (mono_arch_create_trampoline_code): Fix the ppc build.
4904
4905         * mini-ops.h: Use TARGET_POWERPC define for consistency.
4906
4907         * patch-info.h: Add 'MSCORLIB_GOT_ADDR' patch type.
4908
4909         * aot-compiler.c aot-runtime.c: Put the mscorlib got address into the 
4910         second got slot of every aot image.
4911         
4912         * aot-compiler.c aot-runtime.c mini-trampolines.c: Add support for
4913         aot on platforms with function pointers.
4914
4915         * mini-ppc.h mini-ppp.c cpu-ppc.md exceptions-ppc.c tramp-ppc.c: Add
4916         support for aot/full aot on ppc/ppc64.
4917         
4918         * tramp-<ARCH>.c (mono_arch_patch_plt_entry): Add 'got' and 'regs'
4919         arguments which are needed on ppc.
4920
4921         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Add 'regs'
4922         argument.
4923
4924         * mini-trampolines.c aot-runtime.c: Update after the above changes.
4925         
4926         * liveness.c (BITS_PER_CHUNK): Use MONO_BITSET_BITS_PER_CHUNK.
4927
4928         * regalloc2.c (BITS_PER_CHUNK): Ditto.  
4929
4930         * aot-compiler.c (emit_got_info): Fix reading unused memory.
4931
4932         * ir-emit.h (alloc_dreg): Add a 'return -1' to quiet some compilers.
4933
4934 2009-06-17  Geoff Norton  <gnorton@novell.com>
4935
4936         * aot-compiler.c: Ensure we dont try to close a null dwarf writer.
4937
4938 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4939
4940         * dwarfwriter.c (mono_dwarf_writer_create): Add an 'appending' parameter
4941         to control whenever the dwarf writer is in xdebug or aot mode.
4942         (emit_class_dwarf_info): Use a separate abbrev for structures without
4943         children.
4944
4945         * aot-compiler.c: Pass the appending parameter to 
4946         mono_dwarf_writer_create ().
4947
4948         * branch-opts.c (mono_merge_basic_blocks): Fix the case when bbn
4949         falls through to its next bblock. Fixes #513931.
4950
4951         * iltests.il: Add a test.
4952
4953         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Emit some line number
4954         infor even if emit_line is FALSE, as the apple linker seems to require it.
4955
4956         * image-writer.c (asm_writer_emit_symbol_diff): Call get_label ().
4957
4958         * dwarfwriter.c (emit_cie): Emit a separate symbol for the cie start, as
4959         gcc does.
4960         (emit_fde): Ditto.
4961
4962 2009-06-15  Zoltan Varga  <vargaz@gmail.com>
4963
4964         * exceptions-mips.c (mono_arch_get_throw_exception_by_name): Fix the
4965         mips build.
4966
4967 2009-06-13  Zoltan Varga  <vargaz@gmail.com>
4968
4969         * mini.h (struct MonoBasicBlock): Add 'has_jump_table' and 
4970         'has_call_handler' fields.
4971
4972         * method-to-ir.c (mono_method_to_ir): Set them if needed.
4973
4974         * branch-opts.c (mono_merge_basic_blocks): Avoid iterating through the
4975         first bblock if not needed. Fixes #512790.
4976         
4977 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4978
4979         * aot-compiler.c (mono_compile_assembly): Fix a warning.
4980         
4981         * aot-compiler.c (add_wrappers): Don't emit remoting-invoke-with-check
4982         wrappers.
4983
4984         * aot-runtime.c (mono_aot_get_method): Use the original method's code for
4985         remoting-invoke-with-check wrappers, which are not needed when running with
4986         full-aot, since it doesn't support remoting.
4987         
4988 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4989
4990         * aot-compiler.c (emit_got_info): Don't emit offsets for the plt got entries.
4991
4992         * aot-compiler.c aot-runtime.c: Don't emit the first got offset in the
4993         method info, it is not used anymore.
4994
4995         * mini.h: Bump AOT file format version.
4996         
4997         * aot-compiler.c (arch_emit_plt_entry): Make the arm plt entries one
4998         word smaller.
4999
5000         * aot-runtime.c (mono_aot_get_plt_info_offset): Update after the
5001         change above.
5002         
5003         * tramp-arm.c (mono_arch_patch_plt_entry): Ditto.
5004
5005         * mini.h: Bump AOT file format version.
5006         
5007 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
5008
5009         * image-writer.c (asm_writer_emit_symbol_diff): Disable the 
5010         TARGET_ASM_APPLE stuff for now, as it doesn't seem to work on the
5011         iphone.
5012
5013         * mini-arm.c (mono_arch_output_basic_block): Fix the implementation
5014         of CKFINITE and FBGE for VFP.
5015
5016 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
5017
5018         * aot-compiler.c: Don't align code to 16 bytes on arm.
5019         
5020         * aot-compiler.c (emit_method_code): Emit the unbox trampolines right
5021         before the methods they belong to.
5022
5023         * aot-runtime.c (mono_aot_plt_resolve): Avoid creating trampolines in
5024         the full-aot case if possible, since the trampoline will be called right 
5025         away.
5026
5027         * aot-compiler.c (mono_compile_assembly): Decrease the number of full aot
5028         trampolines to 1024 after the change above.
5029
5030         * aot-compiler.c (arch_emit_specific_trampoline): Rework the arm
5031         trampoline to save 8 bytes per trampoline.
5032
5033         * tramp-arm.c (mono_arch_create_trampoline_code_full): Update after the
5034         change above.
5035
5036 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
5037
5038         * aot-compiler.c: Use acfg->temp_prefix instead of .L to prefix labels.
5039
5040 2009-06-08  Martin Baulig  <martin@ximian.com>
5041
5042         * debug-mini.c
5043         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
5044         (_mono_debugger_throw_exception): Don't make this static.
5045         (_mono_debugger_unhandled_exception): Likewise.
5046         (mono_debugger_handle_exception): Moved to mini-exceptions.c
5047
5048         * debug-mini.c
5049         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
5050         (_mono_debugger_throw_exception): Add function prototype.
5051         (_mono_debugger_unhandled_exception): Likewise.
5052
5053         * mini-exceptions.c
5054         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
5055         arg; return the first exception handler if the exception is caught
5056         and we're running inside the debugger.
5057         (mono_debugger_handle_exception): Moved here from debug-mini.c;
5058         improve exception handle inside runtime-invoke, check whether the
5059         exception is actually caught in the method being invoked and not
5060         by the runtime-invoke-wrapper.
5061
5062 2009-06-08  Zoltan Varga  <vargaz@gmail.com>
5063
5064         * image-writer.c: Improve support for the osx assembler.
5065
5066         * dwarfwriter.c: Avoid the usage of subsections if the assembler doesn't
5067         support them.
5068
5069 2009-06-08  Martin Baulig  <martin@ximian.com>
5070
5071         * debug-mini.c
5072         (MonoDebuggerExceptionAction): Moved into debug-mini.h.
5073         (_mono_debugger_throw_exception): Don't make this static.
5074         (_mono_debugger_unhandled_exception): Likewise.
5075         (mono_debugger_handle_exception): Moved to mini-exceptions.c
5076
5077         * debug-mini.c
5078         (MonoDebuggerExceptionAction): Moved here from debug-mini.c.
5079         (_mono_debugger_throw_exception): Add function prototype.
5080         (_mono_debugger_unhandled_exception): Likewise.
5081
5082         * mini-exceptions.c
5083         (mono_handle_exception_internal): Added `MonoJitInfo **out_ji'
5084         arg; return the first exception handler if the exception is caught
5085         and we're running inside the debugger.
5086         (mono_debugger_handle_exception): Moved here from debug-mini.c;
5087         improve exception handle inside runtime-invoke, check whether the
5088         exception is actually caught in the method being invoked and not
5089         by the runtime-invoke-wrapper.
5090
5091 2009-06-07  Zoltan Varga  <vargaz@gmail.com>
5092
5093         * image-writer.c (append_subsection): Don't align subsections of the
5094         debug_line section as a workaround.
5095
5096         * dwarfwriter.c: Emit line number info in the AOT case as well.
5097
5098 2009-06-06  Steven Munroe  <munroesj@us.ibm.com>
5099
5100         This patch is contributed under the terms of the MIT/X11 license
5101
5102        * mini-ppc.c (mono_arch_emit_exceptions): Change assert to
5103        code_len <= code_size
5104
5105 2009-06-06  Zoltan Varga  <vargaz@gmail.com>
5106
5107         * mini-mips.c (mips_emit_exc_by_name): Fix the mips build.
5108
5109 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5110
5111         * aot-compiler.c aot-runtime.c: Delete references to static rgctx
5112         invoke wrappers, we now use trampolines instead.
5113
5114 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5115
5116         * mini-darwin.c: The exception thread must not be registered with
5117         the GC.
5118
5119 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5120
5121         * mini-gc.c: Disable the code because it makes SGen crash.
5122
5123 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
5124
5125         * aot-compiler.c (mono_compile_assembly): Handle file open errors gracefully
5126         instead of asserting.
5127
5128 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
5129
5130         * aot-compiler.c (mono_compile_assembly): Move the creation of the
5131         output file after the code has been compiled.
5132
5133 2009-05-30  Zoltan Varga  <vargaz@gmail.com>
5134
5135         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Fix 64 bit support.
5136
5137 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
5138
5139         * aot-compiler.c aot-runtime.c: Get rid of the shared/non-shared got
5140         entries distinction to simplify the code.
5141
5142         * mini.h: Bump AOT file format version.
5143         
5144 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
5145
5146         * objects.cs: Fix the signature of one of the tests.
5147
5148         * mini.c (mini_create_ftnptr): New helper function, moved here from
5149         object.c.
5150         (mini_get_addr_from_ftnptr): Ditto.
5151         (mini_init): Install the new helpers.
5152
5153 2009-05-28  Martin Baulig  <martin@ximian.com>
5154
5155         Correctly initialize the debugger when embedding Mono.
5156
5157         * mdb-debug-info32.s, mdb-debug-info64.s: Add a global variable
5158         `MONO_DEBUGGER__using_debugger' to the `.mdb_debug_info' section;
5159         see documentation in mini_debug_running_inside_mdb().
5160
5161         * debug-debugger.c
5162         (mini_debug_running_inside_mdb): New function to check whether
5163         we're running inside mdb.
5164
5165         * mini.c (mini_init): Call mini_debugger_init() if we're running
5166         inside the debugger.
5167
5168         * driver.c (mono_main): Moved the call to mini_debugger_init()
5169         into mini_init() to make this work when embedding Mono.
5170
5171         * debug-debugger.c (mini_debugger_init): Warn about duplicate
5172         calls to mini_debugger_init().
5173
5174         * mini.h: Rename mono_debugger_init() -> mini_debugger_init(),
5175         mono_debugger_main() -> mini_debugger_main() and put them inside a
5176         `MONO_DEBUGGER_SUPPORTED' conditional.
5177
5178 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
5179
5180         * mini-trampolines.c: Kill mono_find_delegate_trampoline_by_addr as
5181         this is no longer in use.
5182         * mini.h: Same.
5183
5184 2009-05-26  Zoltan Varga  <vargaz@gmail.com>
5185
5186         * mini-sparc.c (add_outarg_load): Fix the sparc build.
5187
5188         * aot-compiler.c (emit_method_code): Always write out C style symbols for
5189         methods.
5190
5191 2009-05-27  Martin Baulig  <martin@ximian.com>
5192
5193 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5194
5195         * mini-x86.c (mono_arch_output_basic_block): Fix the precision of
5196         long_conv_to_r_un to 64 bits.
5197
5198         * cpu-x86.md: Increase the instruction size due to the changes.
5199
5200         * iltests.il.in: Add regression test.
5201
5202         Fixes #467201.
5203
5204 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5205
5206         * objects.cs: Move the previous test from basic.cs to here.
5207
5208 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5209
5210         * basic.cs: Add regression test for #506915.
5211
5212 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5213
5214         * method-to-ir.c (mono_method_to_ir): When doing the ldobj+stobj
5215         optimization we must check the bb of the first byte of stobj as
5216         it's the only one set in cil_offset_to_bb.
5217
5218         Fixes #506915.  
5219
5220 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
5221
5222         * image-writer.c: Fix pointer directive on ppc64.
5223
5224 2009-05-24  Zoltan Varga  <vargaz@gmail.com>
5225
5226         * image-writer.c (asm_writer_emit_section_change): Avoid using
5227         .bss subsections on ppc too.
5228
5229 2009-05-23  Zoltan Varga  <vargaz@gmail.com>
5230
5231         * image-writer.c: Fix the definition of TARGET_ASM_....
5232         
5233         * image-writer.c: Fix the emission of assembler directives in the last
5234         change.
5235
5236         * mini-ppc.c (mono_arch_emit_exceptions): Increase the size of the
5237         exception throwing code to accomodate ppc64.
5238
5239         * tramp-ppc.c (mono_arch_get_nullified_class_init_trampoline): Increase the
5240         size to work on ppc64 too.
5241
5242         * mini-ppc.h (MonoCompileArch): Enable static rgctx trampolines on ppc64
5243         too.
5244
5245         * image-writer.c: Clean up the #ifdef hell a bit by adding defines for
5246         the assembler dialect instead of using platform specific defines.
5247
5248 2009-05-22  Geoff Norton  <gnorton@novell.com>
5249
5250         * mini-arm.c (get_call_info): If a structure is split between the stack
5251         and argument registers, we should not advance the stack pointer by the entire
5252         native size, but just by the amount that spilled.
5253
5254 2009-05-22  Zoltan Varga  <vargaz@gmail.com>
5255
5256         * mini-arm.c (get_call_info): Handle structures with alignment requirements
5257         correctly.
5258
5259 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5260
5261         * aot-compiler.c (emit_extra_methods): Encode direct runtime invoke
5262         wrappers normally.
5263         
5264         * aot-compiler.c (add_extra_method): Fix up the collection of extra
5265         methods so wrapper don't get added twice.
5266         (add_generic_instances): Don't add methods of arrays.
5267
5268         * generics.cs: Mark one test as !FULLAOT.
5269
5270 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
5271
5272         * mini-x86.c (emit_move_return_value): Remove unused vars.
5273
5274 2009-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
5275
5276         * mini-x86.c (mono_arch_emit_call): The decompose code now supports
5277         decomposing 8 bytes structs into a LCALL.
5278
5279         * mini-x86.c (emit_move_return_value): We no longer push the vtype
5280         pointer for where to store the returned regs.
5281
5282         * decompose.c (mono_decompose_vtype_opts): Fix the comment to properly
5283         state the concern.
5284
5285         Fixes #471747, #471751 and #4734530 (in fact, it's a bunch of dups).
5286
5287 2009-05-20  Miguel de Icaza  <miguel@novell.com>
5288
5289         * aot-runtime.c (mono_aot_init): Use g_getenv to work on systems
5290         without getenv.
5291
5292 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5293
5294         * aot-compiler.c (add_wrappers): Add StructureToPtr/PtrToStructure wrappers.
5295
5296         * basic.cs: Move the test_2_cprop_bug () test to generics.cs as it involves
5297         generics.
5298
5299 2009-05-20 Rodrigo Kumpera  <rkumpera@novell.com>
5300
5301         * local-propagation.c (mono_local_cprop): Avoid local propagation
5302         across paired add/sub if the first instruction dest reg is it's
5303         source reg. For example:
5304
5305         int_add_imm R12 <- R12 [1] clobbers: 1
5306         int_sub_imm R42 <- R12 [1] clobbers: 1
5307
5308         The cprop pass would wrongly const prop + 1 to int_sub_imm which doesn't
5309         maintain the math identify.
5310
5311         Fixes #505375.
5312
5313 2009-05-20  Andreia Gaita  <avidigal@novell.com>
5314
5315         * Makefile.am: avoid going on the network just to get the revision,
5316         use git log instead
5317
5318 2009-05-19  Massimiliano Mantione  <massi@ximian.com>
5319
5320         Fixed estimate for short branches on amd64 (they were off mark, and
5321         enabling call prolog-epilog instrumentations caused assertions).
5322         * mini.h (struct MonoBasicBlock): added max_length field to hold the
5323         estimate for the maximum length of this basic block.
5324         * mini-amd64.c:
5325         - mono_arch_emit_prolog: compute max_length for each basic block
5326           (instead of max_offset), and inflate size estimate also for entry bb
5327           in case of code instrumentation.
5328         - mono_arch_output_basic_block: get rid of "cpos" (the current
5329           estimated "position" in the code), and always use "offset" instead,
5330           which is accurate; at the beginning of the function quickly recompute
5331           max_offset for all the remaining blocks, starting from the current
5332           cfg->code_len (which is correct, and not estimated) and using the
5333           estimated block lengths computed previously.
5334
5335 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
5336
5337         * exceptions-ppc.c: Remove the caching from the trampoline creation 
5338         functions, it is already done in the caller.
5339
5340         * mini-trampolines.c (mono_llvm_vcall_trampoline): Fix the llvm build.
5341
5342         * mini-ppc.h mini-arm.h mini-x86.h mini-amd64.h: Add 
5343         MONO_ARCH_GSHARED_SUPPORTED define.
5344
5345         * mini.c (mini_init): Use the MONO_ARCH_GSHARED_SUPPORTED define.
5346
5347         * mini-arm.c mini.c: Get rid of the unused mono_arch_fixup_jinfo ()
5348         function.
5349
5350 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
5351
5352         * jit-icalls.c (mono_helper_compile_generic_method): Get rid of the 
5353         call to mono_marshal_get_rgctx_invoke ().
5354
5355         * mini.c method-to-ir.c mini-trampolines.c: Get rid of the usage of
5356         mono_marshal_get_static_rgctx_invoke (), all platforms which support
5357         gshared use the static rgctx trampolines now.
5358         
5359         * mini.c (mini_init): Call mono_set_generic_sharing_supported () if the
5360         platform supports it.
5361
5362 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5363
5364         * mini-arm.c (mono_arch_allocate_vars): Correctly save R5 when using AOT.
5365
5366         * aot-compiler.c (emit_method_code): Avoid duplicate labels for methods.
5367
5368 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5369
5370         * mini-ppc.c (mono_arch_emit_exceptions): Nullify the processed patches.
5371
5372         * tramp-ppc.c (mono_arch_nullify_class_init_trampoline): Implement this
5373         for ppc.
5374
5375 2009-05-15  Massimiliano Mantione  <massi@ximian.com>
5376
5377         Made it possible for mono_arch_instrument_epilog to preserve
5378         argument registers, otherwise instrumenting the "epilogue" before
5379         a tail call would clobber them.
5380         * mini.h: Added "mono_arch_instrument_epilog_full" prototype, which
5381         if like mono_arch_instrument_epilog but with an additional parameter
5382         that states if argument registers must be preserved.
5383         * mini.c: implemented mono_arch_instrument_epilog as a call to
5384         mono_arch_instrument_epilog_full without asking to preserve argument
5385         registers (this makes the existing code work as usual).
5386         * mini-amd64.c:
5387         - mono_arch_instrument_epilog: add parameter to transform it into
5388         mono_arch_instrument_epilog_full, and preserve argument registers
5389         when required.
5390         - mono_arch_output_basic_block, OP_TAILCALL case: call
5391         mono_arch_instrument_epilog_full.
5392         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
5393         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-x86.c:
5394         only transformed mono_arch_instrument_epilog into
5395         mono_arch_instrument_epilog_full.
5396
5397 2009-05-15  Geoff Norton  <gnorton@novell.com>
5398
5399         * mini-darwin.c: This works on arm now.
5400
5401 2009-05-14  Geoff Norton  <gnorton@novell.com>
5402
5403         * jit.h, driver.c: Allow full-aot to be decided programatically by the
5404         embedding api.
5405
5406 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5407
5408         * aot-compiler.c (emit_method_code): Skip a few more characters in the debug
5409         label names.
5410
5411         * mini-trampolines.c (mono_magic_trampoline): Handle static rgctx invoke
5412         wrappers during full aot mode correctly.
5413
5414         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle shared generic
5415         methods correctly.
5416
5417         * aot-compiler.c (mono_aot_method_hash): Use our internal version of
5418         mono_metadata_type_hash ().
5419
5420 2009-05-14  Massimiliano Mantione  <massi@ximian.com>
5421
5422         * mini.h, mini-codegen.c, mini-alpha.c, mini-amd64.c, mini-arm.c,
5423         mini-hppa.h, mini-hppa.c, mini-ia64.c, mini-mips.h, mini-mips.c,
5424         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c, mini-886.c:
5425         Removed MONO_INST_BRLABEL from the instruction flags, and the
5426         remaining code that used it, because we do not support branches inside
5427         basic blocks (and branch target labels) anymore.
5428         * Makefile.am: As part of the above cleanup, remove reference to
5429         BURG files which don't exist anymore.
5430
5431 2009-05-14  Zoltan Varga  <vargaz@gmail.com>
5432
5433         * image-writer.c (asm_writer_emit_local_symbol): Make this a nop on
5434         osx.
5435
5436         * mini-mips.c mini-mips.h exceptions-mips.c: Transition the mips backend
5437         to use mono_arch_throw_corlib_exception.
5438
5439         * mini-ppc.c mini-ppc.h exceptions-ppc.c: Use 
5440         mono_arch_throw_corlib_exception for throwing corlib exceptions.
5441
5442         * aot-runtime.c (decode_patch): Allocate the data for R4/R8 from the
5443         domain mempool.
5444
5445         * mini.c (mono_patch_info_dup_mp): Copy the table of switch targets too.
5446
5447         * aot-compiler.c: Emit a local symbol prefixed with the assembly name 
5448         for the got to make debugging easier and to avoid confusing it with the
5449         system got.
5450         
5451         * aot-compiler.c (emit_method_code): Emit a C style symbol for each
5452         method so a breakpoint can be set when using gdb.
5453
5454 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
5455
5456         * aot-compiler.c (mono_aot_method_hash): Implement this properly based
5457         on mono_method_get_imt_slot ().
5458
5459         * aot-runtime.c (find_extra_method_in_amodule): Get rid of the
5460         num_decodes variables.
5461
5462         * aot-compiler.c (mono_aot_method_hash): Revert part of the last
5463         change as it doesn't seem to work.
5464         
5465         * aot-compiler.c (mono_aot_method_hash): Improve the hashing of
5466         wrappers.
5467
5468 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
5469
5470         * aot-compiler.c mini.c mini-amd64.h mini-arm.h: Kill 
5471         MONO_ARCH_FULL_AOT_IMT_SUPPORTED define, both platforms now support imt.
5472
5473         * mini.c (mini_init): Install mono_aot_get_imt_thunk as the IMT thunk
5474         builder when using full aot.
5475
5476         * mini-amd64.c (mono_arch_build_imt_thunk): Don't handle the full-aot case
5477         here, it is already handled.
5478         
5479         * mini-arm.c (mono_arch_emit_imt_argument): Pass the dynamic imt arg
5480         correctly for IMT.
5481
5482         * aot-compiler.c (arch_emit_imt_thunk): Implement this for ARM.
5483
5484         * mini-arm.h: Enable IMT for full aot.
5485         
5486         * aot-compiler.c (mono_compile_assembly): Don't emit imt thunk if the
5487         arch doesn't support it.
5488
5489         * mini.c (mini_init): Don't disable IMT for full aot if the
5490         architecture supports it.
5491
5492         * mini.h (MonoAotTrampoline): New enum containing the different types
5493         of 'numerous' trampolines.
5494         (MONO_AOT_FILE_VERSION): Bump this.
5495
5496         * aot-compiler.c aot-runtime.c: Unify the handling of specific and
5497         static rgctx trampolines. Add support for full-aot IMT thunks.
5498
5499         * mini-amd64.h: Enable IMT for full aot.
5500
5501         * TestDriver.cs: Add a CategoryAttribute class and an --exclude option
5502         to exclude tests belonging to a category.
5503
5504         * generics.cs: Mark some tests with a !FULLAOT category.
5505
5506         * Makefile.am (fullaotcheck): Run tests with --exclude !FULLAOT. Include
5507         generics tests.
5508
5509 2009-05-11  Zoltan Varga  <vargaz@gmail.com>
5510
5511         * aot-compiler.c (emit_and_reloc_code): Move the implementation of
5512         MONO_PATCH_INFO_GOT_OFFSET to a separate arch-specific function.
5513         (emit_plt): Fix a warning.
5514
5515 2009-05-10  Zoltan Varga  <vargaz@gmail.com>
5516
5517         * aot-compiler.c aot-runtime.c: Fix the build by moving is_shared_got_patch
5518         back into aot-compiler.c to a place where the other functions shared by
5519         the runtime and aot compiler are.
5520         
5521         * aot-compiler.c aot-runtime.c: Emit the got addr using a separate symbol,
5522         as done previously, instead of in MonoAotFileInfo, since pointers might have
5523         alignment requirements.
5524
5525         * mini.h: Bump AOT file format version.
5526
5527 2009-05-10  Miguel de Icaza  <miguel@novell.com>
5528
5529         * aot-runtime.c (mono_aot_is_shared_got_patch): Move this routine
5530         that is used at runtime from the aot-compiler.c, this makes it
5531         work on setups that remove the AOT compiler from the output
5532         image. 
5533
5534 2009-05-09  Zoltan Varga  <vargaz@gmail.com>
5535
5536         * tramp-ppc.c (mono_arch_get_static_rgctx_trampoline): Implement this for
5537         PPC.
5538
5539         * mini-ppc.h: Enable static rgctx trampolines for ppc.
5540
5541         * mini-<ARCH>.h: Kill the MONO_ARCH_ENABLE_EMIT_STATE_OPT define.
5542
5543         * decompose.c (mono_decompose_long_opts): Move the ppc/sparc specific 
5544         stuff to mono_arch_decompose_long_opts ().
5545         (mono_decompose_opcode): Remove some dead code.
5546
5547 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5548
5549         * method-to-ir.c (mono_method_to_ir): Fix boostrap of non amd64 builds
5550         cmethod can be null for quite a some reasons.
5551
5552 2009-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
5553
5554         * method-to-ir.c (mono_method_to_ir): Fix non amd64 builds.
5555
5556 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5557
5558         * aot-compiler.c (arch_emit_got_access): Fix the aot-not-supported build.
5559
5560 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5561
5562         * method-to-ir.c (mono_emit_call_args): Add a 'tail' flag argument.
5563         (mono_method_to_ir): Use MONO_ARCH_USE_OP_TAIL_CALL macro to determine
5564         whenever to make tail calls using OP_TAIL_CALL. Enable support for tail
5565         calls returning structures by addr on amd64.
5566
5567         * mini-amd64.h (MONO_ARCH_USE_OP_TAIL_CALL): New arch-specific macro.
5568
5569         * iltests.il.in: Restructure the tail call tests a bit.
5570         
5571 2009-05-07  Zoltan Varga  <vargaz@gmail.com>
5572
5573         * aot-compiler.c (add_wrappers): Add remoting-invoke-with-check wrappers
5574         for virtual methods too.
5575
5576 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
5577
5578         * method-to-ir.c (mono_method_to_ir): Revert change of 2009-05-02
5579         due to regression in verifying System.dll.
5580
5581 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5582
5583         * debug-mini.c (mono_debugger_method_has_breakpoint): Allow breakpoints
5584         in dynamic methods.
5585
5586         * dwarfwriter.c (emit_class_dwarf_info): Add support for generic
5587         instances.
5588
5589         * aot-compiler.c aot-runtime.c: Use our own hash function instead of
5590         g_str_hash () which can change.
5591
5592         * driver.c (mini_regression): Disable optimizations not supported by
5593         the cpu. Fixes #500019.
5594
5595         * aot-runtime.c (mono_aot_get_unwind_info): Fix the --enable-minimal=aot
5596         build.
5597
5598 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5599
5600         * mini-llvm.c (mono_llvm_emit_method): Update the OP_TLS_GET implementation
5601         to the latest LLVM code.
5602
5603 2009-05-05  Zoltan Varga  <vargaz@gmail.com>
5604
5605         * genmdesc.pl (load_opcodes): Fix this after the TARGET_... changes.
5606
5607 2009-05-04  Zoltan Varga  <vargaz@gmail.com>
5608
5609         * mini-llvm.c (mono_llvm_emit_method): Implement TLS support on 
5610         x86/amd64.
5611
5612         * aot-compiler.c (encode_patch_list): Simplify this considerably as we are
5613         no longer saving offsets, so just save the patch types along with the other
5614         info.
5615         * aot-runtime.c (load_patch_info): Update after the changes to 
5616         encode_patch_list ().
5617         (decode_got_entry): Removed, merged into load_patch_info ().
5618         (is_shared_got_patch): Removed, call the same function from
5619         aot-compiler.c.
5620
5621         * mini.h: Bump aot file format version.
5622         
5623         * aot-compiler.c aot-runtime.c: Resurrect static linking support. Kill the
5624         half-finished no-dlsym code.
5625
5626         * aot-runtime.c (load_method): Kill the old and bit-rotten use_loaded_code
5627         option.
5628
5629         * mini-<ARCH>.h mini-trampolines.c aot-runtime.c: Kill the 
5630         MONO_ARCH_HAVE_CREATE_TRAMPOLINE_FROM_TOKEN define.
5631
5632 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
5633
5634         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Increase the
5635         buffer length to work with AOT code.
5636
5637         * method-to-ir.c (mono_method_to_ir): Handle loading errors in the
5638         ldfld/stfld opcodes.
5639
5640         * exceptions-x86.c (mono_arch_get_throw_exception_by_name): Simplify this
5641         as it is not used.
5642
5643         * mini-llvm.c mini-x86.c: Implement 32 bit and x86 support.
5644
5645         * ssa.c (mono_ssa_compute): Don't skip I8 values when using LLVM.
5646
5647         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Update to the latest
5648         LLVM API.
5649
5650         * mini.c (mini_method_compile): Set the from_llvm flag in MonoJitInfo
5651         if needed. Don't decompose long operations when using llvm.
5652
5653 2009-05-01  Zoltan Varga  <vargaz@gmail.com>
5654
5655         * aot-compiler.c aot-runtime.c: Use mono_pagesize () instead of the
5656         PAGESIZE constant.
5657
5658         * aot-runtime.c (load_aot_module): Get rid of another mprotect call.
5659
5660 2009-05-03  Martin Baulig  <martin@ximian.com>
5661
5662         * debug-debugger.c (debugger_insert_source_breakpoint): Don't call
5663         mono_debugger_insert_method_breakpoint() since the class init
5664         handler we're inserting at the top of the method already gives us
5665         a notification.
5666
5667 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5668
5669         * decompose.c (mono_decompose_long_opts): Move the implementation of LNEG
5670         to mono_arch_decompose_long_opts () for x86 and arm.
5671
5672 2009-04-29  Zoltan Varga  <vargaz@gmail.com>
5673
5674         * mini-codegen.c (mono_regstate_alloc_int): Use __x86_64__ instead of
5675         TARGET_AMD64 here.
5676
5677 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5678
5679         * *.h *.c: Use TARGET_<ARCH> defines instead of __<arch>__ defines in the
5680         JIT code.
5681
5682 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5683
5684         * aot-runtime.c (mono_aot_create_specific_trampoline): Add a stat for the
5685         number of trampolines used in full-aot mode.
5686
5687         * aot-compiler.c: Add an ntrampolines option to set the number of 
5688         trampolines emitted in full-aot mode.
5689
5690 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5691
5692         * mini-llvm.c (mono_llvm_emit_method): Implement OP_CHECK_THIS using
5693         a volatile load. Get rid of get_tempname (), llvm assigns names
5694         automatically.
5695
5696         * mini-llvm-cpp.cpp (mono_llvm_build_volatile_load): New instruction
5697         builder function.
5698
5699         * mini-llvm.c (mono_llvm_emit_method): Don't call LLVMGetParam on
5700         a value.
5701
5702         * abcremoval.c (REPORT_ABC_REMOVAL): Don't output messages at verbose
5703         level 1.
5704
5705         * mini-codegen.c (mono_local_regalloc): Prevent sreg1/dreg to be allocated
5706         to the same register as a fixed sreg2. Fixes #497271.
5707
5708         * iltests.il.in: Add a new test.
5709
5710 2009-04-26  Zoltan Varga  <vargaz@gmail.com>
5711
5712         * mini-amd64.c: Use moves instead of pushes for passing arguments on the
5713         stack, since pushes complicate exception handling.
5714
5715         * exceptions-amd64.c (mono_arch_find_jit_info): Don't pop the arguments of
5716         the stack if they are passed using moves.
5717
5718         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add an assert.
5719
5720         * method-to-ir.c (mono_method_to_ir): Disable fast virtual generic methods
5721         when using llvm.
5722
5723         * mini-llvm.c (mono_llvm_emit_method): Call jit icall wrappers, not the 
5724         icalls themselves. Convert arguments of FCOMPARE. Convert the destination
5725         of FMOVE if it is an R4.
5726
5727 2009-04-25  Zoltan Varga  <vargaz@gmail.com>
5728
5729         * mini-ops.h: Add OP_LLVM_OUTARG_VT opcode.
5730
5731         * mini.h (LLVMCallInfo): New structure to store calling convention 
5732         information for the LLVM back end similar to the CallInfo structures in 
5733         the back-ends.
5734
5735         * mini-amd64.c (mono_arch_get_llvm_call_info): New arch function to return
5736         call information in a format usable by LLVM.
5737         (mono_arch_emit_call): Move the LLVM handling code to mono_llvm_emit_call ().
5738
5739         * method-to-ir.c (mono_emit_call_args): Emit calls using 
5740         mono_llvm_emit_call () when compiling using LLVM.
5741
5742         * mini-llvm.c: Implement support for passing/receiving valuetypes. Add
5743         comments to all functions. Fix memory leaks. Add a public init/cleanup
5744         function.
5745
5746         * mini.c: Call the llvm init/cleanup functions in mini_init()/cleanup().
5747
5748         * method-to-ir.c (handle_array_new): Disable llvm when calling the vararg
5749         mono_array_new_va () jit icall.
5750         
5751 Fri Apr 24 16:44:08 CEST 2009 Paolo Molaro <lupus@ximian.com>
5752
5753         * Makefile.am, genmdesc.c, genmdesc.pl: tiny refactor to allow
5754         multiple machine description files to be specified.
5755         * mini-ops.h: fixes for cross-compilation.
5756
5757 2009-04-22  Miguel de Icaza  <miguel@novell.com>
5758
5759         * aot-runtime.c (make_writable): Use mono_mprotect to simplify
5760         some porting work.
5761
5762 2009-04-22  Zoltan Varga  <vargaz@gmail.com>
5763
5764         * method-to-ir.c (mono_method_to_ir): Force init_locals to be TRUE
5765         to prevent asserts in various passes. Fixes #497220.
5766
5767 2009-04-21  Zoltan Varga  <vargaz@gmail.com>
5768
5769         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove
5770         a racy assert.
5771
5772         * aot-compiler.c aot-runtime.c: Emit the unwind info into a separate
5773         table to avoid duplicates.
5774
5775         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5776         
5777         * aot-compiler.c (emit_method_code): Avoid writing symbols if the nodebug
5778         option is used.
5779
5780 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5781
5782         * mini.c (mini_method_verify): Fail fulltrust code if the exception
5783         is for method or field access.
5784
5785 2009-04-20  Zoltan Varga  <vargaz@gmail.com>
5786
5787         * mini-llvm-cpp.cpp (mono_llvm_dump_value): New helper function to print
5788         a Value to stdout.
5789
5790         * mini-llvm.c (mono_llvm_emit_method): Use it.
5791         
5792         * mini-llvm.c (type_to_llvm_type): Fix the mapping of enums.
5793         (mono_llvm_emit_method): Add support for CAS. Fix handling of CSET opcodes
5794         on volatile values.
5795
5796         * mini-trampolines.c (mono_llvm_vcall_trampoline): Add support for 
5797         synchronized methods.
5798
5799         * mini.c (mini_method_compile): Disable LLVM for dynamic methods.
5800
5801         * mini.c (mini_method_compile): Enable ABCREM when running with LLVM.
5802
5803         * mini-llvm.c (mono_llvm_emit_method): Add support for OP_LOADI4_MEM/
5804         OP_LOADI8_MEM.
5805
5806         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Add a MONO_LLVM env variable
5807         allowing some options to be set dynamically.
5808
5809 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5810
5811         * mini-llvm.c (mono_llvm_emit_method): Handle compares followed by an
5812         unconditional branch.
5813
5814         * mini.h (MonoTrampolineType): Add new trampoline type 
5815         'MONO_TRAMPOLINE_LLVM_VCALL' which handles virtual calls made from LLVM
5816         compiled code.
5817
5818         * mini-trampolines.c (mono_llvm_vcall_trampoline): New C trampoline 
5819         function.
5820
5821         * mini-trampolines.c (mono_create_llvm_vcall_trampoline): New trampoline
5822         creation function.
5823
5824         * mini.c (mini_init): Avoid using the common vtable trampoline when LLVM
5825         is enabled. Instead, use the llvm vcall trampoline.
5826         
5827         * mini-trampolines.c (mono_get_vcall_slot_addr): New helper function.
5828
5829         * mini-trampolines.c tramp-amd64.c tramp-x86.c: Use it.
5830         
5831         * mini-<ARCH>.c: Get rid of the identical mono_arch_get_vcall_slot_addr ()
5832         functions.
5833
5834         * mini-<ARCH>.h mini-trampolines.c mini.c: Get rid of 
5835         MONO_ARCH_COMMON_VTABLE_TRAMPOLINE, it is supported by all archs.
5836
5837         * mini-ia64.c (mono_arch_lowering_pass): Null out the sregs of the
5838         OP_IA64_CSET opcode.
5839
5840         * mini.c: Fix a warning.
5841
5842         * mini-llvm.c (mono_llvm_emit_method): Convert arguments of SWITCH and
5843         THROW to the appropriate llvm type.
5844
5845 2009-04-18  Zoltan Varga  <vargaz@gmail.com>
5846
5847         * mini.c (mini_method_compile): Add statistics for methods JITted
5848         with/without LLVM.
5849
5850 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5851
5852         * method-to-ir.c: Fix the computation of ins_sreg_counts for ia64
5853         OP_IA64_CMP_<cond>_IMM opcodes.
5854
5855 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5856
5857         * mini-llvm.c (emit_cond_system_exception): Implement throwing of
5858         corlib exceptions.
5859
5860         * dwarfwriter.c (mono_dwarf_writer_emit_method): Handle --regression
5861         correctly.
5862
5863         * mini-llvm.c (type_to_llvm_type): Avoid accessing t->data.klass for
5864         GENERICINST.
5865
5866 2009-04-17  Atsushi Enomoto  <atsushi@ximian.com>
5867
5868         * mini-exceptions.c : add thread id to EXCEPTION trace message.
5869
5870 2009-04-17  Zoltan Varga  <vargaz@gmail.com>
5871
5872         * tramp-amd64.c (mono_arch_get_static_rgctx_trampoline): Fix AOT
5873         support.
5874
5875         * tramp-x86.c (mono_arch_get_unbox_trampoline): Implement static
5876         rgctx invoke trampolines for x86.
5877
5878         * mini-x86.c (mono_arch_output_basic_block): Add a few nops before
5879         indirect calls to simplify get_vcall_slot_addr (). Fixes #494567.
5880         (mono_arch_get_vcall_slot): Simplify this.
5881
5882 2009-04-16  Zoltan Varga  <vargaz@gmail.com>
5883
5884         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Move the calls to
5885         mono_debug_add_delegate_trampoline () to get_delegate_invoke_impl ().
5886
5887 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5888
5889         * aot-compiler.c tramp-arm.c mini-arm.c: Implement static rgctx 
5890         trampolines for ARM. Add full-aot support for delegate invokes for ARM.
5891
5892         * mini-trampolines.c (mono_magic_trampoline): Fix the build.
5893
5894         * liveness.c (visit_bb): Remove a needless assert.
5895
5896 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5897
5898         * mini-trampolines.c (mono_create_delegate_trampoline): Delegate the
5899         full aot support to the arch specific code.
5900
5901         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Add full-aot support.
5902
5903         * aot-compiler.c (emit_trampolines): Emit delegate invoke impl trampolines.
5904
5905         * aot-compiler.c (emit_named_code): Rename this to 'emit_trampoline'.
5906         
5907         * mini-amd64.c (mono_arch_get_delegate_invoke_impls): New function to
5908         collect information about the delegate invoke impl trampolines.
5909
5910         * mini.h (MonoAotTrampInfo): New structure collecting the information needed
5911         to save trampolines during full-aot mode.
5912
5913         * mini-trampolines.c (mono_create_static_rgctx_trampoline): New trampoline
5914         creation function which returns a trampoline which sets the rgctx
5915         argument.
5916         (mono_magic_trampoline): Use the rgctx trampoline instead of an rgctx
5917         wrapper if possible.
5918         (mono_delegate_trampoline): Ditto.
5919
5920         * mini.c (mono_jit_runtime_invoke): Ditto.
5921
5922         * tramp-amd64.c: Add an implemention of static rgctx trampolines for AMD64.
5923         
5924         * aot-compiler.c aot-runtime.c: Add support for static rgctx trampolines.
5925
5926         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5927         
5928 2009-04-12  Zoltan Varga  <vargaz@gmail.com>
5929
5930         * mini-ia64.c (mono_arch_lowering_pass): Use NULLIFY_INS instead of
5931         just setting the opcode to OP_NOP.
5932
5933 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5934
5935         * mini.c (mini_method_compile): Put the last change inside an 
5936         #ifdef MONO_ARCH_HAVE_LIVERANGE_OPS.
5937         
5938         * mini.c (mini_method_compile): Disable sharing of stack slots/registers
5939         and extend live ranges to cover the whole method when using xdb.
5940
5941         * jit-icalls.c (ldvirtfn_internal): Avoid creating rgctx wrappers here,
5942         do it in the trampolines.
5943
5944         * mini-trampolines.c (mono_magic_trampoline): Add an rgctx wrapper if
5945         needed.
5946
5947         * mini-trampolines.c (mono_delegate_trampoline): Ditto.
5948         
5949         * method-to-ir.c (mono_method_to_ir): Avoid using the fast virtual method
5950         call code in full-aot mode since IMT is disabled there.
5951         (mono_method_to_ir): Inline ldfld wrappers which return structures too, the
5952         new JIT no longer has that restriction.
5953
5954         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
5955
5956         * aot-compiler.c (emit_extra_methods): Emit the wrapper method names in
5957         a more compact format.
5958         (mono_aot_wrapper_name): New function to return a unique name for a
5959         wrapper method, also used by the AOT runtime.
5960
5961         * aot-runtime.c (find_extra_method_in_amodule): Update after the changes to
5962         aot-compiler.c.
5963
5964         * aot-compiler.c (add_generic_class): Add the helper methods from T[]
5965         when a ICollection<T> etc is encountered.
5966         (add_generic_instances): Process method arguments/locals too.
5967         (emit_trampolines): Emit unbox trampolines for extra methods too. Shorten
5968         trampoline names.
5969
5970         * aot-runtime.c (mono_aot_get_unbox_trampoline): Handle extra methods too.
5971         
5972 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
5973
5974         * aot-compiler.c: Disable the AOT compiler if the JIT is disabled.
5975
5976         * dwarfwriter.c (emit_type): Emit byref to reference types as 'int' for now.
5977
5978         * decompose.c (mono_decompose_opcode): Make this return a MonoInst*
5979         representing the result of the decomposition. Nullify instructions
5980         instead of setting them to OP_NOP since nops can't have registers
5981         set.
5982
5983 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5984
5985         * aot-compiler.c (mono_compile_assembly): Split this huge function into
5986         smaller parts. Add 'nodebug' option to prevent generation of DWARF debug
5987         info. Strip 'mapping symbols' on ARM.
5988
5989         * iltests.il.in (test_0_fconv_to_i): Disable this on ARM too.
5990         
5991         * genmdesc.pl: Applied patch by Martin Fuzzey (mfuzzey@parkeon.com). Sync
5992         this with the native genmdesc.
5993
5994 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5995
5996         * aot-runtime.c:  Fixing the MSVC build.
5997
5998         Code is contributed under MIT/X11 license.
5999
6000 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
6001
6002         * mini-llvm.c (mono_llvm_emit_method): Pass i1/i2 arguments as i4 since 
6003         JITted code depends on it.
6004
6005 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6006
6007         * aot-compiler.c: Use new MonoGenericParam accessors.
6008
6009 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6010
6011         Reduce memory usage and improve correctness wrt MonoGenericParam
6012         * aot-runtime.c (decode_klass_ref): Simplify generic parameter
6013         handing.  Avoid allocating MonoGenericParams, but use the ones in
6014         the container itself.
6015
6016 2009-04-07  Miguel de Icaza  <miguel@novell.com>
6017
6018         * tasklets.c: Return exceptions in the out argument.
6019
6020 2009-04-08  Zoltan Varga  <vargaz@gmail.com>
6021
6022         * mini-llvm.c (mono_llvm_emit_method): Fix alignment in the LOCALLOC_IMM
6023         opcode. Use pointer types in more places instead of casting them to 
6024         integers.
6025
6026         * mini-llvm-cpp.cpp (mono_llvm_create_ee): Create a pass manager to run
6027         optimizations.
6028         (mono_llvm_optimize_method): New helper function to optimize a method.
6029
6030         * method-to-ir.c (mono_emit_widen_call_res): Extract the call result 
6031         widening code so it could be called from more places.
6032         (mono_method_to_ir): Call mono_emit_widne_call_res () in several more
6033         code paths in the call opcodes.
6034
6035 Mon Apr 6 14:19:54 CEST 2009 Paolo Molaro <lupus@ximian.com>
6036
6037         * exceptions-amd64.c, mini-amd64.h: amd64 support code for continuations.
6038
6039 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
6040
6041         * dwarfwriter.c: Use _ to separate class name 
6042         components as gdb can't handle '.'. Represent reference variables
6043         as 'class <NAME>&'.
6044         
6045         * mini.h (MonoCompile): Add locals_min_stack_offset/locals_max_stack_offset.
6046
6047         * mini-amd64.c (mono_arch_allocate_vars): Save min/max stack offset.
6048         
6049         * mini-gc.c: New file, contains the SGEN GC related parts of the JIT.
6050
6051         * gc-test.cs: New file with GC stack marking tests.
6052         
6053         * mini-arm.c (mono_arch_output_basic_block): Fix int->float conversion of
6054         negative numbers for vfp.
6055
6056         * basic-float.cs: Add a test.
6057         
6058 Mon Apr 6 14:12:10 CEST 2009 Paolo Molaro <lupus@ximian.com>
6059
6060         * exceptions-x86.c, mini-x86.h: x86 support code for continuations.
6061
6062 Mon Apr 6 14:09:53 CEST 2009 Paolo Molaro <lupus@ximian.com>
6063
6064         * tasklets.h, tasklets.c, mini.h, mini.c, Makefile.am: arch-indep
6065         part of tasklet/continuation support.
6066
6067 2009-04-05  Zoltan Varga  <vargaz@gmail.com>
6068
6069         * mini-llvm.c (mono_llvm_emit_method): Move the handling of
6070         amd64 opcodes inside an ifdef.
6071
6072         * dwarfwriter.c: Emit inheritance information for classes, emit fields
6073         of complex types.
6074         
6075         * dwarfwriter.c (emit_type): Emit the class info for classes.
6076
6077 2009-04-04  Zoltan Varga  <vargaz@gmail.com>
6078
6079         * Makefile.am (AM_CXXFLAGS): Add GLIB_CFLAGS to this.
6080
6081         * mini-llvm-cpp.h: New header file for mini-llvm-cpp.cpp.
6082
6083         * mini-llvm.c: Remove unused fields from EmitContext, fix memory leaks.
6084
6085         * ssa.c (mono_ssa_compute): Fix some memory leaks.
6086
6087 2009-04-03  Zoltan Varga  <vargaz@gmail.com>
6088
6089         * mini.c mini-amd64.c method-to-ir.c: Use COMPILE_LLVM in a few more places.
6090
6091         * mini-llvm.c: Update comments.
6092
6093         * mini.h (COMPILE_LLVM): New macro.
6094
6095         * decompose.c (mono_decompose_opcode): Use the COMPILE_LLVM macro.
6096
6097         * ssa.c (mono_ssa_compute): Ditto.
6098         
6099         * unwind.c (mono_unwind_get_ops_from_fde): New helper function to extract
6100         the unwind ops from a DWARF FDE.
6101
6102         * mini-llvm.c: Implement generation of unwind info for LLVM compiled
6103         methods by extracting the dwarf unwind ops from the unwind info generated
6104         by LLVM.
6105         
6106         * mini-llvm.c (mono_llvm_emit_method): Enable support for non-IMT virtual
6107         calls.
6108
6109         * mini-amd64.c (mono_arch_get_vcall_slot): Handle more kinds of the SIB
6110         addressing modes.
6111
6112 2009-04-02  Zoltan Varga  <vargaz@gmail.com>
6113
6114         * Makefile.am (llvm_sources): Enable this.
6115
6116         * mini.c (mini_method_compile): Add support for compiling with LLVM, 
6117         failing back to the JIT if something cannot be handled.
6118
6119         * mini-amd64.c (mono_arch_emit_call): Emit the arguments more simple when
6120         compiling with LLVM.
6121
6122         * decompose.c (mono_decompose_opcode): Avoid decomposing some opcodes when
6123         compiling with LLVM.
6124
6125         * method-to-ir.c (mono_method_to_ir): Avoid decomposing SWITCH when 
6126         compiling with LLVM.
6127
6128         * mini-ops.h: Add a few opcodes needed by LLVM.
6129
6130         * dwarfwriter.c (mono_dwarf_writer_emit_method): Avoid crashes if the method
6131         has no unwind info.
6132
6133         * mini-llvm.c mini-llvm-cpp.cpp: New files containing the experimental llvm
6134         backend.
6135
6136         * mini-arm.c (mono_arch_output_basic_block): Fix the ARM_FPU_NONE build.
6137
6138         * mini-arm.h mini-arm.c cpu-arm.md: Finish VFP support.
6139
6140 2009-04-01  Mark Probst  <mark.probst@gmail.com>
6141
6142         * regalloc.h, mini-codegen.c: Make vassign members gint32 to fix
6143         ridiculously large methods.
6144
6145 2009-03-31  Martin Baulig  <martin@ximian.com>
6146
6147         * debug-debugger.c (debugger_remove_breakpoint): Call
6148         mono_debugger_remove_class_init_callback ().
6149
6150 2009-03-31  Zoltan Varga  <vargaz@gmail.com>
6151
6152         * aot-compiler.c (mono_compile_assembly): Call img_writer_emit_start ()
6153         right before emitting code, not at the start.
6154
6155         * mini.c (mono_postprocess_patches): Extract this into a separate function
6156         from mono_codegen ().
6157
6158         * ssa.c (mono_ssa_compute): Set ins->klass for every PHI node, handle
6159         byref types correctly.
6160
6161 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
6162
6163         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix a crash introduced
6164         by the last change.
6165
6166 2009-03-29  Zoltan Varga  <vargaz@gmail.com>
6167
6168         * mini-amd64.c (mono_arch_output_basic_block): Emit a few nops before 
6169         indirect calls, this avoids problems where get_vcall_slot () would get
6170         confused by the native code for the instruction preceeding the call.
6171         (mono_arch_get_vcall_slot): Simplify this.
6172         (mono_arch_emit_imt_argument): Remove this, it is no longer needed.
6173
6174         * mini-ops.h: Fix the definitions of the OP_IA64 opcodes, since the local
6175         register allocator now seems to depend on them instead of the data in
6176         cpu-<ARCH>.md.
6177
6178         * mini.c (mini_method_compile): Throw the correct type of exception if
6179         mono_method_get_header () fails because of a loading error.
6180
6181 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
6182
6183         * mini.c (mini_method_compile): Clear the loader error if the method
6184         header cannot be decoded.
6185
6186         * mini-trampolines.c (mono_magic_trampoline): Handle generic virtual 
6187         interface methods on proxies correctly.
6188
6189         * dwarfwriter.c (mono_dwarf_writer_emit_method): Fix handling of the
6190         this argument for vtype methods. Add precise liveness info for arguments.
6191
6192         * mini-codegen.c (mono_print_ins_index): Print the vreg of the
6193         LIVERANGE_START/END opcodes.
6194
6195         * method-to-ir.c (mono_spill_global_vars): Fix liverange calculation
6196         for arguments and values in registers.
6197
6198 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
6199
6200         * method-to-ir.c (mono_method_to_ir): Disable tail calls for calls which
6201         return a valuetype. Fixes #487518.
6202
6203         * iltests.il: Add a test.
6204         
6205         * aot-compiler.c: Use mono_thread_create () to create helper threads.
6206
6207         * mini-trampolines.c (mono_delegate_trampoline): Handle static delegates
6208         closed over a null reference correctly.
6209
6210 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
6211
6212         * method-to-ir.c (mono_handle_global_vregs): Fix support for ternary ops.
6213
6214 2009-03-25  Mark Probst  <mark.probst@gmail.com>
6215
6216         * mini-codegen.c (mono_local_regalloc): Don't let sregs get
6217         allocated to the same registers as fixed sregs.
6218
6219 2009-03-24  Mark Probst  <mark.probst@gmail.com>
6220
6221         * mini-ops.h: New ternary ATOMIC_CAS ops replace the old
6222         ATOMIC_CAS_IMM ops.
6223
6224         * method-to-ir.c: Handle more cases for
6225         Interlocked.CompareExchange.
6226
6227         * cpu-x86.md, mini-x86.c, mini-x86.h, cpu-amd64.md, mini-amd64.c,
6228         mini-amd64.h, cpu-ppc.md, cpu-ppc64.md, mini-ppc.c, mini-ppc.h:
6229         ATOMIC_CAS implementations for x86, AMD64, PPC and PPC64.
6230
6231 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
6232
6233         * aot-runtime.c (decode_method_ref): Fix a warning.
6234
6235         * unwind.c (mono_unwind_frame): Ditto.  
6236
6237 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
6238
6239         * aot-compiler.c (arch_emit_unbox_trampoline): Fix the binary writer support.
6240         (mono_compile_assembly): Enable the binary writer for full-aot as well.
6241
6242         * image-writer.c (do_reloc): Add support for the JUMP24 relocation,
6243         fix the handling of large values in the ALU_PC_G0_NC relocation.
6244
6245 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
6246
6247         * local-propagation.c method-to-ir.c local-propagation.c: Fix warnings.
6248
6249 2009-03-22  Mark Probst  <mark.probst@gmail.com>
6250
6251         * method-to-ir.c (mono_spill_global_vars): Support for ternary
6252         ops.
6253
6254 2009-03-22  Mark Probst  <mark.probst@gmail.com>
6255
6256         * method-to-ir.c: MINI_OP3 needs a comma.
6257
6258         * method-to-ir.c, mini.h, mini.c: Remove
6259         mono_init_op_sreg_counts ().
6260
6261 2009-03-22  Zoltan Varga  <vargaz@gmail.com>
6262
6263         * mini-arm.c (mono_arch_output_basic_block): Fix aot support in
6264         OP_JMP.
6265         
6266         * mini-arm.c (mono_arch_build_imt_thunk): Disable the !fail_tramp
6267         assertion.
6268
6269         * mini-ops.h: Fix arguments of the MEMINDEX opcodes.
6270
6271         * mini-amd64.c (mono_arch_build_imt_thunk): Simplify the fail handling
6272         code somewhat.
6273
6274 2009-03-21  Mark Probst  <mark.probst@gmail.com>
6275
6276         * cfold.c, cprop.c, decompose.c, genmdesc.c, helpers.c, ir-emit.h,
6277         liveness.c, local-propagation.c, method-to-ir.c, mini-codegen.c,
6278         mini.c, mini.h, simd-intrinsics.c, ssa.c: Support for ternary IR
6279         operations.
6280
6281 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
6282
6283         * driver.c: Change location of gc_wrapper.h.
6284
6285         * method-to-ir.c (mono_find_block_region): Handle try clauses nested
6286         inside finally clauses correctly. Fixes #485721.
6287
6288         * mini.c (mono_find_spvar_for_region): This needs to handle try regions
6289         after the change above.
6290
6291         * exceptions.cs: Add a test.
6292         
6293 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6294
6295         * unwind.c (mono_unwind_ops_encode): Increase the size of the encode buffer.
6296
6297         * mini-amd64.c (mono_arch_emit_epilog): Remove the encoding of stack size
6298         into cfg->used_int_regs, it is not needed with the dwarf unwinder.
6299         (mono_arch_compute_omit_fp): Remove the emit_epilog () workaround.
6300
6301         * mini-amd64.c (mono_arch_compute_omit_fp): Add another check to avoid hitting
6302         the stack_alloc_size < (1 << 16) assertion in emit_prolog ().
6303
6304 2009-03-19  Sebastien Pouliot  <sebastien@ximian.com>
6305
6306         * method-to-ir.c: Allow CoreCLR to throw FieldAccessException. 
6307         Simplify logic for ensure_method_is_allowed_to_call_method. 
6308         Handle wrappers on callers.
6309
6310 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6311
6312         * Makefile.am (fullaotcheck): Don't run the generics tests, some of
6313         them don't run yet.
6314
6315         * basic-simd.cs: Fix the names of some test methods.
6316
6317 2009-03-18  Geoff Norton  <gnorton@novell.com>
6318
6319         * mini.c: Only chain sigfpe if it wasn't generated in mangaed code.
6320
6321 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
6322
6323         * dwarfwriter.c (token_handler): Fix a crash caused by the last change.
6324
6325 2009-03-17  Jb Evain  <jbevain@novell.com>
6326
6327         * driver.c: remove now uneeded call to mono_gc_base_init before
6328         mono_profiler_load.
6329
6330 2009-03-17  Jb Evain  <jbevain@novell.com>
6331
6332         * dwarfwriter.c (token_handler): handle more cases.
6333
6334 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com> 
6335
6336         * method-to-ir.c: Remove more dead code (that was required only
6337         because of method_is_safe). Fix compiler warnings.
6338
6339 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
6340
6341         * method-to-ir.c: Remove unneeded/useless method_is_safe
6342         http://lists.ximian.com/archives/public/mono-devel-list/2009-March/031404.html
6343
6344 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6345
6346         * mini.c (mini_method_compile): Print the method been compiled with
6347         verbose level 1 instead of 3 as this helps a lot debugging JIT crashes
6348         for people not familiar with the runtime.
6349
6350 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
6351
6352         * mini-exceptions.c (get_generic_info_from_stack_frame): Avoid returning
6353         a managed object which is later put into a GList. Return its class instead.
6354
6355         * mini.c (mono_allocate_stack_slots_full): Avoid sharing ref and non-ref
6356         stack slots when using sgen.
6357
6358 2009-03-16  Zoltan Varga  <vargaz@gmail.com>
6359
6360         * dwarfwriter.c (emit_line_number_info): Really fix the eglib build.
6361
6362 2009-03-14  Zoltan Varga  <vargaz@gmail.com>
6363
6364         * local-propagation.c (reg_is_softreg_no_fpstack): Use >= instead of
6365         > so it works on the first vreg as well.
6366
6367 2009-03-13  Zoltan Varga  <vargaz@gmail.com>
6368
6369         * dwarfwriter.c (emit_line_number_info): Disable an assert which seems to
6370         trigger randomly.
6371
6372         * aot-compiler.c: Get rid of xdebug_lock (), use the loader lock instead.
6373         
6374         * dwarfwriter.c (emit_line_number_info): Fix eglib build as eglib doesn't
6375         implement GArray.
6376
6377 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6378
6379         * dwarfwriter.c (emit_line_number_info): Optimize the computation of the
6380         native->IL offset mapping.
6381
6382 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
6383
6384         * mini-amd64.c (mono_arch_output_basic_block): Fix % 1. Fixes #484323.
6385
6386         * basic.cs: Add a test.
6387
6388 2009-03-11  Mark Probst  <mark.probst@gmail.com>
6389
6390         * mini-x86.c (mono_arch_output_basic_block): Use different
6391         registers in case the ones we want to overwrite are used by the
6392         other operand.  Fixes regression in #480807.
6393
6394 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6395
6396         * aot-compiler.c (mono_compile_assembly): Make the output less verbose.
6397
6398         * dwarfwriter.c (emit_line_number_info): The line number info for
6399         IL code was off by one. Fix that.
6400
6401         * mini-s390x.c: Fix support for vtypes whose addresses are passed on the
6402         stack.
6403
6404 2009-03-09  Mark Probst  <mark.probst@gmail.com>
6405
6406         Contributed under the terms of the MIT/X11 license by Steven
6407         Munroe <munroesj@us.ibm.com>.
6408
6409         * mini-ppc.c: Correct handling of OP_LOADI4_MEMINDEX for ppc64.
6410         Fixes #483462.
6411
6412 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6413
6414         * dwarfwriter.c (token_handler): Decode method references in non-wrappers
6415         as well.
6416
6417 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6418
6419         * method-to-ir.c (mono_method_to_ir): Check for type load exceptions in
6420         the delegate ctor handling code. Fixes #482638.
6421         
6422         * method-to-ir.c (mini_emit_memset): Fix the handling of size '3'. Fixes
6423         #481458.
6424
6425         * iltests.il.in: Add a test.
6426         
6427         * mini-darwin.c (mono_chain_signal): Remove this, it is already in
6428         mini-posix.c.
6429
6430 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6431
6432         * mini-trampolines.c (mono_create_jump_trampoline): If the method
6433         is shared generic code, return the trampoline, even if the method
6434         has already been compiled.  Fixes #479763.
6435
6436         * mini.c, mini.h: New function
6437         mono_jit_find_compiled_method_with_jit_info() which is the same as
6438         mono_jit_find_compiled_method() but also returns the jit info.
6439
6440 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6441
6442         * method-to-ir.c (mono_method_to_ir): Only force the vtable var
6443         for methods which actually have one.  For all other methods, make
6444         sure the this argument var is live the whole method.
6445
6446         * mini.c (mini_method_compile): Every shared method has a
6447         this/vtable/mrgctx info.  Fixes #480807.
6448
6449 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6450
6451         * mini-ppc.c (mono_arch_build_imt_thunk): Add support for mixed
6452         generic/imt thunks where some entries branch through the vtable,
6453         while other entries branch directly.
6454
6455 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6456
6457         * mini-darwin.c (mono_chain_signal): Define this to fix the build.
6458
6459         * mini-windows.c: Ditto.
6460         
6461         * mini.c (mono_jit_runtime_invoke): Speed up the invoking of parameterless
6462         ctors.
6463
6464 2009-03-04  Zoltan Varga  <vargaz@gmail.com>
6465
6466         * dwarfwriter.c (emit_line_number_info): Add some debug code to help track
6467         down an assert.
6468
6469 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6470
6471         * method-to-ir.c: Don't inline methods that use JMP.  Fixes
6472         #481403.
6473
6474 2009-03-04  Mark Probst  <mark.probst@gmail.com>
6475
6476         * exceptions-x86.c: Include debug-mini.h - fixes build.
6477
6478 2009-03-04  Martin Baulig  <martin@ximian.com>
6479
6480         * debug-mini.c: Clean up the exception API and add documentation.
6481         (mono_debugger_handle_exception): New public method; this is
6482         called when throwing an exception or encountering an unhandled one.
6483         (mono_debugger_call_exception_handler): Formerly known as
6484         mono_debugger_handle_exception(); this is used to tell the
6485         debugger that we're about to invoke an exception handler.
6486
6487 2009-03-04  Martin Baulig  <martin@ximian.com>
6488
6489         * debug-mini.c (mono_debugger_runtime_invoke): Moved here from
6490         ../metadata/mono-debug-debugger.c; save and reset exception state.
6491
6492 2009-03-02  Martin Baulig  <martin@ximian.com>
6493
6494         * debug-mini.c: Moved the debugger exception handling here from
6495         ../metadata/mono-debug-debugger.c.
6496
6497         * debug-mini.h
6498         (MonoDebuggerExceptionAction): New exception typedef.
6499
6500         * debug-mini.c
6501         (MonoDebuggerThreadInfo): Added `MonoObject *last_exception'.
6502
6503         * exceptions-amd64.c
6504         (mono_amd64_throw_exception): Use the new debugger exception
6505         handling code.
6506
6507         * mini-exceptions.c
6508         (mono_handle_exception_internal): Don't call
6509         mono_debugger_unhandled_exception() here.
6510
6511 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6512
6513         * mini.c aot-compiler.c: Update after the changes to 
6514         mono_marshal_get_runtime_invoke ().
6515
6516         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): 
6517         Virtual generic methods might not have method->slot set, work around
6518         that.
6519
6520         * generics.cs: Add a test.
6521
6522 2009-03-02  Geoff Norton  <gnorton@novell.com>
6523
6524         * mini.c:
6525         * driver.c: Allow signal chaining of SIGFPE as well.
6526
6527 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
6528
6529         * mini-trampolines.c (mono_generic_virtual_remoting_trampoline): Update
6530         this since it now receives the method not its generic context in the
6531         IMT reg.
6532
6533         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for mixed
6534         generic/imt thunks where some entries branch through the vtable, while
6535         other entries branch directly.
6536
6537         * mini-x86.c (mono_arch_build_imt_thunk): Ditto.
6538
6539         * method-to-ir.c (mono_method_to_ir): Enable fast virtual generic call 
6540         support for interface methods as well.
6541
6542         * mini-trampolines.c: Add support for virtual generic methods in interfaces
6543         using the normal IMT thunks.
6544
6545         generics.cs: Add new tests.
6546         
6547         * method-to-ir.c (mono_method_to_ir): Pass the method instead of
6548         the generic inst to the generic imt thunks. This fixes AOT support, 
6549         improves consistency with the normal IMT thunks, and makes it easier to
6550         add support for interface generic virtual methods later.
6551
6552         * mini-trampolines.c (mono_magic_trampoline): Ditto.    
6553         
6554 2009-02-28  Zoltan Varga  <vargaz@gmail.com>
6555
6556         * driver.c (mono_set_signal_chaining): New public API function to enable
6557         signal chaining on POSIX platforms.
6558
6559         * mini-posix.c mini.c: Applied a variant of a patch by Simon Rowland 
6560         (si@lindenlab.com) to implement signal chaining. The original patch was
6561         contributed under the MIT X/11 license:
6562         https://bugzilla.novell.com/show_bug.cgi?id=318894
6563
6564 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
6565
6566         * iltests.il.in (test_0_implicit_float_to_double_conversion): Disable this
6567         too until it can be made to run on amd64.
6568
6569 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
6570
6571         * mini-x86.c (mono_arch_get_this_arg_from_call): Avoid expensive calls
6572         to  get_generic_context_from_code () + get_call_info () if possible.
6573
6574 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
6575
6576         * mini-exceptions.c (mono_handle_native_sigsegv): Implement the
6577         suspend-on-sigsegv functionality.
6578
6579         * mini.c (mini_parse_debug_options): Add a new 'suspend-on-sigsegv' option
6580         to suspend when a native SIGSEGV is received. This is useful for debugging
6581         crashes which don't happen under gdb, since a live process contains more
6582         information than a core file.
6583
6584         * mini-exceptions.c (mono_print_thread_dump): Use 
6585         MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX instead of platform defines.
6586
6587         * mini-x86.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): New define.
6588
6589         * mini-amd64.h (MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX): Ditto.
6590         
6591         * basic-float.cs: Disable the tests which currently fail on amd64.
6592
6593         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Pass a non-null 
6594         value to mono_arch_patch_callsite () to fix crashes.
6595         
6596         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix a warning.
6597
6598 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6599
6600         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Replace the
6601         nop code by patching the call address to point to the nullified class init
6602         trampoline, as the former does not seem to be safe on SMP machines.
6603
6604 2009-02-23  Mark Probst  <mark.probst@gmail.com>
6605
6606         * mini-ops.h: Fix the argument types for a few x86 opcodes where
6607         they were wrong.
6608
6609 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6610
6611         * basic-float.cs basic-calls.cs: Fix warnings.
6612
6613 2009-02-22  Mark Probst  <mark.probst@gmail.com>
6614
6615         * tramp-ppc.c (mono_arch_create_trampoline_code): Store the
6616         correct frame pointer in the LMF.  Should fix #478394.
6617
6618 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
6619
6620         * Makefile.am (fullaotcheck): Copy Mono.Simd.dll as well.
6621
6622         * image-writer.c: Make the binary writer less verbose.
6623
6624 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6625
6626         * method-to-ir.c (mono_method_to_ir): Don't assert if string ctors
6627         are called from runtime invoke wrappers.
6628
6629 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6630
6631         * cpu-ppc.md (store_memindex): Increase the size of this.
6632
6633 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6634
6635         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6636
6637         * cpu-x86.md: Fix the sizes for long_conv_to_r_un and long_conv_to_r_un_2.
6638
6639         * mini-x86.c (mono_arch_output_basic_block): Use only 64bits of precision for
6640         OP_LCONV_TO_R_UN.
6641
6642         Last fix for of #467201.
6643
6644
6645 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6646
6647         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6648
6649         * cpu-x86.md: Fix the sizes for fcall(_reg,_membase), long_conv_to_r4_2
6650         and long_conv_to_r8_2:
6651
6652         Fixed part of #467201.
6653
6654 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6655
6656         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6657
6658         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of int to float
6659         conversion to 32 bits.
6660
6661         * cpu-x86.md: Increase the size of int_conv_to_r4.
6662
6663         * basic-float.cs: Add a test for this.
6664
6665         Fixed part of #467201.
6666
6667 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6668
6669         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6670
6671         * mini-x86.c (mono_arch_output_basic_block): Adjust precision of long to double
6672         conversion to 64 bits.
6673
6674         * basic-float.cs: Add a test for this.
6675
6676         Fixed part of #467201.
6677
6678 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6679
6680         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6681
6682         * mini-x86.c (emit_move_return_value): Don't reduce precision of functions returning float.
6683         This behavior is compatible with MS.
6684
6685         * iltest.il.in: Add a test for this.
6686
6687         Fixed part of #467201.
6688
6689 2009-02-20 Rodrigo Kumpera  <rkumpera@novell.com>
6690
6691         Extracted from a patch by Kornel Pal <kornelpal@gmail.com>.
6692
6693         * mini-x86.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_R4, it must
6694         change the precision of the value.
6695
6696         * cpu-x86.md: Define len for float_conv_to_r4.
6697
6698         * basic-float.cs: Add a test for this.
6699
6700         Fixed part of #467201.
6701
6702 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6703
6704         * mini.c: Adjust locking order to the new semantics where the loader lock
6705         comes first.
6706
6707 2009-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
6708
6709         * aot-runtime.c:
6710         * mini-amd64.c:
6711         * mini-arm.c:
6712         * mini-ia64.c:
6713         * mini-mips.c:
6714         * mini-ppc.c:
6715         * mini-sparc.c:
6716         * mini-trampolines.c:
6717         * mini-x86.c:
6718         * mini.c:
6719         * tramp-alpha.c:
6720         * tramp-amd64.c:
6721         * tramp-arm.c:
6722         * tramp-hppa.c:
6723         * tramp-ia64.c:
6724         * tramp-mips.c:
6725         * tramp-ppc.c:
6726         * tramp-s390.c:
6727         * tramp-s390x.c:
6728         * tramp-sparc.c:
6729         * tramp-x86.c: Use mono_domain_code_* functions instead of using MonoDomain::code_mp directly.
6730
6731 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6732
6733         * mini-codegen.c (mono_local_regalloc): Remove a ! from if (!dest_sreg1)
6734         as it is incorrect.
6735
6736 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6737
6738         * aot-compiler.c (add_generic_class): Only add rgctx invoke wrappers
6739         for cctors if needed.
6740
6741 2009-02-17  Mark Probst  <mark.probst@gmail.com>
6742
6743         * mini-ppc.c: Fix build on Darwin.
6744
6745 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6746
6747         * dwarfwriter.c (mono_dwarf_writer_emit_base_info): Use 2 as the DWARF
6748         version instead of 3 as valgrind doesn't like version 3.
6749
6750         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
6751
6752         * aot-compiler.c (mono_aot_method_hash): New function to return a hash
6753         usable for hashing methods.
6754         (emit_extra_methods): Use the new hash to avoid putting every method in the
6755         same hash bucket.
6756
6757         * aot-runtime.c (find_extra_method_in_amodule): Use the new hash.
6758
6759         * aot-runtime.c (can_method_ref_match_method): New function to quickly check
6760         whenever a method ref could match a method.
6761         
6762         * aot-runtime.c (load_image): Revert the previous change, it causes an AOT
6763         test to fail.
6764         
6765         * aot-runtime.c (find_extra_method_in_amodule): Add a cache for decoded 
6766         methods refs.
6767
6768         * aot-runtime.c (load_image): Pass our basedir to mono_assembly_load.
6769
6770         * aot-compiler.c (emit_exception_debug_info): Bump the maximum size of
6771         the encoding buffer.
6772
6773         * method-to-ir.c (mono_method_check_inlining): Avoid calling 
6774         mono_method_get_header () on inflated methods as an optimization.
6775
6776 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6777
6778         * ssa.c (fold_ins): Fix another crash if the instruction following the
6779         switch was optimized away.
6780
6781 2009-02-16  Mark Probst  <mark.probst@gmail.com>
6782
6783         Contributed under the terms of the MIT/X11 license by Steven
6784         Munroe <munroesj@us.ibm.com>.
6785
6786         * mini-ppc.c, mini-ppc.h: Implement TLS for PPC64.
6787
6788 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6789
6790         * mini.c method-to-ir.c mini-trampolines.c aot-runtime.c: Remove locking
6791         around the mono_domain_alloc calls, it is now done by the functions
6792         themselves.
6793
6794         * aot-compiler.c (compile_method): Only add wrappers referenced by
6795         the method if compiling with full AOT.
6796         (mono_compile_assembly): Error out if --aot=full is specified on
6797         a platform where it is not supported.
6798
6799         * aot-compiler.c (emit_trampolines): Emit generic class init trampolines
6800         on ARM too.
6801
6802         * tramp-arm.c (mono_arch_create_generic_class_init_trampoline_full): Add
6803         AOT support.
6804
6805         * aot-runtime.c (load_named_code): Handle 
6806         mono_arm_throw_exception_by_token.
6807
6808         * mini-arm.h: Add declaration of mono_arm_throw_exception_by_token.
6809
6810         * image-writer.c (asm_writer_emit_pointer_unaligned): Make this really
6811         unaligned.
6812
6813         * Makefile.am (fullaotcheck): Exit if a test fails.
6814
6815         * aot-compiler.c (mono_compile_assembly): Use the ASM writer for full aot
6816         on ARM.
6817         (mono_compile_assembly): Handle the assembler failing.
6818
6819         * image-writer.c (asm_writer_emit_section_change): Handle ARM gas not
6820         accepting subsections of .bss.
6821
6822         * ssa.c (visit_inst): Fix a crash if the instruction following a switch
6823         was optimized away.
6824
6825         * aot-compiler.c: Remove some unused includes.
6826         
6827         * aot-compiler.c (MonoAotCompile): Remove some unused fields which are
6828         now in MonoImageWriter.
6829
6830         * mini-x86.c (mono_arch_get_vcall_slot): Handle yet another
6831         code sequence which matches a non-virtual call. Fixes #472654.
6832
6833 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6834
6835         * aot-compiler.c: Use xdebug_lock ()/unlock () macros for locking in the
6836         xdebug code.
6837         
6838         * aot-compiler.c: Make the xdebug code not depend on the AOT compiler,
6839         use the image/dwarf writers directly.
6840
6841         * image-writer.c (struct _MonoImageWriter): Remove the unused 'image'
6842         field.
6843
6844         * aot-compiler.c (MonoAotCompile): Remove fields which are now in
6845         MonoDwarfWriter.
6846
6847         * image-writer.h: Fix some typos.
6848
6849         * dwarfwriter.h dwarfwriter.c: New files.
6850         
6851         * aot-compiler.c: Extract the DWARF info writing functionality into a 
6852         separate module.
6853
6854         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add a 'out_unwind_ops'
6855         argument to return unwind info.
6856
6857         * tramp-arm.c (mono_arch_create_trampoline_code_full): Ditto.
6858
6859         * aot-compiler.c: Emit unwind info for trampolines in full-aot mode.
6860         
6861         * aot-runtime.c (decode_method_ref): Add a case for 
6862         MONO_AOT_METHODREF_WRAPPER_NAME.
6863
6864         * mini.h: Add constants for the magic numbers used in encode_method_ref ()
6865         for AOT.
6866
6867         * aot-compiler.c (encode_method_ref): Use the new constants.
6868
6869         * aot-runtime.c (decode_method_ref): Ditto.
6870
6871         * aot-compiler.c (compile_method): For generic icalls, queue the wrapper to
6872         be compiled, not the icall itself.
6873
6874 2009-02-14  Zoltan Varga  <vargaz@gmail.com>
6875
6876         * aot-runtime.c (find_extra_method_in_amodule): Avoid decoding wrapper names
6877         using decode_method_ref ().
6878
6879         * method-to-ir.c (mini_emit_ldelema_1_ins): If the array index is a long,
6880         convert it to an in32. Fixes #475859.
6881
6882         * arrays.cs: Add a test.
6883
6884 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6885
6886         * mini-s390x.c (mono_arch_output_basic_block): Fix the shift amounts in 
6887         OP_LCONV_TO_U2.
6888
6889         * basic-long.cs: Add a test.
6890
6891 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6892
6893         * mini-x86.c, mini-x86.h: Very simple frame pointer removal.  We
6894         remove the frame pointer in leaf methods which don't receive any
6895         arguments, don't throw exceptions and don't do dynamic stack
6896         allocations.
6897
6898 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6899
6900         * mini-amd64.c (mono_arch_build_imt_thunk): Fix size calculation after
6901         the fail_tramp changes. Hopefully fixes #475132.
6902
6903 2009-02-12  Rodrigo Kumpera  <rkumpera@novell.com>
6904
6905         * method-to-ir.c (mono_emit_method_call_full): Use mono_metadata_signature_dup_mempool
6906         instead of mono_metadata_signature_dup_full.
6907
6908 2009-02-12  Zoltan Varga  <vargaz@gmail.com>
6909
6910         * ssa.c (fold_ins): Use MONO_IS_JUMP_TABLE () and MONO_JUMP_TABLE_FROM_INS ()
6911         for processing jump tables. Fixes #473787.
6912
6913 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6914
6915         * mini-generic-sharing.c: mini_method_get_context() just calls
6916         mono_method_get_context_general() now.
6917
6918         * mini.c, mini.h: Moved get_object_generic_inst(),
6919         construct_object_context_for_method() and
6920         mono_domain_lookup_shared_generic() to metadata/generic-sharing.c.
6921
6922 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6923
6924         * branch-opts.c (mono_if_conversion): Handle the case where the merged 
6925         basic block fell through to its successor bblock without a branch. Fixes
6926         #474718.
6927
6928         * iltests.il.in: Add a test.
6929         
6930         * aot-compiler.c (encode_method_ref): Encode methods of array types.
6931         (can_encode_patch): We can now handle arrays of generic parameters and
6932         array methods.
6933
6934         * aot-runtime.c (decode_method_ref_2): Handle methods of array types.
6935
6936         * aot-compiler.c aot-runtime.c: Emit the size of specific trampolines into
6937         the AOT file to avoid some #ifdefs in aot-runtime.c
6938
6939         * mini.h: Bump AOT file format version.
6940
6941 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6942
6943         * Makefile.am (fullaotcheck): Make this run the tests.
6944
6945         * aot-compiler.c: Make the printing of skipped methods runtime configurable.
6946
6947 2009-02-10  Mark Probst  <mark.probst@gmail.com>
6948
6949         * mini-x86.c (mono_arch_context_get_int_reg): Handle all registers
6950         individually.  Fixes #473482.
6951
6952 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6953
6954         * mini-arm.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
6955
6956 2009-02-09  Jeffrey Stedfast  <fejj@novell.com>
6957
6958         * aot-compiler.c (arch_emit_plt_entry): Fixed to compile.
6959         (mono_compile_assembly): Hush compile warnings about
6960         uninitialized [tmp_]outfile_name variables in the !use_bin_writer
6961         code path.
6962
6963 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6964
6965         * exceptions-arm.c (mono_arch_find_jit_info): Fix aot support.
6966
6967         * mini-arm.c: Checkin unwind related changes missing from an earlier commit.
6968
6969         * aot-compiler.c: Fix arm support.
6970
6971         * image-writer.c: Move the R_ARM constants to image-writer.h. Export a
6972         img_writer_emit_unset_mode () function.
6973
6974         * unwind.c (mono_unwind_get_dwarf_data_align): New helper function.
6975         (mono_unwind_get_dwarf_pc_reg): Ditto.
6976
6977         * aot-compiler.c (emit_dwarf_abbrev): Another large reorganization.
6978         Move almost all platform specific code to a set of arch_ functions, 
6979         and document them to ease porting.
6980         
6981         * aot-compiler.c (mono_xdebug_init): Fix xdebug support.
6982
6983         * image-writer.h image-writer.c: New files, extracted from aot-compiler.c.
6984
6985         * aot-compiler.c: Extract the image writing functionality into a separate
6986         module to reduce the size of this file.
6987
6988 2009-02-09  Geoff Norton  <gnorton@novell.com>
6989
6990         * mini-s390.c: Fix the signature of emit_sig_cookie.
6991
6992 2009-02-09  Zoltan Varga  <vargaz@gmail.com>
6993
6994         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_IMAGE.
6995
6996         * aot-runtime.c (is_shared_got_patch): Ditto.
6997
6998         * aot-runtime.c (load_named_code): Cope with the fact that 
6999         decode_got_entry () won't decode the patch fully if its corresponding got
7000         entry is already filled.
7001         
7002         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): 
7003         Initialize *ji.
7004         (mono_arch_create_monitor_exit_trampoline_full): Ditto.
7005
7006         * tramp-amd64.c (mono_arch_create_monitor_enter_trampoline_full): Use 'code'
7007         as the moving pointer instead of 'buf' for consistency with the rest of the
7008         codebase.
7009         (mono_arch_create_monitor_exit_trampoline): Ditto.
7010
7011         * aot-compiler.c (emit_trampolines): Add throw_pending_exception/
7012         generic_class_init trampolines.
7013         (add_generic_class): Extract some code from add_generic_instances () into a
7014         separate function so it can be called from other places too.
7015         (compile_method): Call add_generic_class () for the classes of inflated methods
7016         referenced by the method.
7017         (can_encode_patch): Allow references to generic parameters.
7018
7019         * aot-runtime.c: Add support the patches required by the new trampolines.
7020         
7021         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Add full-aot
7022         support.
7023
7024         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline_full): Add
7025         full-aot support.
7026
7027         * exceptions-amd64.c (mono_arch_get_throw_pending_exception_full): Rename
7028         this from get_throw_pending_exception, make the signature full aot compatible.
7029
7030         * Makefile.am (fullaotcheck): New target to run full-aot tests.
7031
7032         * method-to-ir.c (inline_method): Save/Restore cfg->ret_var_set too.
7033
7034         * exceptions.cs: Add a test.
7035
7036 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
7037
7038         * unwind.c (mono_unwind_frame): Eliminate the data_align_factor argument,
7039         use the DWARF_DATA_ALIGN constant instead.
7040
7041         * exception-<ARCH>.c: Update after the above change.
7042
7043         * exceptions-arm.c (mono_arch_find_jit_info): Transition this to use the
7044         dwarf unwinder.
7045
7046         * mini-arm.c: Enable the dwarf unwinder.
7047
7048         * mini-trampolines.c (mono_magic_trampoline): Use mono_class_get_vtable_entry ()
7049         instead of mono_class_setup_vtable ().
7050
7051 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
7052
7053         * exceptions-x86.c (mono_arch_find_jit_info): Transition this to use the
7054         dwarf unwinder.
7055
7056         * mini-x86.h: Enable the dwarf unwinder.
7057
7058 2009-02-06  Raja R Harinath  <harinath@hurrynot.org>
7059
7060         Fix mcs/tests/test-7.cs
7061         * mini-amd64.c (mono_arch_allocate_vars): Revert change from
7062         2009-02-03.
7063
7064 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
7065
7066         * mini.c (print_jit_stats): Remove some unused statistics.
7067
7068 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7069
7070         * aot-compiler.c (emit_klass_info): Update after MonoClass changes.
7071
7072 2009-02-05  Mark Probst  <mark.probst@gmail.com>
7073
7074         * jit-icalls.c (mono_helper_compile_generic_method): Don't inflate
7075         the method we get from mono_object_get_virtual_method() because
7076         that function does it properly, now.
7077
7078 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7079
7080         * unwind.c (mono_unwind_ops_encode): Handle offsets greater than 32 between
7081         opcodes. Fixes #472775.
7082
7083 2009-02-05  Mark Probst  <mark.probst@gmail.com>
7084
7085         * mini-exceptions.c (ves_icall_get_frame_info): Account for the
7086         fact that mono_find_jit_info() sometimes returns the context
7087         corresponding to the jit info in new_ctx.  Fixes #472600.
7088
7089 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7090
7091         * method-to-ir.c mini-hppa.c mini.c trace.c mini-s390x.c aot-compiler.c
7092         mini-s390.c: Use mono_class_enum_basetype () instead of accessing
7093         klass->enum_basetype directly.
7094
7095         * aot-compiler.c (emit_class_dwarf_info): Add support for all possible
7096         enum subtypes.
7097
7098         * unwind.c: Avoid 0 sized arrays.
7099
7100 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
7101
7102         * mini-exceptions.c (mono_setup_altstack): Use a more reasonable altstack
7103         size on systems with 64k pages. Fixes #471389.
7104
7105 2009-02-04  Mark Probst  <mark.probst@gmail.com>
7106
7107         Contributed under the terms of the MIT/X11 license by Steven
7108         Munroe <munroesj@us.ibm.com>.
7109
7110         * mini-ppc.c (mono_arch_output_basic_block): Generate better code
7111         for LOADI4_MEMBASE.  Use addi instead of addic if it's not
7112         necessary.
7113
7114 2009-02-04  Mark Probst  <mark.probst@gmail.com>
7115
7116         Contributed under the terms of the MIT/X11 license by Steven
7117         Munroe <munroesj@us.ibm.com>.
7118
7119         * exceptions-ppc.c (mono_arch_get_restore_context): Code size
7120         comparison fix.
7121
7122         * tramp-ppc.c (mono_arch_create_generic_class_init_trampoline):
7123         The trampoline can be longer on PPC64.
7124
7125 2009-02-04  Mark Probst  <mark.probst@gmail.com>
7126
7127         Contributed under the terms of the MIT/X11 license by Steven
7128         Munroe <munroesj@us.ibm.com>.
7129
7130         * mini-ppc.c: Compiler warning fixes and trivial code
7131         simplifications.
7132
7133 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
7134
7135         * method-to-ir.c (mono_spill_global_vars): Fix problems caused by reading
7136         ins->dreg which could be a hardware register, not a vreg.
7137
7138         * aot-compiler.c (emit_method_dwarf_info): Ditto.
7139         
7140         * mini.h (MonoCompile): Remove vreg_to_var_num array, it is no longer used.
7141         (struct MonoMethodVar): Add a vreg field, holding the vreg of variable.
7142
7143         * mini.c (mono_compile_create_var_for_vreg): Set var->vreg.
7144         
7145         * mini-amd64.c (mono_arch_output_basic_block): Avoid reading cfg->varinfo[..]
7146         ->dreg, that is not the vreg we are looking for.
7147
7148         * mini-amd64.h mini-x86.h: Enable MONO_ARCH_LIVENESS_OPS again.
7149
7150         * mini-x86.c (mono_arch_output_basic_block): Add support for LIVERANGE_START/
7151         LIVERANGE_END.
7152
7153         * method-to-ir.c (mono_spill_global_vars): Add an assert to help track down
7154         strange crashes.
7155
7156 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
7157
7158         * mini-x86.c (mono_arch_emit_prolog): Emit unwind info.
7159
7160         * aot-compiler.c (emit_line_number_info): Fix line number emission when
7161         the line diff is 0.
7162
7163         * aot-compiler.c: Add xdebug support on x86.
7164
7165         * unwind.c: Add x86 support.
7166         
7167         * aot-compiler.c (emit_exception_debug_info): Control the emission of
7168         unwind info using a new MONO_ARCH_HAVE_XP_UNWIND define.
7169
7170         * mini.c (mini_method_compile): Ditto.
7171         
7172         * mini-amd64.c (mono_arch_allocate_vars): Avoid setting cfg->ret->dreg to
7173         the variable index.
7174
7175         * aot-compiler.c: Add emit_push_section ()/emit_pop_section () helper functions
7176         which mimic .push_section/.pop_section in GAS.
7177         
7178         * aot-compiler.c: Emit precise live range information for variables.
7179
7180         * mini-amd64.c (mono_arch_output_basic_block): Add OP_LIVERANGE_START/END.
7181
7182         * method-to-ir.c (mono_spill_global_vars): Compute the instructions marking
7183         the live ranges of variables, and emit OP_LIVERANGE_START/END opcodes for
7184         them.
7185
7186         * mini-ops.h: Add OP_LIVERANGE_START/END opcodes to mark
7187         the live ranges of variables.
7188
7189         * mini.h (struct MonoMethodVar): Add two fields containing the live range
7190         of the variable in terms of native offsets.
7191
7192 2009-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
7193
7194         * arrays.cs: Test for Get/SetValue of array with negate lower bounds.
7195         
7196 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7197
7198         Contributed under the terms of the MIT/X11 license by Steven
7199         Munroe <munroesj@us.ibm.com>.
7200
7201         * exceptions-ppc.c (restore_regs_from_context): Correct operand
7202         order (offset then base reg) for ppc_load_multiple_regs.
7203         (emit_save_saved_regs) Correct operand order for
7204         ppc_store_multiple_regs.
7205         (mono_arch_get_call_filter): Correct operand order for
7206         ppc_load_multiple_regs.
7207
7208         * mini-ppc.c (emit_memcpy): Fix operand order for
7209         ppc_load_reg_update and ppc_store_reg_update.
7210         (mono_arch_output_basic_block): Correct operand order for ppc_lha.
7211         (mono_arch_emit_epilog): Correct operand order for
7212         ppc_load_multiple_regs.
7213
7214         * tramp-ppc.c (mono_arch_create_trampoline_code): Correct operand
7215         order for ppc_store_multiple_regs and ppc_load_multiple_regs.
7216
7217 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7218
7219         * cpu-ppc64.md: Fixed storer4_memindex length.
7220
7221 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7222
7223         * aot-compiler.c (emit_line_number_info): Optimize the size of the emitted
7224         line number info.
7225         
7226         * aot-compiler.c (emit_line_number_info): Optimize this.
7227
7228 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
7229
7230         * aot-compiler.c: Disassemble tokens in the IL disassembly.
7231         
7232         * aot-compiler.c: Add debug info for methods without debug info by
7233         emitting an IL file and having the line number info referencing that file.
7234
7235         * aot-compiler.c: Optimize the size of the generated line number info.
7236
7237         * aot-compiler.c: Emit line number info in xdebug mode.
7238
7239         * aot-compiler.c (mono_save_xdebug_info): Receive a MonoCompile instead of a
7240         million arguments.
7241
7242 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
7243
7244         * aot-compiler.c (emit_method_dwarf_info): Emit names for local variables.
7245
7246         * driver.c (mono_main): Enable debugging support automatically if XDEBUG
7247         is used.
7248
7249 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
7250
7251         * basic-calls.cs: Test for the weird crash found on arm.
7252         
7253 2009-01-31  Rodrigo Kumpera  <rkumpera@novell.com>
7254
7255         * cpu-arm.md: Increase the size of storer8_membase_reg and
7256         loadr8_membase_reg to 24 bytes to accomodate the extra add.
7257
7258         * mini-arm.c (mono_arch_output_basic_block): Under FPA, when emitting
7259         OP_STORER8_MEMBASE_REG and OP_LOADR8_MEMBASE_REG, add the original
7260         reg to LR otherwise we'll be loading/storing from just the offset.
7261
7262 2009-01-30  Miguel de Icaza  <miguel@novell.com>
7263
7264         Question: if we are storing gint32's inside the "*native_offset",
7265         should we change the signature to "gint32 *native_offset" to
7266         ensure that we do not have type definition problems?
7267         
7268         * mini-exceptions.c (ves_icall_get_frame_info): Cast the gint32 to
7269         an int * as this is what the other function expects, causes
7270         problems with Freescale's compiler that defined int32_t to be a
7271         long and makes int incompatible 
7272
7273 2009-01-30  Miguel de Icaza  <miguel@novell.com>
7274
7275         * Rename generic-sharing.c to mini-generic-sharing.c to avoid the
7276         filename conflict with bjam.
7277
7278 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7279
7280         * cpu-arm.md: Increase the size of storer8_membase_reg to 20 bytes
7281         as it might use decomposed ops.
7282
7283 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7284
7285         * jit-icalls.c (mono_imul_ovf): Fix one of the literals.
7286
7287         * mini.c (mini_init): Emulate mul.ovf opcodes if MONO_ARCH_EMULATE_MUL_OVF
7288         is defined.
7289
7290         * mini-arm.h (MONO_ARCH_EMULATE_MUL_OVF): New define.
7291
7292         * mini-arm.c (mono_arch_build_imt_thunk): Rewrite this to allow large vtable
7293         offsets.
7294
7295         * mini-arm.c (mono_arch_context_get_int_reg): Adapt this to the "clever"
7296         way registers are stored in MonoContext on arm.
7297
7298         * unwind.c: Rewrite the handling of the cached_info array to use hazard pointers
7299         instead of locking so mono_get_cached_unwind_info () becomes signal safe.
7300
7301         * mini.c (mini_init): Emuate OP_FCONV_TO_I when using soft float.
7302
7303         * mini-arm.c (emit_load_volatile_arguments): Avoid an unneccesary assert.
7304
7305         * mini.c (mini_init): Register mono_isfinite.
7306
7307         * jit-icalls.c (mono_isfinite): New jit icall.
7308
7309         * method-to-ir.c (mono_decompose_soft_float): Add support for OP_CKFINITE.
7310         
7311         * exceptions-arm.c (mono_arch_find_jit_info): When unwinding using the LMF,
7312         set esp to ARMREG_FP instead of R12, since R12 stores the value of sp for
7313         the parent frame.
7314
7315 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7316
7317         * exceptions-arm.c (mono_arch_find_jit_info): The frame layout on arm have
7318         separate frame and stack pointers, so we must use FP to find the register
7319         spill area.
7320         The FP reg is retrieved from the MonoContext::regs array.
7321
7322 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7323
7324         * mini-arm.c (mono_arch_output_basic_block): Emit two cond ops for OP_FBGE
7325         as FPA requires it.
7326
7327 2009-01-30  Rodrigo Kumpera  <rkumpera@novell.com>
7328
7329         * mini-arm.c (mono_arch_emit_setret): Emit OP_FMOVE for methods that
7330         return R4 and R8 when not running under softfloat.
7331
7332         Fixes basic-calls.exe
7333
7334 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7335
7336         * mini-arm.c: Implement some overflow opcodes.
7337
7338 2009-01-29  Miguel de Icaza  <miguel@novell.com>
7339
7340         * ssa.c: handle another alloca.h
7341
7342         * mini-exceptions.c (mono_handle_native_sigsegv): Do not use
7343         PLATFORM_WIN32 for detecting if we have sigaction.   Instead use
7344         MONO_ARCH_USE_SIGACTION. 
7345
7346         * aot-runtime.c, mini-exceptions.c: Replace platform define with
7347         capability defines.
7348
7349         * method-to-ir.c (mono_method_to_ir): Type cast fix on some platforms.
7350
7351         * mini-ppc.h (MONO_ARCH_USE_SIGACTION): Do not define this for all
7352         PPC targets as sigaction does not exist on all platforms, define
7353         this on a per-platform basis.
7354
7355         Instead of erroring out if the platform is not defined, include
7356         mini-ppc-os.h, and expect that the OS specific setting provides
7357         the required information.   
7358
7359 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7360
7361         * aot-compiler.c: Fix --enable-minimal=aot.
7362
7363 2009-01-30  Zoltan Varga  <vargaz@gmail.com>
7364
7365         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Fix the
7366         previous change.
7367
7368 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7369
7370         * exceptions-arm.c: Fix warnings.
7371
7372         * tramp-arm.c aot-compiler.c unwind.h unwind.c: Implement xdebug support for
7373         ARM.
7374
7375         * mini-x86.c: Fix --enable-minimal=jit build.
7376
7377         * mini.c: Really fix --enable-minimal=jit build.
7378         
7379         * mini.c (construct_object_context_for_method): Move this outside
7380         the DISABLE_JIT block to fix the --enable-minimal=jit build.
7381
7382         "Backported" of r124984 from 2.0 branch.
7383         
7384         * aot-compiler.c aot-runtime.c: Add full-aot support delegate BeginInvoke/EndInvoke.
7385
7386         "Backport" of r124977 + r124978 from 2.0 branch.
7387         
7388         * exceptions-arm.c (mono_arm_throw_exception_by_token): New helper function
7389         to avoid calling mono_exception_from_token () from the throw trampoline.
7390         (mono_arch_get_throw_exception_generic): call throw_exception_by_token
7391         for throwing corlib exceptions, this fixes full-aot support for corlib
7392         exceptions.
7393
7394         * aot-compiler.c (compile_method): Make a copy of cfg->locals to fix the build.
7395
7396 2009-01-29  Miguel de Icaza  <miguel@novell.com>
7397
7398         * mini-darwin.c, mini-windows.c, mini-posix.c: Commit the first
7399         part of the changes to split the code in mini into operating
7400         system specific files.
7401
7402         This patch was done by copying mini.c to the respective files to
7403         preserve SVN history.
7404
7405 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7406
7407         * aot-compiler.c (emit_method_dwarf_info): Add minimal support for locals.
7408
7409 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7410
7411         * method-to-ir.c (mono_method_to_ir): Avoid generic sharing for calls made to
7412         remoting-invoke-with-check wrappers of shared methods.
7413
7414         * mini.c (print_jit_stats): Print out major gc count/time for libgc too.
7415
7416 2009-01-27  Mark Probst  <mark.probst@gmail.com>
7417
7418         * method-to-ir.c (emit_stloc_ir): Only apply the reg-reg move
7419         optimization if the top of stack is the last instruction in the
7420         bblock.  Otherwise it might have been used after its definition.
7421         Fixes #469742.
7422
7423 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7424
7425         * mini-trampolines.c (mono_magic_trampoline): Print out the caller
7426         method as well when get_vcall_slot () fails to match a code sequence.
7427
7428         * mini-arm.c: Fix the android build, which doesn't have
7429         __aeabi_read_tp.
7430
7431 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7432
7433         * mini-s390x.c: Remove a stray declaration of emit_sig_cookie () to fix
7434         the s390x build.
7435
7436 2009-01-26  Rodrigo Kumpera  <rkumpera@novell.com>
7437
7438         * unwind.c (mono_unwind_cleanup): Don't crash if cached_info is NULL.
7439
7440 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7441
7442         * mini.c (mini_method_compile): Save the unwind info generated by the JIT
7443         and put its id into jinfo->used_regs. This is only used on amd64,
7444         which is currently the only platform generating unwind info.
7445
7446         * exceptions-amd64.c: Instead of unwinding based on a register mask, use
7447         the dwarf unwinder. This is required to correctly handle async exceptions
7448         like thread abort and stack overflows, which can happen while a method
7449         is in the middle of its prolog or epilog.
7450         
7451         * aot-runtime.c (mono_aot_get_unwind_info): New helper function to obtain
7452         the unwind info belonging to an AOTed method.
7453
7454         * aot-compiler.c aot-runtime.c: Save/Load the unwind info emitted by the JIT
7455         into cfg->unwind_ops.
7456         
7457         * unwind.c (mono_unwind_frame): Use <= instead of < for the loop exit check.
7458
7459         * mini.c (mini_init): Call mono_unwind_init ().
7460         (mini_cleanup): Call mono_unwind_cleanup ().
7461
7462         * unwind.c: Add functions for managing a set of unwind info entries, allowing
7463         unwind info to be shared between methods.
7464
7465         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info for the registers
7466         saved in the LMF.
7467
7468         * exceptions-amd64.c (mono_arch_exceptions_init): Call 
7469         get_throw_pending_exception () to avoid initialization races.
7470
7471         * mini-exceptions.c (mono_exceptions_init): Call an arch specific
7472         mono_arch_exceptions_init () function.
7473
7474         * mini.h (MONO_INST_NEW): Remove duplicate setting of cil_code.
7475
7476 2009-01-25  Zoltan Varga  <vargaz@gmail.com>
7477
7478         * mini.c (mono_get_domain_intrinsic): New helper function.
7479         (mono_get_thread_intrinsic): Ditto.
7480
7481         * mini-arm.c mini-ia64.c: Use the new helper functions.
7482         
7483         * method-to-ir.c (mono_method_to_ir): Fix the comment for
7484         the last constrained_call change, since it is needed in the non-AOT
7485         case as well.
7486
7487         * mini-arm.c: Implement OP_TLS_GET on arm eabi linux.
7488         
7489         * mini-arm.c (mono_arch_emit_prolog): Add an inlined version of 
7490         mono_get_lmf_addr () on arm eabi linux.
7491
7492 2009-01-24  Zoltan Varga  <vargaz@gmail.com>
7493
7494         * mini-amd64.c (mono_arch_get_vcall_slot): Handle yet another
7495         code sequence which matches a non-virtual call.
7496
7497 2009-01-23  Mark Probst  <mark.probst@gmail.com>
7498
7499         * mini-ppc.c (mono_arch_context_get_int_reg): Allow access to the
7500         stack pointer (r1).
7501
7502 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
7503
7504         * aot-compiler.c aot-runtime.c: Treat delegate-invoke wrappers similarly to
7505         runtime-invoke wrappers, since they are also shared based on signature.
7506
7507 2009-01-22  Mark Probst  <mark.probst@gmail.com>
7508
7509         * mini-exceptions.c (ves_icall_get_frame_info): Fetch the generic
7510         info from the (correct) context.
7511
7512 2009-01-22  Zoltan Varga  <vargaz@gmail.com>
7513
7514         * unwind.c (mono_unwind_frame): Remove a stray g_free ().
7515         
7516         * unwind.c (mono_unwind_frame): New function to unwind through a frame
7517         using dwarf unwinding info. Not yet used.
7518
7519         * mini.c (mini_init): When using xdebug, disable freeing of domains.
7520
7521 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7522
7523         * mini-ppc.c (mono_arch_delegate_invoke_impl): Return function
7524         descriptors.
7525
7526         * mini-trampolines.c (mono_delegate_trampoline): Remove the PPC64
7527         special case and handle mono_arch_delegate_invoke_impl() returning
7528         function descriptors.
7529
7530         * tramp-ppc.c (mono_arch_create_trampoline_code): Delegate
7531         trampolines return function descriptors, too.
7532
7533 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7534
7535         * method-to-ir.c (handle_alloc): Avoid generic instances in the
7536         out_of_line optimization.
7537
7538 2009-01-21  Martin Baulig  <martin@ximian.com>
7539
7540         * mini.h
7541         (MonoCompile): Added `disable_deadce_vars' to disable removing
7542         unused variables.
7543
7544         * mini.c
7545         (mini_method_compile): Set `cfg->disable_deadce_vars' when running
7546         inside the debugger.
7547
7548         * liveness.c (mono_analyze_liveness): Don't remove any unused
7549         variables if `cfg->disable_deadce_vars' is set.
7550
7551 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7552
7553         * method-to-ir.c: Only apply exception constructor optimization if
7554         the the method actually belongs to an exception class.  Fixes
7555         #467456.
7556
7557 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7558
7559         * mini-trampolines.c (mono_delegate_trampoline): Put back the previous
7560         change inside a #ifdef __mono_ppc64__.
7561
7562         * aot-compiler.c (compile_method): Remove the previous limitation.
7563
7564         * method-to-ir.c (method-to-ir.c): Add support for the constrained prefix
7565         on type variables in AOTed code.
7566         
7567         * aot-compiler.c (compile_method): Skip generic methods having type 
7568         constraints on their generic parameters.
7569
7570         * aot-compiler.c (compile_method): Check for methods which cannot be
7571         encoded inside RGCTX_FETCH patches as well.
7572
7573         * mini-exceptions.c (mono_print_thread_dump): Fix the windows
7574         build.
7575
7576 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7577
7578         * method-to-ir.c: Force the vtable variable in shared generic code
7579         for the case that they might show up on a stack trace where they
7580         are needed.
7581
7582         * mini-exceptions.c: Save and use generic sharing info as well as
7583         IP in stack traces to resolve shared generic instantiations.
7584
7585 2009-01-20  Zoltan Varga  <vargaz@gmail.com>
7586
7587         * mini-trampolines.c (mono_delegate_trampoline): Revert the change which
7588         added a mono_get_addr_from_ftnptr () as it breaks the ia64 build.
7589
7590 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7591
7592         * method-to-ir.c: Do generic sharing for array constructors.
7593
7594 2009-01-20  Rodrigo Kumpera  <rkumpera@novell.com>
7595
7596         * mini-exceptions.c (mono_print_thread_dump): Add information
7597         about the thread state using wapi_current_thread_desc.
7598
7599 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7600
7601         * basic-simd.cs: Tests for the new constructors. 
7602
7603 2009-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
7604
7605         * mini-ops.h: Added OP_EXPAND_*
7606
7607         * cpu-x86.md: Same.
7608
7609         * mini-x86.c (mono_arch_output_basic_block): Same.
7610         
7611         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for single element constructors.
7612
7613 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7614
7615         * iltests.il.in: Add a test for #467385.
7616
7617 2009-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
7618
7619         * mini.c (mini_thread_cleanup): Don't cleanup TLS storage if the
7620         thread been cleaned up is not the same currently in execution.
7621
7622         Fixes appdomain-unload crashes on windows, osx and linux variants
7623         without the __thread keyword.
7624
7625 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7626
7627         * mini-arm.c (mono_arch_flush_icache): Applied patch from Koushik Dutta
7628         (koush@koushikdutta.com). Implement this for android.
7629
7630         * helpers.c (mono_disassemble_code): Avoid assembler errors if the id
7631         begins with a digit.
7632
7633         * method-to-ir.c: Call mono_gc_get_write_barrier () instead of
7634         mono_marshal_get_write_barrier ().
7635
7636 2009-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
7637
7638         * decompose.c (mono_decompose_vtype_opts): Fix the decomposition
7639         of OP_VCALL_* ops for 8 bytes vtypes on 32 bits archs and platorms
7640         that pass them on a register pair.
7641
7642         This affects windows, OSX and FreeBSD. The mono/tests/handleref.exe
7643         test was crashing due to that.
7644
7645 Fri Jan 16 15:21:21 CET 2009 Paolo Molaro <lupus@ximian.com>
7646
7647         * exceptions-ppc.c: tweaks from malc (OV-Soft) to fix the size of the
7648         trampoline code. Include ucontext.h only if available.
7649
7650 2009-01-15  Mark Probst  <mark.probst@gmail.com>
7651
7652         * mini.c: mono_domain_lookup_shared_generic() takes an open method
7653         and doesn't check whether it's sharable, like it was before
7654         removing the shared generics hash.  This brings IronPython
7655         performance back to what it was before that change.
7656
7657 2009-01-14  Mark Probst  <mark.probst@gmail.com>
7658
7659         * method-to-ir.c: Handle delegate invocation optimization earlier,
7660         otherwise it would be handled (much more slowly) by the
7661         final/sealed optimization.
7662
7663 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7664
7665         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes when the current thread or
7666         domain is not set. Fixes #465864.
7667
7668 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7669
7670         * method-to-ir.c: Don't stop sharing of generic methods with catch
7671         clauses - we already handle those.
7672
7673 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7674
7675         * mini.c, mini.h: lookup_generic_method() is now
7676         mono_domain_lookup_shared_generic() and uses the jit_code_hash,
7677         making the shared_generics_hash obsolete.
7678
7679 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7680
7681         * mini-ppc.c, exceptions-ppc.c, cpu-ppc.md, cpu-ppc64.md: Don't
7682         use the red zone.  Make room on the stack first and then use it,
7683         not the other way around.
7684
7685 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7686
7687         * mini.c (mini_init): Call mono_xdebug_init ().
7688
7689         * aot-compiler.c (mono_xdebug_init): Make this non-static.
7690
7691 2009-01-11  Zoltan Varga  <vargaz@gmail.com>
7692
7693         * TestDriver.cs: Add an --iter argument to run tests multiple times.
7694
7695         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Emit debug info for
7696         trampolines.
7697
7698         * aot-compiler.c (mono_save_trampoline_xdebug_info): New function to emit
7699         debug+unwind info for trampolines.
7700
7701         * mini.c (mono_create_unwind_op): New helper function.
7702
7703         * unwind.h: Add macros for emitting unwind ops without a MonoCompile.
7704
7705 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7706
7707         * aot-compiler.c: Fix the build.
7708
7709 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7710
7711         * Makefile.am: Update dtrace-prelink.sh location.
7712
7713 2009-01-08  Zoltan Varga  <vargaz@gmail.com>
7714
7715         * method-to-ir.c (mono_method_to_ir): Fix the check for the mscorlib ldstr 
7716         optimization. Fixes #464520.
7717
7718 2009-01-07  Bill Holmes  <billholmes54@gmail.com>
7719
7720         * mini-amd64.c : Adding code to save/restore non-volatile registers
7721            on Winx64.
7722
7723         * exceptions-amd64.c : Adding code to save/restore non-volatile 
7724           registers on Winx64.
7725
7726         Contributed under MIT/X11 license.
7727
7728 2009-01-07  Zoltan Varga  <vargaz@gmail.com>
7729
7730         * mini-arm.c (mono_arch_flush_icache): Use __GNUC_PREREQ instead of checking
7731         __GNUC_MINOR__ which can break when the major version changes.
7732
7733 2009-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
7734
7735         * basic-simd.cs: Add tests for usage of the sizeof opcode.
7736
7737 2009-01-07  Geoff Norton  <gnorton@novell.com>
7738
7739         * helpers.c:  Allow mono -v -v -v to work on darwin.
7740
7741 2009-01-05  Bill Holmes  <billholmes54@gmail.com>
7742
7743         * mini-amd64.c (mono_arch_get_vcall_slot) : Handle an additional instruction
7744           pattern. 
7745
7746         Contributed under MIT/X11 license.
7747
7748 2009-01-05  Zoltan Varga  <vargaz@gmail.com>
7749
7750         * mini.c (mono_allocate_stack_slots_full2): Use mono_class_from_mono_type
7751         instead of directly accessing type->data.klass. Fixes #462016.
7752         (mono_allocate_stack_slots_full): Ditto.
7753
7754         * mini-arm.c (mono_arch_flush_icache): Applied patch from Riku Voipio 
7755         <novell@kos.to>. Fix cache flush on kernels without OLDABI compat option.
7756
7757         * aot-compiler.c (emit_plt): Fix ARM build.
7758
7759 2009-01-04  Zoltan Varga  <vargaz@gmail.com>
7760
7761         * branch-opts.c (mono_if_conversion): Optimize this using ins->prev.
7762         
7763         * branch-opts.c (mono_if_conversion): Fix an assert introduced by the last
7764         change.
7765
7766         * branch-opts.c (mono_if_conversion): Use branch->inst_true_bb/inst_false_bb
7767         instead of bblock->out_bb [0]/[1], the two might not be the same. Fixes
7768         #463357.
7769
7770         * iltests.il.in: Add a regression test.
7771
7772 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7773
7774         * mini-codegen.c (mono_print_ins_index): Pretty print XPHI and VPHI.
7775
7776 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7777
7778         * basic-simd.cs: Add a regression test for #462457.
7779
7780 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7781
7782         * mini-ops.h: Add a definition of XPHI.
7783
7784         * mini.h (MONO_IS_PHI): Make is aware of simd instrincs. 
7785
7786         * ssa.c (op_phi_to_move): Handle XPHI.
7787
7788         * ssa.c (mono_ssa_compute): Generate a XPHI for simd intrinsics instead of VPHI.
7789
7790         Fixes #462457
7791
7792 2009-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
7793
7794         * method-to-ir.c (mono_emit_rgctx_calli): Fix a warning.
7795
7796 2008-12-31  Geoff Norton  <gnorton@novell.com>
7797
7798         * mini-ppc.c: The prolog size allocated can be too small for darwin
7799         ppc32 under certain circumstances.  Also fix a small logic bug.
7800
7801 2008-12-29  Zoltan Varga  <vargaz@gmail.com>
7802
7803         * mini.c (mono_jit_compile_method_inner): Avoid holding the domain lock
7804         while loading AOT methods.
7805
7806         * mini-exceptions.c: Check jit_tls->class_cast_from instead of class_cast_to
7807         since only the former is nulled out after a successful cast. This prevents
7808         crashes with rethrown exceptions when using --debug=casts.
7809
7810 2008-12-24  Mark Probst  <mark.probst@gmail.com>
7811
7812         * mini.h: New macro for checking whether a method is final,
7813         i.e. whether the method or its class is marked final.
7814
7815         * method-to-ir.c: Use the new macro for all final-checks
7816         consistently.  Fixes the crash in the System.ServiceModel tests.
7817
7818 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7819
7820         * mini-exceptions.c (get_exception_catch_class): Corrected another
7821         overly strict assertion.
7822
7823 2008-12-23  Mark Probst  <mark.probst@gmail.com>
7824
7825         * mini-ppc.c (mono_arch_build_imt_thunk): Save and restore r11.
7826         Clobbering it is not allowed because the caller might use it as
7827         the vtable register in the interface call.
7828
7829 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7830
7831         * mini-exceptions.c (get_exception_catch_class): Corrected an
7832         overly strict assertion.
7833
7834 2008-12-18  Mark Mason  <mmason@upwardaccess.com>
7835         
7836         * method-to-ir.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P or sizeof(gpointer) when appropriate.
7837
7838         * mini.h: Move typedef to mgreg_t up above include of mini-arch.h
7839
7840         * local-propogation.c: use SIZEOF_REGISTER instead of SIZEOF_VOID_P when appropriate
7841
7842         * cpu-mips.md: correct lengths for certain long_ opcodes.
7843
7844         * mini-mips.h: Only emulate long operations when SIZEOF_REGISTER==4. Add missing func decl.
7845
7846         * 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().
7847         
7848 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7849
7850         * exceptions-mips.c (mono_arch_find_jit_info): decode sd instructions as well when looking for registers.
7851         
7852 2008-12-17  Mark Mason  <mmason@upwardaccess.com>
7853         
7854         * mini-mips.c (mono_arch_output_basic_block): OP_JUMP_TABLE stores patch type in inst_c1, not inst_i1.
7855         
7856 2008-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
7857
7858         * branch-opts.c (remove_block_if_useless): Even if BB0 falls through, don't add a br to the
7859         next basic block.
7860         
7861 2008-12-16  Mark Mason  <mmason@upwardaccess.com>
7862
7863         * 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
7864
7865         * 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)
7866         
7867 2008-12-15  Mark Mason  <mmason@upwardaccess.com>
7868         
7869         * trace.c (mono_trace_enter_method): correctly handle arguments smaller than the stack slot size on big endian systems.
7870         
7871 2008-12-14  Zoltan Varga  <vargaz@gmail.com>
7872
7873         * liveness.c (mono_analyze_liveness): Avoid eliminating the 'this' var in
7874         gshared code. Fixes #458947.
7875
7876         * generics.cs: Add a test.
7877
7878 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7879         
7880         * method-to-ir.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7881         
7882         * mini-mips.c: first pass n32 code generation.
7883
7884         * mini-mips.h: datatypes and defines for n32 support.
7885
7886         * exceptions-mips.c: first pass n32 code generation.
7887         
7888         * tramp-mips.c: first pass n32 code generation.
7889         
7890         * cpu-mips.md: add long_ opcodes.
7891         
7892 2008-12-12  Mark Mason  <mmason@upwardaccess.com>
7893
7894         * liveness.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7895
7896         * cfold.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7897         
7898         * local-propogation.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7899         
7900         * regalloc2.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7901
7902         * mini.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7903
7904         * mini-codegen.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7905
7906         * ssa.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7907
7908         * decompose.c: replace SIZEOF_VOID_P with SIZEOF_REGISTER where needed.
7909
7910         * helpers.c: for mips/n32, don't pass -mips32 to objdump
7911
7912 2008-12-12  Zoltan Varga  <vargaz@gmail.com>
7913
7914         * mini-arm.c tramp-arm.c: Fix calls to mono_arch_flush_icache.
7915
7916 2008-12-12  Andres G. Aragoneses  <aaragoneses@novell.com>
7917
7918         * driver.c: Sync --help-trace with man page (EXPR,EXPR).
7919
7920 2008-12-12  Mark Probst  <mark.probst@gmail.com>
7921
7922         * mini-ppc.h, exceptions-ppc.c, tramp-ppc.c: Create function
7923         descriptors for helper functions directly in front of the code.
7924
7925 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7926
7927         * method-to-ir.c: Removed an unnecessary assertion.
7928
7929 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7930
7931         * method-to-ir.c: Merge SGEN changes from the old JIT.
7932
7933 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7934
7935         * driver.c (compile_all_methods_thread_main): Handle failure of
7936         mono_get_method ().
7937
7938 2008-12-10  Mark Probst  <mark.probst@gmail.com>
7939
7940         * mini-ppc.c: Merged with mini-ppc64.c.
7941
7942         * mini-ppc.h: Define PPC_MINIMAL_PARAM_AREA_SIZE on all targets.
7943
7944         * Makefile.am: Use the same sources for PPC and PPC64.
7945
7946         * mini-ppc64.c: Removed.
7947
7948 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7949
7950         * branch-opts.c (remove_block_if_useless): Extract fall through detection
7951         code to mono_bb_is_fall_through.
7952         
7953         * branch-opts.c (mono_remove_critical_edges): Same.
7954
7955 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7956
7957         * ssa.c (fold_ins): branch opt can kill dummy switch ops so we can't
7958         expect that an OP_BR_REG will be there.
7959
7960 2008-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
7961
7962         * branch-opts.c (remove_block_if_useless): Use MONO_IS_BRANCH_OP instead of checking
7963         for the many branch ops. The original check miss OP_BR_REG.
7964
7965         Fixes #457574.
7966         
7967 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7968
7969         * mini-mips.h mini-mips.c exceptions-mips.c tramp-mips.c: first round of changes necessary to eventually support n32.
7970
7971 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7972
7973         * aot-runtime.c (load_method): Avoid calling decode_exception_debug_info
7974         while holding the aot lock.
7975
7976 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
7977
7978         * mini-mips.c (mono_arch_output_basic_block): use mfc1/lwc1 instead of mfc1d/ldc1
7979         
7980 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7981
7982         * mini.c (mini_cleanup) : Adding a call to cominterop_release_all_rcws 
7983           to release all runtime callable wrappers held by the runtime.
7984
7985         Contributed under MIT/X11 license.
7986
7987 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7988
7989         * tramp-amd64.c (mono_arch_create_trampoline_code_full) : Increase the code size for
7990           for Winx64.
7991
7992         Contributed under MIT/X11 license.
7993
7994 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7995
7996         * aot-runtime.c (decode_exception_debug_info): Acquire the domain
7997         lock when calling mono_domain_alloc (). Hopefully fixes #415608.
7998
7999 2008-12-09  Mark Mason   <mmason@upwardaccess.com>
8000
8001         * cpu-mips.md: fix ckfinite length
8002
8003         * mini-mips.c: at least recognize n32 ABI when used (not yet supported)
8004         (mono_arch_lowering_pass): cleanup, rearrange for clarity
8005         (mono_arch_output_basic_block): implement OP_CKFINITE, add more asserts
8006         
8007 2008-12-08  Mark Mason   <mmason@upwardaccess.com>
8008
8009         * exceptions-mips.c (mono_arch_find_jit_info): init new_ctx with ctx, dont' call setup_context.
8010         
8011 2008-12-08  Geoff Norton  <gnorton@novell.com>
8012
8013         * tramp-amd64.c: r120895 stores RAX, so we need to increase the window
8014         size by 8 bytes as well.
8015
8016 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8017
8018         * basic-simd.cs: Fix method names for Vector16b.
8019         
8020 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8021
8022         * basic-simd.cs: Fix method names for Vector16sb.
8023
8024 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8025
8026         * basic-simd.cs: Fix method names for Vector8us.
8027         
8028 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8029
8030         * basic-simd.cs: Fix method names for Vector8s.
8031         
8032 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8033
8034         * basic-simd.cs: Fix method names for Vector4ui.
8035
8036 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8037
8038         * basic-simd.cs: Fix method names for Vector2l.
8039
8040 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8041
8042         * basic-simd.cs: Fix method names for Vector2d.
8043
8044 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8045
8046         * simd-intrinsics.c (mono_emit_simd_intrinsics): Add support for intrinsics
8047         that are extension methods.
8048
8049 2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
8050
8051         * basic-simd.cs: Fix method names for Vector4f.
8052
8053 2008-12-08  Zoltan Varga  <vargaz@gmail.com>
8054
8055         * mini-exceptions.c (mono_print_thread_dump): Mark threadpool threads
8056         as such. Fixes #456669.
8057
8058 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
8059
8060         * mini-mips.c (mono_arch_emit_call): narrow float arguments when passing as args.
8061         
8062 2008-12-07  Mark Mason   <mmason@upwardaccess.com>
8063
8064         * mini-mips.c (mono_arch_lowering_pass): don't handle OP_ICONV_TO_R* or OP_R*CONST
8065         (mono_arch_emit_setret): use OP_MIPS_CVTSD to return SP floats
8066         (mono_arch_output_basic_block): simplify FP load/store, handle OP_MIPS_FBLT_UN
8067         (mips_adjust_stackframe): handle FP spills
8068                 
8069         * mini-ops.h: add mips_mtc1_s2
8070         
8071         * cpu-mips.md: add mips_mtc1_s2
8072         
8073 2008-12-07  Zoltan Varga  <vargaz@gmail.com>
8074
8075         * unwind.c: New file, move the unwind info encoding functions here from
8076         aot-compiler.c, so they could be used at runtime too.
8077
8078 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
8079
8080         * mini-mips.c (mono_arch_lowering_pass): handle OP_IMUL_IMM as well
8081         (mono_arch_output_basic_block): fix OP_LOCALLOC code generation
8082         
8083 2008-12-05  Mark Mason   <mmason@upwardaccess.com>
8084
8085         * mini-mips.c: cleanup warnings
8086         (mono_arch_lowering_pass): handle OP_LOCALLOC_IMM
8087         (mips_adjust_stackframe): handle case of taking the address of stack locals
8088         
8089 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
8090
8091         * aot-compiler.c: Implement a few functions missing from the asm writer.
8092         (emit_method_code): Only write symbols for methods when using the bin
8093         writer, since the assembler can't deal with the characters in our method
8094         names.
8095
8096         * aot-compiler.c (is_plt_patch): ICALL_ADDR is also a plt patch.
8097
8098         * method-to-ir.c (mono_method_to_ir): Transform aotconst+calli into a direct
8099         call.
8100
8101         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Rework the code
8102         a bit to also restore %rax.
8103
8104 2008-12-05  Mark Probst  <mark.probst@gmail.com>
8105
8106         * mini-ppc.c: Some simple merges from mini-ppc64.c.
8107
8108 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
8109
8110         * ssa.c (mono_ssa_compute): Only add an implicit reference at start for
8111         arguments.
8112
8113 2008-12-05  Mark Probst  <mark.probst@gmail.com>
8114
8115         * exceptions-ppc.c: Merged with exceptions-ppc64.c.
8116
8117         * mini-ppc.c, mini-ppc.h: Remove PPC_STACK_ALIGNMENT and use
8118         MONO_ARCH_FRAME_ALIGNMENT.  Struct for PPC64 function descriptors.
8119
8120         * exceptions-ppc64.c: Removed.
8121
8122         * Makefile.am: Use exceptions-ppc.c instead of exceptions-ppc64.c.
8123
8124 2008-12-05  Mark Probst  <mark.probst@gmail.com>
8125
8126         * tramp-ppc.c, mini-ppc.c, mini-ppc.h: Merged tramp-ppc.c with
8127         tramp-ppc64.c.
8128
8129         * Makefile.am: Use tramp-ppc.c instead of tramp-ppc64.c.
8130
8131         * tramp-ppc64.c: Removed.
8132
8133 2008-12-05  Zoltan Varga  <vargaz@gmail.com>
8134
8135         * aot-compiler.c (add_generic_instances): Skip non-generic classes in
8136         the TYPESPEC table.
8137
8138 2008-12-05  Mark Probst  <mark.probst@gmail.com>
8139
8140         * mini-ppc.h: Merged mini-ppc64.h with mini-ppc.h.
8141
8142         * exceptions-ppc64.c, tramp-ppc64.c, mini-arch.h, Makefile.am: Use
8143         mini-ppc.h instead of mini-ppc64.h.
8144
8145         * mini-ppc64.h: Removed.
8146
8147 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8148
8149         * mini-mips.c: introduce USE_LDC_SDC: use ldc1/sdc1 to load/store doubles, disabled by default
8150         
8151         * mini-mips.c (mono_arch_emit_outarg_vt): fix offset calculation for memcpy in structure passing.
8152         
8153 2008-12-05  Mark Probst  <mark.probst@gmail.com>
8154
8155         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c:
8156         Removed FIRST/LAST_[GF]REG macros, to make merging PPC64 with PPC
8157         code easier.
8158
8159 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8160
8161         * basic-simd.cs: Tests for operator == and != on  Vector8us and Vector16b.
8162
8163 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8164
8165         * simd-intrinsics.c: Add support for operator == and != to Vector8(u)s and Vector16(s)b.
8166
8167 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8168
8169         * basic-simd.cs: Tests for operator == and != on Vector4f.
8170
8171 2008-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8172
8173         * simd-intrinsics.c (simd_intrinsic_emit_equality): Adapt to support Vector4f.
8174
8175         * simd-intrinsics.c: Kill useless enum.
8176
8177 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8178
8179         * cpu-mips.md: add long_conv_to_ovf_i4_2
8180         * mini-mips.c: update/add various _OVF_ opcodes to fix test failures
8181
8182 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8183
8184         * mini-mips.c: ifdef protect automatic promotions of R4 to R8.
8185         
8186         * mini-mips.c (mono_arch_emit_setret): handle R4 case with FCONV_TO_R4 instead of FMOVE
8187
8188 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8189
8190         * mini-mips.c (mono_arch_output_basic_block): fix codegen for OP_OR_IMM/OP_IOR_IMM
8191         
8192 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
8193
8194         * basic-simd.cs: Add tests for new methods.
8195
8196 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
8197
8198         * simd-intrinsics.c: Add support for operator == and !=
8199         on Vector4(u)i.
8200
8201         * simd-methods.h: Add SN_op_Inequality and SN_op_Equality.
8202
8203 2008-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
8204
8205         * simd-intrinsics.c: Remove ExtractByteMask intrinsics.
8206
8207 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
8208
8209         * aot-compiler.c (add_wrappers): Add pinvoke wrappers.
8210
8211         * mini.c (mono_resolve_patch_target): Allow pinvoke methods in 
8212         MONO_PATCH_INFO_ICALL_ADDR.
8213
8214         * aot-runtime.c (MonoAotFileInfo): Correct order of fields.
8215
8216         * aot-compiler.c: Resurrect full-aot support.
8217
8218 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8219
8220         * mini-mips.c (mono_arch_lowering_pass): handle OP_COMPARE and OP_ICOMPARE
8221         
8222 2008-12-04  Mark Mason   <mmason@upwardaccess.com>
8223
8224         * mini-mips.c (mono_arch_output_basic_block): fix OP_IREM_UN code generation
8225         
8226 2008-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
8227
8228         * basic-simd.cs: Fix tests to work under ppc.
8229         Remove tests for methods that will be removed.
8230
8231 2008-12-03  Mark Probst  <mark.probst@gmail.com>
8232
8233         * method-to-ir.c (mono_method_to_ir): Handle ldtoken of an open
8234         generic type (via a typedef or typeref) correctly.
8235
8236 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
8237
8238         * mini-trampolines.c (mono_magic_trampoline): Add some debugging code to help
8239         diagnose an assertion failure.
8240
8241 2008-12-02  Mark Probst  <mark.probst@gmail.com>
8242
8243         * tramp-ppc64.c (mono_arch_create_rgctx_lazy_fetch_trampoline):
8244         Fix trampoline size.
8245
8246         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: A few floating point
8247         conversion opcodes are implemented natively instead via emulation.
8248
8249 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
8250
8251         * cpu-mips.md: remove mips_xori
8252
8253         * mini-ops.h:  remove mips_xori
8254
8255         * mini-mips.h: replace OP_MIPS_XORI with OP_IXOR
8256
8257         * mini-mips.c (mono_arch_decompose_long_opts): Add ladd_imm, lsub, lsub_imm, lneg, lsub_ovf, lsub_ovf_un.
8258         
8259         * mini-mips.c (mono_arch_lowering_pass, mono_arch_output_basic_block): fix IXOR handling
8260         
8261 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
8262
8263         * cpu-mips.md: fix instruction lengths.
8264
8265         * mini-mips.h: define MONO_ARCH_NO_IOV_CHECK
8266
8267         * mini-mips.c: move most instruction rewriting into decompose_ops. Implement conditional branches and exceptions. Fix jump table patch handling. Implement add/sub OVF.
8268
8269         * mini-ops.h: fix slti / sltiu op profiles.
8270         
8271 2008-12-02  Martin Baulig  <martin@ximian.com>
8272
8273         * method-to-ir.c (mono_method_to_ir): Disable debugging
8274         information for the init locals block to make the debugger stop
8275         after all locals have been initalized.
8276
8277 2008-12-02  Martin Baulig  <martin@ximian.com>
8278
8279         * mini.c (mini_method_compile): Disable MONO_OPT_DEADCE when
8280         running inside the debugger.
8281
8282 2008-12-01  Zoltan Varga  <vargaz@gmail.com>
8283
8284         * mini.c (mini_method_compile): Only run local deadce if MONO_OPT_DEADCE
8285         is enabled.
8286
8287         * method-to-ir.c (mono_method_to_ir): Fix invalid code generated by the 
8288         alu->alu imm optimization which only shows if deadce is disabled.
8289
8290         * aot-compiler.c: Rename the function names for the binary and asm writers
8291         so they can coexist in the same process. Rework the xdebug code to use the
8292         asm writer. This avoids the need to call into the runtime to dump the
8293         debugging info. Add more debugging info for types.
8294
8295         * mini-<ARCH>.h: Kill MONO_ARCH_HAVE_NORMALIZE_OPCODES define.
8296
8297         * genmdesc.c genmdesc.pl mini.h: Don't put the CEE_ opcodes into the
8298         cpu description tables, they can't occur in cpu-<ARCH>.md.
8299
8300         * method-to-ir.c (mono_method_to_ir): Set the type of the value pushed on
8301         the stack in CEE_LDFLDA. Fixes #450542.
8302
8303         * generics.cs: Add a new test.
8304
8305 2008-12-01  Mark Mason   <mmason@upwardaccess.com>
8306
8307         * mini-ops.h: updated MIPS opcodes
8308         * mini-mips.c: decompose long opts
8309         * mini-mips.h: decompose long opts
8310         
8311 2008-11-29  Mark Mason   <mmason@upwardaccess.com>
8312
8313         * cpu-mips.md: fix length on int_rem_un
8314         * mini-mips.c (mips_stackframe_adjust): fix insertion of spillvars region in MIPS stackframes.
8315         
8316 2008-11-29  Zoltan Varga  <vargaz@gmail.com>
8317
8318         * mini.h aot-runtime.c: Fix building with DISABLE_AOT.
8319
8320         * mini-codegen.c (mono_print_ins_index): Handle OP_VOIDCALL_MEMBASE.
8321
8322 2008-11-29  Martin Baulig  <martin@ximian.com>
8323
8324         * mini-exceptions.c (mono_handle_native_sigsegv): Check
8325         mono_debug_using_mono_debugger() in addition to the
8326         `no_gdb_backtrace' flag in the `MonoDebugOptions'.
8327
8328 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8329
8330         * mini-ops.h: updated more MIPS opcodes
8331         * mini-mips.c: FP compare/branch working again, clean up last of CEE_ -> OP_ mappings
8332         * cpu-mips.md: Added MIPS versions of new FP compare/branch opcodes.
8333         
8334 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8335
8336         * mini-ppc64.c: Patch the RGCTX fetch trampoline correctly.
8337
8338 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8339
8340         * mini-mips.c (mono_arch_emit_call): adding missing conversion to fp single when passing in integer arg register.
8341         * mini-mips.c (mips_adjust_stackframe): compensate for spill-down logic.
8342         * mini-ops.h: correct selected mips opcode entries
8343         
8344 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8345
8346         * mini-ppc64.c, mini-ppc64.h: Enable generalized IMT thunks and
8347         make them work.
8348
8349 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8350
8351         * mini-ppc64.h, tramp-ppc64.c: Make generic code sharing work.
8352
8353 2008-11-28  Mark Mason   <mmason@upwardaccess.com>
8354
8355         * method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
8356         * mini-mips.c: Fixup stackframe assignments after allocation of spillvars.
8357         * mini-mips.h: disable IMT
8358         * tramp-mips.c (mono_arch_get_vcall_slot): fix offset extraction
8359         
8360 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8361
8362         * mini-ppc64.c, mini-ppc64.h: Don't emulate long ops.
8363
8364 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8365
8366         * mini-ppc64.c, exceptions-ppc64.c: Several fixes.
8367
8368 2008-11-28  Zoltan Varga  <vargaz@gmail.com>
8369
8370         * method-to-ir.c (handle_isinst): Use PCONST instead of ICONST for
8371         consistency.
8372
8373 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8374
8375         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8376         for Set/GetVector aligned versions.
8377
8378 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8379
8380         * basic-simd.cs: Add tests for Get/SetVector.
8381
8382 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8383
8384         * mini.c: Removed g_slist_append_mempool().  Now in
8385         metadata/mempool.c.
8386
8387 2008-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
8388
8389         * simd-intrinsics.c (mono_emit_vector_ldelema): Extract the element
8390         size properly and make the bounds check optional.
8391
8392         * simd-intrinsics.c (emit_array_extension_intrinsics): Add support
8393         for SetVector and IsAligned.
8394
8395 2008-11-27  Zoltan Varga  <vargaz@gmail.com>
8396
8397         * mini.c: Remove unused mono_normalize_opcodes () function.
8398
8399 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8400
8401         * method-to-ir.c (mini_emit_inst_for_method): Small fix: we're
8402         using the new atomic add ops now.
8403
8404         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Implemented atomic
8405         add.
8406
8407 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8408
8409         * mini-ppc64.c: Several fixes.
8410
8411 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8412
8413         * cpu-mips.md: added jump_table
8414         * mini-mips.c: added jump_table. Eliminate compare-imm when lowering. Remove dead function.             
8415
8416 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8417
8418         * mini-mips.c, mini-mips.h, tramp-mips.c, cpu-mips.md: Initial upgrade of MIPS port to new IR.
8419
8420 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8421
8422         * mini-ops.h: corrected a handful of MIPS opcodes.
8423
8424 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8425
8426         * aot-compiler.c: MIPS to use ELF writer
8427
8428 2008-11-25  Mark Mason   <mmason@upwardaccess.com>
8429
8430         * mini-codegen.c: remove MIPS specific assert.
8431
8432 2008-11-25  Mark Probst  <mark.probst@gmail.com>
8433
8434         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Several
8435         fixes.  PPC64 now passes most of the runtime regressions.
8436
8437 2008-11-24  Zoltan Varga  <vargaz@gmail.com>
8438
8439         * regalloc2.c: Distinguish between use/def positions. Optimize the creation of
8440         volatile intervals a bit.
8441
8442 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8443
8444         * basic-long.cs: New test case.
8445
8446 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8447
8448         * mini.c (mini_method_compile): Disable globalra for large methods for 
8449         now.
8450
8451         * regalloc2.c (order_moves): Add fp support.
8452
8453         * branch-opts.c (mono_remove_critical_edges): Split non-critical edges whose
8454         source bblock ends with an OP_BR_REG.
8455
8456         * ratests.cs: Add a new test.
8457
8458 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8459
8460         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c: Disable generic code
8461         sharing.  PPC64 now passes generics.exe.
8462
8463 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8464
8465         * mini-ppc64.c: Several fixes.  PPC64 now runs iltests.exe.
8466
8467 2008-11-23  Zoltan Varga  <vargaz@gmail.com>
8468
8469         * exceptions-x86.c (mono_arch_find_jit_info): Avoid reading uninitialized
8470         memory when mono_jit_info_table_find () can't find the method in the
8471         LMF case.
8472
8473         * aot-compiler.c (mono_save_xdebug_info): Emit complete debug info for
8474         AOTed code too.
8475         
8476         * aot-compiler.c (mono_save_xdebug_info): Make this work with the assembly
8477         writer too.
8478
8479 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8480
8481         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, cpu-ppc64.md:
8482         Several fixes.  PPC64 now runs exceptions.exe and
8483         devirtualization.exe.
8484
8485 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8486
8487         * mini-ppc64.c, tramp-ppc64.c: Small fixes.  PPC64 now runs
8488         arrays.exe and basic-math.exe.
8489
8490 2008-11-22  Mark Probst  <mark.probst@gmail.com>
8491
8492         * mini-ppc64.c, mini-ppc64.h, exceptions-ppc64.c, tramp-ppc64.c,
8493         cpu-ppc64.md: Several fixes.  PPC64 now runs objects.exe.
8494
8495 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8496
8497         * simd-intrinsics.c: Add support ArrayExtension intrinsics.
8498
8499 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8500
8501         * method-to-ir.c: Move bounds checking macros to ir-emit.h
8502
8503         * ir-emit.h: Move macros from method-to-ir.c to here.
8504
8505 2008-11-21  Rodrigo Kumpera  <rkumpera@novell.com>
8506
8507         * mini-ops.h: Correct the long simd ops to use LREG.
8508
8509 2008-11-21  Zoltan Varga  <vargaz@gmail.com>
8510
8511         * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
8512         
8513         * mini-ops.h: Correct the dreg type of a few long opcodes.
8514
8515         * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
8516         Add netbsd support.
8517
8518 Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus@ximian.com>
8519
8520         * mini-ppc.c: remove negative stack references in epilog
8521         for platforms that don't support the red zone.
8522
8523 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8524
8525         * mini-ppc64.h, cpu-ppc64.md: Fixed caller/callee saved floating
8526         point regs.  Now PPC64 passes basic-calls.exe.
8527
8528 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8529
8530         * basic-simd.cs: Add tests for accessors of Vector2l.
8531
8532 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8533
8534         * mini-ops.h: Added OP_INSERTX_I8_SLOW,.
8535
8536         * mini-x86.c (mono_arch_decompose_long_opts): Decompose OP_INSERTX_I8_SLOW.
8537         
8538         * simd-intrinsics.c: Add support for Vector2l and Vector2ul.
8539
8540 2008-11-21  Mark Probst  <mark.probst@gmail.com>
8541
8542         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Several fixes.  Now
8543         PPC64 passes basic-long.exe.
8544
8545 2008-11-20  Mark Probst  <mark.probst@gmail.com>
8546
8547         * decompose.c: Decompose carry and overflow add on PPC64 like on
8548         other 64 bit archs.  Don't decompose sub at all on PPC64.
8549
8550         * mini-ppc64.c, exceptions-ppc64.c, tramp-ppc64.c, cpu-ppc64.md:
8551         Several fixes and new opcodes.  Now PPC64 runs (but doesn't pass)
8552         basic-long.exe.
8553
8554 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8555
8556         * basic-simd.cs: Add tests for accessors of Vector2d.
8557
8558 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8559
8560         * mini-ops.h: Added OP_INSERTX_R8_SLOW,.
8561
8562         * cpu-x86.md: Same.
8563
8564         * mini-x86.c (mono_arch_output_basic_block): Same.
8565         
8566         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector2d.
8567
8568 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8569
8570         * basic-simd.cs: Add tests for accessors of Vector4f.
8571
8572 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8573
8574         * mini-ops.h: Added OP_INSERTX_R4_SLOW,.
8575
8576         * cpu-x86.md: Same.
8577
8578         * mini-x86.c (mono_arch_output_basic_block): Same.
8579         
8580         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4f.
8581
8582 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8583
8584         * basic-simd.cs: Add tests for accessors of Vector4i and Vector4ui.
8585
8586 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8587
8588         * mini-ops.h: Added OP_INSERTX_I4_SLOW,.
8589
8590         * cpu-x86.md: Same.
8591
8592         * mini-x86.c (mono_arch_output_basic_block): Same.
8593         
8594         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector4i and Vector4ui.
8595
8596 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8597
8598         * cpu-x86.md: Use reasonable sizes for extractx_u2 and insertx_u1_slow.
8599
8600 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8601
8602         * simd-intrinsics.c: Enable setters for Vector16sb.
8603
8604 2008-11-20  Rodrigo Kumpera  <rkumpera@novell.com>
8605
8606         * mini-ops.h: Added OP_EXTRACTX_U2, OP_INSERTX_U1_SLOW.
8607
8608         * cpu-x86.md: Same.
8609
8610         * mini-x86.c (mono_arch_output_basic_block): Same.
8611         
8612         * simd-intrinsics.c (simd_intrinsic_emit_setter): Add support for Vector16b.
8613
8614 2008-11-19  Rodrigo Kumpera  <rkumpera@novell.com>
8615
8616         * simd-intrinsics.c: Implement setter for Vector8us.
8617
8618 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8619
8620         * aot-compiler.c (mono_save_xdebug_info): Emit correct location info
8621         for dead variables.
8622
8623 Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8624
8625         * mini-ppc.c: remove references to the red zone in the prolog
8626         (for systems that don't support it).
8627
8628 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8629
8630         * cpu-ppc64.md: Fixed a few instruction lengths.
8631
8632         * mini-ppc64.c: Don't emit SETLRET.  PPC64 passes basic-float.exe,
8633         now.
8634
8635 2008-11-19  Mark Probst  <mark.probst@gmail.com>
8636
8637         * mini-ppc64.c, cpu-ppc64.md: Fixed some opcodes.  PPC64 passes
8638         basic.exe now.
8639
8640 2008-11-19  Zoltan Varga  <vargaz@gmail.com>
8641
8642         * aot-compiler.c (mono_save_xdebug_info): Add more parameter types.
8643
8644 2008-11-18  Rodrigo Kumpera  <rkumpera@novell.com>
8645
8646         * mini-ops.h: Added OP_INSERT_I2.
8647
8648         * cpu-x86.md: Same.
8649
8650         * mini-x86.c (mono_arch_output_basic_block): Same.
8651         
8652         * simd-intrinsics.c: Implement setter for Vector8s.
8653
8654         * simd-methods.h: Add the names of get setters of Vector8s.
8655
8656 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8657
8658         * aot-compiler.c (mono_save_xdebug_info): Add support for parameters.
8659         
8660         * aot-compiler.c (mono_save_xdebug_info): Add preliminary support for
8661         parameters.
8662
8663         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8664
8665 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8666
8667         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, cpu-ppc64.md: Changes
8668         for PPC64.  An empty program runs now.
8669
8670 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8671
8672         * unwind.h (MonoUnwindOp): Change the 'val' to a signed type.
8673
8674         * aot-compiler.c mini.c mini.h: Add a JIT debugging mode modelled after
8675         a similar mode in Kaffe: When the the MONO_XDEBUG env var is set, debugging
8676         info for JITted code is emitted into a shared library, loadable into gdb.
8677
8678 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8679
8680         * Makefile.am: Changes to build PPC64.
8681
8682         * mini-arch.h: Include mini-ppc64.h on PPC64.
8683
8684 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8685
8686         * mini-ppc64.c, mini-ppc64.h, cpu-ppc64.md: Updated with changes
8687         in PPC code up to r119147.
8688
8689 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8690
8691         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8692         cpu-ppc64.md: Changes for PPC64.
8693
8694         Based on code submitted by andreas.faerber@web.de at
8695         https://bugzilla.novell.com/show_bug.cgi?id=324134 under the
8696         X11/MIT license.
8697
8698 2008-11-18  Mark Probst  <mark.probst@gmail.com>
8699
8700         * mini-ppc64.c, mini-ppc64.h, tramp-ppc64.c, exceptions-ppc64.c,
8701         cpu-ppc64.md: Copied from the corresponding PPC files from
8702         r118846.
8703
8704 2008-11-18  Scott Peterson  <lunchtimemama@novell.com>
8705
8706         * mini-ops.h: Added OP_ROUND.
8707
8708         * cpu-x86.md: Added round.
8709
8710         * mini-x86.c: Added support for intrinsicing Math.Round (double).
8711
8712         * basic-math.cs: Added test_0_round to test rounding.
8713
8714         Contributed under MIT/X11 license.
8715
8716 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8717
8718         * aot-compiler.c : Fix the Winx64 build.
8719
8720         Contributed under MIT/X11 license.
8721
8722 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8723
8724         * mini-x86.c (mono_arch_output_basic_block): Use movsd instead of monvups
8725         in OP_EXTRACT_R8 to avoid possible stack corruption.
8726
8727 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8728
8729         * mini-ops.h: Added OP_EXTRACT_R8/I8.
8730
8731         * cpu-x86.md: Added extract_r8.
8732
8733         * mini-x86.c (mono_arch_output_basic_block): Emmit OP_EXTRACT_R8.
8734         
8735         * mini-x86.c: Added mono_arch_decompose_long_opts to break OP_EXTRACT_I8 into
8736         a couple of OP_EXTRACT_I4.
8737
8738         * mini-x86.h: Define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS if simd is enabled.
8739
8740         * simd-intrinsics.c: Implement getters for Vector2l/2ul/2d.
8741
8742 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
8743
8744         * simd-intrinsics.c (vector2l_intrinsics): CompareGreaterThan requires sse 4.2
8745         and not 4.1. 
8746
8747 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8748
8749         * method-to-ir.c (handle_delegate_ctor): Emit the address of the delegate
8750         trampoline as an AOT const of the proper type instead of MONO_PATCH_INFO_ABS.
8751
8752         * mini.c (mono_codegen): Remove the handling of delegate trampolines, they
8753         are not needed any more.
8754
8755         * mini.h: Remove the unused INS_LIST macros.
8756
8757         * mini.c (mini_method_compile): Remove a disable globalra case which is no
8758         longer needed.
8759
8760         * *.h *.c: Remove duplicate MonoInst emission macros, use the ones in
8761         ir-emit.h.
8762
8763         * regalloc.h *.c: Remove references to mono_regstate_next_int (), use
8764         mono_alloc_ireg () instead.
8765
8766         * mini-<ARCH>.c: Include ir-emit.h. Remove duplicate MonoInst emission
8767         macros.
8768
8769         * mini-amd64.c (emit_load_volatile_arguments): Removed, not needed
8770         on amd64.
8771
8772         * aot-runtime.c (load_aot_module): Disable AOT when running under
8773         CAS.
8774
8775         * mini-amd64.h: Change the monitor fastpath defines to check for
8776         !PLATFORM_WIN32 so they work on *bsd too.
8777
8778         * mini.h mini.c mini-hhpa.c: Remove more unused code.
8779
8780         * mini-s390.c mini-s390x.c: Remove !cfg->new_ir code.
8781
8782         * mini.h (MonoCompile): Remove new_ir flag.
8783
8784         * regalloc.h regalloc.c: Remove unused code.
8785
8786         * cpu-*.md: Remove more unused opcodes.
8787
8788         * simple-cee-ops.h simple-mini-ops.h: Removed.
8789
8790         * mini-ops.h *.c cpu-<ARCH>.md: Remove more unused opcodes.
8791         
8792 2008-11-17  Zoltan Varga  <vargaz@gmail.com>
8793
8794         * aliasing.h: Removed.
8795
8796         * *.c: Remove references to aliasing.h and inssel.h.
8797
8798         * mini.c: Remove additional unused functions.
8799
8800         * mini-ops.h cpu-*.md: Remove unused opcodes.
8801
8802 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8803
8804         Remove the old JIT code.
8805
8806         * inssel*.brg: Removed.
8807
8808         * ssa.c abcremoval.c aliasing.c: Removed.
8809
8810         * ssa2.c: Renamed to ssa.c.
8811
8812         * abcremoval2.c: Renamed to abcremoval.c.
8813
8814         * *.c: Removed all !cfg->new_ir code.
8815
8816         * mini-<ARCH>.c: Removed mono_arch_call_opcode (), 
8817         mono_arch_emit_this_vret_args (), and mono_arch_get_inst_for_method ().
8818
8819         * mini.c: Removed the old mono_method_to_ir () and all the code used by it.
8820         
8821 2008-11-16  Zoltan Varga  <vargaz@gmail.com>
8822
8823         * aot-compiler.c aot-runtime.c: Emit most of the non-table data in a structure
8824         to simplify the code and cut back on the number of global symbols in the AOT
8825         file.
8826         
8827         * aot-compiler.c aot-runtime.c: Get rid of the unused plt_jump_table.
8828
8829 2008-11-15  Zoltan Varga  <vargaz@gmail.com>
8830
8831         * aot-runtime.c aot-compiler.c: Unify the plt_jump_table/plt_info tables
8832         with the got/got_info tables.
8833
8834         * mini.h: Bump AOT file format version.
8835         
8836         * unwind.h: New file, contains definitions for stack unwinding.
8837
8838         * mini.c (mono_emit_unwind_op): New helper function to append an unwind op
8839         to cfg->unwind_ops.
8840         
8841         * aot-compiler.c: Generalize the emitting of unwind information to use the
8842         information in cfg->unwind_ops.
8843
8844         * mini-amd64.c (mono_arch_emit_prolog): Emit unwind info.
8845
8846         * aot-compiler.c: Emit dwarf unwind information so gdb can unwind through
8847         AOT method frames. Enable writing symbols for methods by default.
8848
8849 2008-11-14  Rodrigo Kumpera  <rkumpera@novell.com>
8850
8851         * simd-intrinsics.c (simd_intrinsic_emit_getter): Generalize this code
8852         and make it work with vectors of element sizes 1, 2 and 4.
8853
8854         * simd-intrinsics.c: Enable getter for all vectors with element size
8855         1, 2 or 4.
8856
8857         * simd-methods.h: Add the names of other getters.
8858
8859         * mini-ops.h: Added OP_EXTRACT_I2/U2/I1/U1.
8860
8861         * cpu-x86.md: Same.
8862
8863         * mini-x86.c: Same.
8864
8865 Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus@ximian.com>
8866
8867         * mini-ppc.h: portability fix.
8868
8869 Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8870
8871         * mini-ppc.h, mini-ppc.c: avoid using the red zone as some kernels are
8872         buggy and will overwrite it.
8873
8874 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8875
8876         * aot-compiler.c: Add functionality to emit local symbols to the elf writer.
8877         Use it to emit local symbols for all methods so AOTed methods show up with
8878         their full name in gdb/valgrind output.
8879
8880 Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus@ximian.com>
8881
8882         * mini-ppc.c: portability fixes.
8883
8884 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8885
8886         * mini-trampolines.c (mono_magic_trampoline): Move the patching of plt
8887         entries out of the if (!generic_shared...) code so it is always done.
8888         (mono_class_init_trampoline): Do the patching when running under valgrind
8889         too, newer versions of valgrind have no problems with it.
8890
8891 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8892
8893         * aot-compiler.c (emit_writeout): Rework this to make it easier to add
8894         further sections.
8895
8896 2008-11-13  Mark Probst  <mark.probst@gmail.com>
8897
8898         * mini-ppc.c, cpu-ppc.md: Reserve space for the parameter area in
8899         filters.
8900
8901 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8902
8903         * simd-intrinsics.c: Add getter support for Vector4i and Vector4ui. 
8904
8905 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8906
8907         * mini-ops.h: Kill diplicated ops OP_SHUFLEPS.
8908
8909         * cpu-x86.md: Same.
8910
8911         * mini-x86.c: Same.
8912
8913         * simd-intrinsics.c: Same.
8914
8915 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8916
8917         * simd-intrinsics.c: Enable constructor intrinsics for all types.
8918
8919 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8920
8921         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Generalize this method
8922         to work with more Vector types.
8923
8924 2008-11-13  Rodrigo Kumpera  <rkumpera@novell.com>
8925
8926         * simd-intrinsics.c (simd_intrinsic_emit_ctor): If the target is already a pointer
8927         store the elemens directly instead of using and intermediate.
8928
8929 2008-11-13  Zoltan Varga  <vargaz@gmail.com>
8930
8931         * mini-amd64.c (emit_call_body): Avoid aligning call sites in AOTed code.
8932
8933         * tramp-x86.c (mono_arch_create_trampoline_code): Rework the return sequence
8934         to preserve %eax for aot plt trampolines.
8935
8936         * aot-compiler.c (compile_method): Don't skip synchronized methods.
8937         (encode_method_ref): Flag synchronized methods so they won't go through
8938         the AOT trampoline.
8939
8940         * aot-compiler.c: Additional work to support AOTing synchronized methods/
8941         wrappers.
8942
8943         * cpu-ia64.md (jmp): Increase max length.
8944
8945 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8946
8947         * aot-runtime.c (load_method): Avoid calling runtime_class_init () for
8948         open generic classes.
8949
8950         * aot-compiler.c: Enable the ELF writer on ELF platforms.
8951
8952         * method-to-ir.c (mono_method_to_ir2): Revert the last change to the
8953         box+brtrue optimization since it causes test failures on x86.
8954
8955 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8956
8957         * mini-ops.h: Remove OP_PUSH_R4 and OP_LOADX_STACK.
8958
8959         * cpu-x86.md: Same.
8960
8961         * mini-x86.c: Same.
8962
8963         * mini.h (struct MonoCompile): Add simd_ctor_var to be used as storage
8964         for simd ctor values. 
8965
8966         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Use simd_ctor_var for the constructor
8967         instead of directly pushing the values on stack. This saves about 15 bytes of generated code.
8968
8969 2008-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
8970
8971         * simd-methods.h: Rename SubWithSaturation, ArithmeticRightShift and
8972         LogicalRightShift.
8973
8974         * simd-instrincs.c: Same.
8975
8976         * basic-simd.cs: Same.
8977
8978 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
8979
8980         * ratests.cs: Add more tests.
8981
8982         * regalloc2.c (add_spill_code): Handle more corner cases.
8983
8984 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
8985
8986         * regalloc2.c (INS_POS_INTERVAL): Decrease this to 8 to avoid overflows.
8987         (update_liveness): Avoid holes in the liveness ranges of hregs if they are
8988         both the source an destination of an instruction.
8989
8990 Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus@ximian.com>
8991
8992         * jit-icalls.c, local-propagation.c, mini.c, ssa.c, ssapre.c, trace.c,
8993         wapihandles.c: more portability changes.
8994
8995 Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus@ximian.com>
8996
8997         * aot-compiler.c, aliasing.c, abcremoval.c: portability changes.
8998         * mini.c mini.h, aot-runtime.c: the aot segfault-handling code is not
8999         safe to execute in a signal handler and the kernel provides better
9000         the info in /proc/self/smaps. Avoid the assert on sigaction during
9001         cleanup.
9002
9003 2008-11-11  Zoltan Varga  <vargaz@gmail.com>
9004
9005         * method-to-ir.c (mono_method_to_ir2): In the box+brtrue optimization, only
9006         do the bblock linking hack if it is actually needed.
9007
9008         * Makefile.am (patch-libtool): New helper target to patch libtool to speed
9009         up linking.
9010
9011         * liveness.c (ENABLE_LIVENESS2): Reenable this for 64 bit archs as the
9012         crash problem is fixed.
9013
9014         * branch-opts.c (mono_remove_critical_edges): Link up newly added
9015         bblocks.
9016
9017         * mini.c (mini_method_compile): Compute unreachable bblocks properly even
9018         for catch clauses.
9019         (mini_method_compile): Set the starting value of next_vreg to 
9020         MAX_IREGS + MAX_FREGS when using globalra.
9021
9022         * method-to-ir.c (mono_method_to_ir2): Mark bblocks starting
9023         filter clauses with BB_EXCEPTION_HANDLER.
9024
9025         * regalloc2.c (assign_spill_slots): Set cfg->rgctx_var.
9026
9027 2008-11-10  Mark Probst  <mark.probst@gmail.com>
9028
9029         * mini-x86.c (mono_arch_get_argument_info): Don't align argument
9030         space for stdcall.  Fixes regressions on Win32.
9031
9032 2008-11-10  Zoltan Varga  <vargaz@gmail.com>
9033
9034         * regalloc2.c (handle_reg_constraints): Avoid adding code to unreachable
9035         bblocks.
9036         (linear_scan): Remove an assert which doesn't seem to be needed.
9037
9038         * local-propagation.c (mono_local_deadce): Avoid a call to
9039         MONO_DELETE_INS which would screw up the instruction linking.
9040
9041         * mini.c (mono_decompose_op_imm): Make this work with globalra.
9042
9043         * regalloc2.c: Upgrade to work the current JIT code.
9044
9045 2008-11-09  Zoltan Varga  <vargaz@gmail.com>
9046
9047         * method-to-ir.c (inline_method): Merge more basic blocks to help the AOT
9048         case.
9049
9050         * aot-runtime.c: Remove some dead code.
9051
9052         * tramp-arm.c: Use 'code' as the runnning pointer in code generation for
9053         consistency.
9054         (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Implement aot support.
9055
9056         * aot-runtime.c (load_named_code): Decode the offset of lazy fetch
9057         trampolines using sscanf since atoi doesn't work on large unsigned values.
9058
9059         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): 
9060         Initialize code_size.
9061
9062 2008-11-08  Mark Probst  <mark.probst@gmail.com>
9063
9064         * method-to-ir.c (mini_emit_inst_for_method): Make
9065         Interlocked.CompareExchange work for Int arguments on 32 bit
9066         archs, as well.
9067
9068 2008-11-07  Mark Probst  <mark.probst@gmail.com>
9069
9070         * method-to-ir.c (mono_method_to_ir2): Fixed a funny commit error.
9071
9072 2008-11-06  Bill Holmes  <billholmes54@gmail.com>
9073
9074         * main.c Fix MSVC build.
9075
9076         Contributed under MIT/X11 license.
9077
9078 2008-11-06  Mark Probst  <mark.probst@gmail.com>
9079
9080         * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
9081         alignment larger than 8 bytes are aligned correctly, too.
9082
9083         * mini.c: Honor the min_align field of MonoClass when laying out
9084         the stack.
9085
9086 2008-11-06  Zoltan Varga  <vargaz@gmail.com>
9087
9088         * method-to-ir.c (mono_method_to_ir2): Fix AOT support for CEE_SWITCH on arm.
9089
9090         * aot-compiler.c (emit_plt): Fix a warning.
9091         
9092         * aot-compiler.c: Implement ARM support in the binary writer.
9093
9094 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
9095
9096         * basic-simd.cs: Add test for getter with byref arg.
9097         Fix the naming of a few tests.
9098         Add missing checks to a test.
9099
9100 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
9101
9102         * aot-compiler.c (emit_plt): Make the arm code work with the binary writer.
9103
9104         * aot-compiler.c aot-runtime.c mini-trampolines.c tramp-amd64.c: Implement
9105         most of the full-aot support for monitor enter/exit trampolines.
9106
9107         * tramp-x86.c tramp_amd64.c: Add AOT compatible variants of the monitor
9108         enter/exit trampoline creation functions.
9109
9110         * Makefile.am: Fix the generation of buildver.h so it is not invoked during
9111         make dist.
9112
9113 Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus@ximian.com>
9114
9115         * mini.h, aot-compiler.c, method-to-ir.c, aot-runtime.c: remove the
9116         incorrectly added MONO_WRAPPER_MONITOR_* (in r117651-r117652) and
9117         implement the needed functionality without adding crap to the runtime.
9118
9119 2008-11-05  Zoltan Varga  <vargaz@gmail.com>
9120
9121         * mini-trampolines.c (mono_create_monitor_enter_trampoline): Fix the
9122         non-x86 builds.
9123
9124         * mini.c (mono_build_date): New global version holding the build date in
9125         string format.
9126         
9127         * Makefile.am (buildver.c): Generate a file containing the build date.
9128
9129         * main.c: Set the build date from the generated file.
9130
9131         * mini.c (mono_get_runtime_build_info): New helper function returning build
9132         information in a string format.
9133         
9134         * driver.c (mono_main): Print the build date in --version.
9135
9136         * aot-compiler.c aot-runtime.c: Embed the build information into the AOT
9137         file when the bind-to-runtime-version option is used.
9138
9139 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
9140
9141         * simd-intrinsics.c: Fix bug when using getters and byref args. 
9142
9143 2008-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
9144
9145         * simd-methods.h: Rename prefetch methods.
9146
9147         * simd-intrinsics.c: Same.      
9148
9149 2008-11-05  Mark Probst  <mark.probst@gmail.com>
9150
9151         * tramp-amd64.c: Enlarge the Monitor.Enter/Exit trampoline code
9152         sizes.
9153
9154 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
9155
9156         * aot-compiler.c: Use the bundled elf header files instead of depending on
9157         the system one.
9158         
9159         * aot-compiler.c (emit_symbol_diff): Allocate memory from the acfg
9160         mempool.
9161
9162         * method-to-ir.c (mono_method_check_inlining): Avoid a getenv () call
9163         on every call.
9164
9165 2008-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
9166
9167         * cpu-x86.md: Add store nta ops.
9168
9169         * mini-ops.h: Same.
9170
9171         * mini-x86.c: Same.
9172
9173         * mini.h: Add an enum for simd prefetch modes.
9174
9175         * simd-methods.h: Refactor the store_aligned code to handle multiple kinds
9176         of store. Use the changed code to support store nta.
9177
9178         * simd-intrinsics.c: Add prefetch ops for all vector types.
9179
9180 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
9181
9182         * aot-compiler.c: Add an option for JIT compiling the methods by multiple 
9183         threads.
9184         
9185         * aot-compiler.c: Use statically allocated buffers for constructing symbol 
9186         names.
9187
9188         * aot-runtime.c aot-compiler.c: Add support for the MONITOR_ENTER/EXIT
9189         trampolines.
9190
9191 2008-11-04  Mark Probst  <mark.probst@gmail.com>
9192
9193         * mini-x86.c: Fixed commit.
9194
9195 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
9196
9197         * aot-compiler.c (emit_plt): Align the plt section only on x86.
9198
9199 2008-11-04  Mark Probst  <mark.probst@gmail.com>
9200
9201         * mini-trampolines.c, mini.h: Two new trampolines: MONITOR_ENTER
9202         and MONITOR_EXIT, for the ASM fastpaths.
9203
9204         * method-to-ir.c: Use the ASM fastpath for Monitor.Enter/Exit if
9205         available.
9206
9207         * mini.c, patch-info.h: Signature and patch infos for
9208         Monitor.Enter/Exit trampolines.
9209
9210         * mini-amd64.c, mini-x86.c: Make emit_tls_get() non-static.
9211
9212         * tramp-amd64.c, tramp-x86.c, mini-amd64.h, mini-amd64.h:
9213         Monitor.Enter/Exit ASM fastpath for Linux.
9214
9215 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
9216
9217         * mini.c (mono_method_to_ir): Fix soft-float support in Array.Get/Set.
9218
9219         * objects.cs: Add a new test.
9220         
9221         * aot-compiler.c: Use mono_100ns_ticks () for computing the profiling info.
9222
9223         * aot-runtime.c (load_method): Run class initialization in the PLT case even
9224         if MONO_LOG_LEVEL is set.
9225
9226         * debug-mini.c (serialize_variable): Fix the encoding of dead variables.
9227
9228         * aot-runtime.c (mono_aot_get_method): Skip out-of-date AOT modules.
9229
9230         * aot-compiler.c (emit_and_reloc_code): Speed this up a little.
9231         
9232         * aot-compiler.c: Change the relocation code to use virtual addresses instead
9233         of file offsets. Align the sections belonging to the data segment to 
9234         PAGESIZE.
9235
9236 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
9237
9238         * aot-compiler.c: Simplify the elf writer by depending on the definitions in
9239         elf.h. Port it to amd64.
9240
9241 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
9242
9243         * driver.c: Enable SIMD by default.
9244
9245 2008-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
9246
9247         * cpu-x86.md: Add prefetch op.
9248
9249         * mini-ops.h: Same.
9250
9251         * mini-x86.c: Same.
9252
9253         * mini.h: Add an enum for simd prefetch modes.
9254
9255         * simd-methods.h: Add prefetch function names.
9256
9257         * simd-intrinsics.c: Add prefetch ops for all vector types.
9258
9259 2008-11-03  Zoltan Varga  <vargaz@gmail.com>
9260
9261         * aot-compiler.c (emit_bytes): Speed this up a little.
9262
9263 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
9264
9265         * aot-compiler.c: Add JIT time etc. statistics.
9266         
9267         * aot-compiler.c (compile_method): Fix the copying of the cfgs array.
9268
9269         * mini.h (MonoCompile): Add 'got_offset' field.
9270
9271         * aot-compiler.c: Store the got offset in MonoCompile, get rid of the
9272         method_got_offsets array.
9273
9274         * aot-compiler.c aot-runtime.c: Add support for the monitor enter/exit
9275         wrappers.
9276
9277         * aot-compiler.c (compile_method): Add generic method instances referenced
9278         by the method to the list of methods to be compiled, this is required so if
9279         A<T> references B<T>, and another assembly references A<int>, then it will
9280         also get a copy of B<int>.
9281
9282         * method-to-ir.c (mini_emit_inst_for_method): Use the proper wrapper type
9283         when checking for monitor enter/exit.
9284
9285 2008-10-30  Mark Probst  <mark.probst@gmail.com>
9286
9287         * method-to-ir.c (mini_emit_inst_for_method): Use the IL fastpaths
9288         for Monitor.Enter and Monitor.Exit if enabled.
9289
9290         * mini-x86.h, mini-amd64.h: Enable the IL fastpaths for Linux and
9291         Solaris.
9292
9293 2008-10-30  Zoltan Varga  <vargaz@gmail.com>
9294
9295         * method-to-ir.c (type_from_op): Convert CEE_CONV_U on OP_ICONV_TO_U instead
9296         of an OP_MOVE. Fixes #440046.
9297
9298         * basic-long.cs: Add a new test.
9299
9300 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
9301
9302         * mini.h: Add synchronization note for the managed counter-part.
9303
9304         * simd-intrinsics.c: Add SimdRuntime.get_AccelMode intrinsic that
9305         returns the simd caps of the current cpu.
9306
9307 2008-10-29  Rodrigo Kumpera  <rkumpera@novell.com>
9308
9309         * basic-simd.cs: Remove Console.WriteLine.
9310
9311 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9312
9313         * basic-simd.cs: New tests for Vector2ul.
9314
9315 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9316
9317         * simd-intrinsics.c: Add new vector type Vector2ul.
9318
9319 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9320
9321         * basic-simd.cs: New tests for Vector2l.
9322
9323 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9324
9325         * cpu-x86.md: Add long version of most packed int ops.
9326
9327         * mini-ops.h: Same.
9328
9329         * mini-x86.h: Same.
9330
9331         * simd-intrinsics.c: Add new vector type Vector2l.
9332
9333 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9334
9335         * simd-intrinsics.c: Replace SN_op_BitwiseXor with SN_op_ExclusiveOr.
9336
9337         * simd-methods.h: Remove SN_op_BitwiseXor.
9338
9339 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
9340
9341         * mini.c (mono_allocate_stack_slots_full): Align the size of vtypes to their
9342         alignment.
9343
9344 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9345
9346         * basic-simd.cs: Test for Vector2d.
9347
9348         * basic-simd.cs (test_vector8s_pack_signed_sat): Fixed broken
9349         value.
9350
9351 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9352
9353         * cpu-x86.md: Add double version of all packed float ops.
9354
9355         * mini-ops.h: Same.
9356
9357         * mini-x86.h: Same.
9358
9359         * simd-intrinsics.c: Add new vector type Vector2d.
9360
9361         * simd-intrinsics.c (vector4f_intrinsics): Fix ordering.
9362
9363         * simd-methods.h: Add Duplicate.
9364
9365 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9366
9367         * basic-simd.cs: Test for packing with signed saturation.
9368
9369 2008-10-28  Zoltan Varga  <vargaz@gmail.com>
9370
9371         * aot-compiler.c (add_generic_instances): Add all methods of generic instances
9372         found in the TYPESPEC table.
9373
9374 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
9375
9376         * aot-runtime.c (mono_aot_get_method): Log not found methods for extra methods
9377         too.
9378
9379         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
9380
9381         * mini.c (mono_method_to_ir): For MONO_PATCH_INFO_RVA, save field the token
9382         instead of the RVA, since the RVA can be changed by tools like the cil 
9383         stripper.
9384
9385         * method-to-ir.c (mono_method_to_ir2): Ditto.
9386
9387         * debug-mini.c (serialize_variable): Handle ADDRESS_MODE_DEAD.
9388         (deserialize_variable): Ditto.
9389
9390 2008-10-25  Martin Baulig  <martin@ximian.com>
9391
9392         * debug-mini.c (write_variable): Use
9393         `MONO_DEBUG_VAR_ADDRESS_MODE_DEAD' for dead variables.
9394
9395 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9396
9397         * cpu-x86.md: Add unsigned variants of packd and packw.
9398
9399         * mini-ops.h: Same.
9400
9401         * mini-x86.h: Emit the right instruction for packd and packw.
9402         Add unsigned variants of packd and packw.
9403
9404         * simd-intrinsics.c: Packd and packw were used in place of their
9405         unsigned variants. Change that.
9406         Add intrinsics for (Signed)PackWithSignedSaturation.
9407
9408         * simd-methods.h: Add (Signed)PackWithSignedSaturation.
9409
9410 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9411
9412         * simd-intrinsics.c (vector4i_intrinsics): New table of intrinsic type.
9413
9414 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9415
9416         * mini-ops.h: Remove dword packed add/sub with saturation ops.
9417
9418         * cpu-x86.md: Remove dword packed add/sub with saturation ops.
9419
9420         * simd-intrinsics.c (vector4ui_intrinsics): Remove methods without
9421         sse instructions.
9422
9423         * simd-intrinsics.c (vector8s_intrinsics): Fix ordering.
9424
9425 2008-10-24  Mark Probst  <mark.probst@gmail.com>
9426
9427         * method-to-ir.c, mini.c: Special casing for the synchronized
9428         wrapper for the ldtoken+GetTypeFromHandle case.
9429
9430 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9431
9432         * mini.c (mono_replace_ins): Move this to branch-opts.c.
9433
9434         * mini.c (mono_replace_ins): Propagate has_array_access flag to the newly
9435         created/split bblocks.
9436
9437 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9438
9439         * mini-ops.h: Add packed signed mul high.
9440         
9441         * cpu-x86.md: Same.
9442
9443         * mini-x86.c (mono_arch_output_basic_block): Same.
9444
9445         * simd-methods.h: Add PackWithUnsignedSaturation and ShiftRightLogic.
9446
9447         * simd-intrinsics.c (vector8s_intrinsics): New table of intrinsic type.
9448
9449 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9450
9451         * basic-simd.cs: Tests for Vector16sb.
9452
9453 2008-10-24  Zoltan Varga  <vargaz@gmail.com>
9454
9455         * inssel.brg (stmt): Fix OP_HARD_NOP rule.
9456
9457 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9458
9459         * mini-ops.h: Add packed signed min, max and compare greater.
9460         
9461         * cpu-x86.md: Same.
9462
9463         * mini-x86.c (mono_arch_output_basic_block): Same. Add packed add/sub with
9464         saturation.
9465
9466         * simd-methods.h: Add CompareGreaterThan.
9467
9468         * simd-methods.h: Remove CompareEquals.
9469
9470         * simd-intrinsics.c: Add new TODO entry and some cosmetic changes.
9471
9472         * simd-intrinsics.c (vector16sb_intrinsics): New table of intrinsic type.
9473
9474         * simd-intrinsics.c (vector4f_intrinsics): Rename CompareEquals to
9475         CompareEqual.
9476
9477 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9478
9479         * basic-simd.cs: Fix tests due to change in the API.
9480
9481 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9482
9483         * mini.c method-to-ir.c: Use mono_field_get_name () for accessing field->name.
9484
9485 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9486
9487         * basic-simd.cs: Fix name change in Vector4f::CompareEqual.
9488
9489         * simd-intrinsics.c (simd_intrinsic_emit_store_aligned): Don't use
9490         inst_offset as this has invalid values for LDADDR.
9491
9492 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9493
9494         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9495
9496         * simd-intrinsics.c (vector4ui_intrinsics): Add SignedPackWithUnsignedSaturation.
9497
9498 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9499
9500         * method-to-ir.c (initialize_array_data): Use mono_field_get_data ()
9501         for accessing field->data.
9502
9503 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9504
9505         * basic-simd.cs: Test for SignedPackWithUnsignedSaturation.
9506
9507 2008-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
9508
9509         * simd-methods.h: Add SignedPackWithUnsignedSaturation.
9510
9511         * simd-intrinsics.c (vector8us_intrinsics): Add SignedPackWithUnsignedSaturation.
9512
9513 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9514
9515         * dominators.c (mono_compute_natural_loops): Allocate GList enties
9516         from the cfg mempool.
9517
9518 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9519
9520         * basic-simd.cs: Tests for new methods in Vector8us.
9521
9522 2008-10-20  Rodrigo Kumpera  <rkumpera@novell.com>
9523
9524         * mini-ops.h: Add multiply and store high.
9525         
9526         * cpu-x86.md: Same.
9527
9528         * mini-x86.c (mono_arch_output_basic_block): Same.
9529
9530         * simd-methods.h: Same.
9531
9532         * simd-intrinsics.c (vector8us_intrinsics): Add MultiplyStoreHigh
9533         and CompareEqual.
9534
9535 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9536
9537         * method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
9538         mono_class_setup_vtable ().
9539
9540         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
9541         mono_class_get_vtable_entry () for accessing klass->vtable.
9542
9543         * aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.
9544
9545         * aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
9546         found.
9547
9548         * method-to-ir.c (mono_save_token_info): Don't save references made from
9549         wrappers.
9550
9551         * aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
9552         of generic instances.
9553
9554         * aot-runtime.c (find_extra_method): Search in all loaded AOT images.
9555
9556 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9557
9558         * cpu-ppc.md, mini-ppc.c: The length of the code generated for
9559         OP_JMP depends on the method signature.  Calculate it properly.
9560
9561 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9562         
9563         * aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
9564         called directly.
9565
9566         * aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
9567         instances.
9568         (emit_extra_methods): Add another table mapping method indexes to 
9569         offsets in the extra_method_info table.
9570
9571         * mini.h: Bump AOT file format version.
9572         
9573         * aot-runtime.c: Merge most of the code from mono_aot_get_method
9574         and mono_aot_get_method_from_token () into one function.
9575
9576 2008-10-19  Mark Probst  <mark.probst@gmail.com>
9577
9578         * mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
9579         separate counter.
9580
9581 2008-10-18  Zoltan Varga  <vargaz@gmail.com>
9582
9583         * aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
9584         methods.
9585
9586         * method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
9587         disable_aot.
9588
9589         * mini.c (mono_patch_info_equal): Compare the generic context as well.
9590
9591         * mini.h: Bump aot file format version.
9592
9593         * aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
9594         AOT file can contain native code for methods which are not in the METHOD
9595         table. Generate code for non-sharable generic instances of generic methods
9596         found in the METHODSPEC table.
9597         
9598         * method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
9599         encoding generic type handles.
9600
9601         * ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
9602         (NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.
9603
9604         * ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
9605         macros + MONO_ADD_INS.
9606
9607         * mini.c (mono_jump_info_token_new2): New function which takes a generic
9608         context as well.
9609
9610         * mini.h (MonoJumpInfoToken): Include fields for a generic context.
9611
9612         * mini.h: Bump aot file format version.
9613
9614         * aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.
9615
9616 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9617
9618         * mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
9619         platforms, with definable stack alignment value.  Set to 16 now
9620         for all platforms.
9621
9622         * mini.c, mini.h, driver.c: Command line option for disabling
9623         stack alignment.
9624
9625 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9626
9627         * basic-simd.cs: Tests for new methods in Vector4ui.
9628
9629 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9630
9631         * mini-ops.h: Add packed int shuffle.
9632         
9633         * cpu-x86.md: Same.
9634
9635         * mini-x86.c (mono_arch_output_basic_block): Same.
9636
9637         * simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
9638         extract mask, max, min, shuffle.
9639
9640         * simd-intrinsics.c (vector8us_intrinsics): Add max and min.
9641
9642 2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>
9643
9644         * basic-simd.cs: Tests for new methods in Vector8us.
9645
9646 2008-10-17  Mark Probst  <mark.probst@gmail.com>
9647
9648         * method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
9649         RuntimeTypeHandle, not a TypedReference.
9650
9651 Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
9652
9653         * simd-intrinsics.c: remove relocations.
9654
9655 2008-10-17  Zoltan Varga  <vargaz@gmail.com>
9656
9657         * mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM 
9658         optimizations from the x86 backend.
9659
9660 Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
9661
9662         * simd-methods.h, simd-intrinsics.c: debloat method names and
9663         prepare for no relocations.
9664
9665 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9666
9667         * mini-ops.h: Add packed min/equal and sum of absolute differences.
9668         
9669         * cpu-x86.md: Same.
9670
9671         * mini-x86.c (mono_arch_output_basic_block): Same.
9672
9673         * simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
9674         extract mask, max, min and sum of absolute differences.
9675
9676         * simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
9677         method name.
9678
9679 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9680
9681         * basic-simd.cs: Test for the other mono_simd_simplify_indirection bug.
9682         Renamed one test for consistency.
9683
9684 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9685
9686         * simd-intrinsics.c (mono_simd_simplify_indirection): Apply the previous
9687         fix to the code that deal with other blocks.
9688
9689 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9690
9691         * basic-simd.cs: Test for the mono_simd_simplify_indirection bug.
9692
9693 2008-10-16  Rodrigo Kumpera  <rkumpera@novell.com>
9694
9695         * simd-intrinsics.c (mono_simd_simplify_indirection): Simplify the code
9696         that deals with vreg interference. Explicitly check for OP_LDADDR to be
9697         able to process the source reg.
9698
9699 2008-10-16  Martin Baulig  <martin@ximian.com>
9700
9701         * mini-ops.h, cpu-amd64.md, cpu-x86.md: Added new `hard_nop' opcode.
9702
9703         * inssel.brg: Add `OP_HARD_NOP'.
9704
9705         * mini.h (MonoCompile): Added `keep_cil_nops' flag.
9706
9707         * mini.c (mono_method_to_ir): In `CEE_NOP': generate a
9708         `OP_HARD_NOP' instruction when running inside the debugger.
9709
9710         * method-to-ir.c (mono_method_to_ir2): In `CEE_NOP': generate a
9711         `OP_HARD_NOP' instruction when running inside the debugger.
9712
9713 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9714
9715         * simd-intrinsics.c (get_simd_vreg): Using sreg1 of OP_XMOVE
9716         now works. The issue with the regalloc tripping up no longer
9717         happens.
9718
9719         * simd-intrinsics.c (load_simd_vreg): Same.
9720
9721 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9722         
9723         * basic-simd.cs: Tests for new Vector8ui methods.
9724
9725 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9726
9727         * simd-intrinsics.c (get_simd_vreg): Simplify code and test
9728         only for type. This fixes crashes where MonoInst::klass is checked
9729         for ops of type != VTYPE or OBJ.
9730
9731         * simd-intrinsics.c (load_simd_vreg): Same.
9732
9733 2008-10-15  Rodrigo Kumpera  <rkumpera@novell.com>
9734
9735         * mini-ops.h: Add ops for packed shuffle/max/avg and
9736         extract mask.
9737         
9738         * cpu-x86.md: Same.
9739
9740         * mini-x86.c (mono_arch_output_basic_block): Same.
9741
9742         * simd-intrinsics.c (vector8us_intrinsics): Add avg, shuffle and
9743         extract mask.
9744
9745         * simd-intrinsics.c (simd_intrinsic_emit_extract_mask): New function
9746         to emit extract mask op.
9747
9748         * simd-intrinsics.c (simd_intrinsic_emit_shuffle): Retrofic this function
9749         to emit word shuffles.
9750
9751 2008-10-15  Mark Probst  <mark.probst@gmail.com>
9752
9753         * mini.c (mono_allocate_stack_slots_full): Align stack frame to
9754         the largest alignment needed by a variable, but at least
9755         sizeof(gpointer).
9756
9757 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9758
9759         * basic-simd.cs: Tests for the fixes in the last commit.
9760
9761 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9762
9763         * simd-intrinsics.c (get_simd_vreg): Drop the is_this_ptr, this function
9764         no longer handles STACK_PTR input.
9765
9766         * simd-intrinsics.c (get_simd_vreg): Don't crash when MonoInst::klass == -1.
9767
9768         * simd-intrinsics.c (load_simd_vreg): New function that works like 
9769         get_simd_vreg   but handles STACK_PTR input.
9770
9771         * simd-intrinsics.c (simd_intrinsic_emit_getter): Use load_simd_vreg
9772         as the input can be an arbitrary pointer.
9773
9774         * simd-intrinsics.c (simd_intrinsic_emit_ctor): Try the
9775         LDADDR local optimization directly otherwise use a store op.
9776
9777 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9778
9779         * basic-simd.cs: Tests for dup low and dup high.
9780
9781 2008-10-14  Rodrigo Kumpera  <rkumpera@novell.com>
9782
9783         * mini-ops.h: Add dup low and dup high ops.
9784         
9785         * cpu-x86.md: Same.
9786
9787         * mini-x86.c (mono_arch_output_basic_block): Same.
9788
9789         * simd-intrinsics.c (vector4f_intrinsics): Same.
9790
9791 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9792
9793         * basic-simd.cs: Tests for recently added functionality.
9794
9795 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9796
9797         * mini-ops.h: Add remaining sse1 fp ops.
9798         
9799         * cpu-x86.md: Add remaining sse1 fp ops.
9800
9801         * mini-x86.c (mono_arch_output_basic_block): Same.
9802
9803         * mini.h: Add enum for simd FP compare conditions.
9804
9805         * simd-intrinsics.c (vector4f_intrinsics): Add all new ops.
9806
9807         * simd-intrinsics.c (simd_intrinsic_emit_binary): Set inst_c0 to flags
9808         so the backed can generate the appropriate op.
9809
9810 2008-10-13  Rodrigo Kumpera  <rkumpera@novell.com>
9811         This patch squeese one more byte from the SimdIntrinsc struct.
9812
9813         * mini-x86.c (mono_arch_cpu_enumerate_simd_versions: Use the version number
9814         a a shift amount intead of simply or'ing it.
9815
9816         * mini.h: Change SIMD_VERSION_* values to be sequential intead of masks.
9817
9818         * simd-intrinsics.c (struct SimdIntrinsc): Squeese simd_version and simd_emit_mode into a single
9819         byte so we can have an aditional flags field without increasing struct size.
9820
9821         * simd-intrinsics.c (emit_intrinsics): Use the value of simd_version as a shift amount before checking
9822         against the simd_supported_versions bitmask.
9823
9824         * simd-intrinsics.c: Set SIMD_INTRINSIC_NAME_MAX to an appropriate value.
9825
9826 Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus@ximian.com>
9827
9828         * mini.c: remove rawbuffer code (the only use here is unsafe because
9829         it takes locks during signal handling and the kernel now provides much
9830         better info in proc/pid/smaps these days).
9831
9832 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9833
9834         * mini-amd64.c (mono_arch_output_basic_block): Fix the changes to
9835         OP_X86_PUSH_OBJ. Fixes #434620.
9836
9837         * objects.cs: Add a test.
9838         
9839 2008-10-12  Rodrigo Kumpera  <rkumpera@novell.com>
9840
9841         * basic-simd.cs: Remove PackWithUnsignedSaturation tests as it turns out
9842         that the packuswb/packusdw don't work with unsigned numbers for what
9843         would be negative numbers in signed format.
9844
9845         * cpu-x86.md: Add doubleword forms of many ops and packing ones.
9846         Fix the len of fconv_to_r8_x and xconv_r8_to_i4.
9847
9848         * mini-ops.h: Add doubleword forms of many ops and packing ones.
9849
9850         * mini-x86.c: Emit doubleword forms of many ops and packing ones.
9851
9852         * simd-intrinsics.c (SimdIntrinsc): Rename the flags field to simd_version.
9853
9854         * simd-intrinsics.c (vector4f_intrinsics): Use simd_version field for sse3 ops.
9855
9856         * simd-intrinsics.c (vector4u_intrinsics): Rename to vector4ui_intrinsics and
9857         add more ops.
9858
9859         * simd-intrinsics.c (simd_version_name): New function, returns the name of the
9860         version as the enum in mini.h.
9861
9862         * simd-intrinsics.c (emit_intrinsics): Instead of having a special emit mode
9863         for sse3 ops, check the simd_version field if present. This way the code
9864         works with all versions of sse.
9865
9866 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9867
9868         * simd-intrinsics.c: Fixed intrinsic name typo.
9869
9870         * mini.h: Added missing simd exported function.
9871
9872         * basic-simd.cs: Added tests for Vector4ui.
9873         Fixed broken test for Vector16b.
9874
9875 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9876
9877         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): Increase
9878         the max length to 64.
9879
9880 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9881
9882         * method-to-ir.c: Only do the fast virtual generic method call for
9883         non-wrapper methods.
9884
9885         * mini.h, mini-trampolines.c: The new generic virtual remoting
9886         trampoline handles virtual method calls via the vtable (as done by
9887         the fast virtual generic method calls) to remoting proxies.
9888
9889         * mini.c (mono_jit_create_remoting_trampoline): For generic
9890         methods reate a generic virtual remoting trampoline.
9891
9892         * mini-amd64.h: Enable fast virtual generic method calls again.
9893
9894 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9895
9896         * mini-ppc.c: Use SP (r1), not frame_reg (which might be r31) to
9897         restore registers when doing tail calls.
9898
9899 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9900
9901         * simd-intrinsics.c (emit_intrinsics): Vector4u was renamed to
9902         Vector4ui.
9903
9904 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9905
9906         * basic-simd.cs: Add test for Vecto16b.PackWithUnsignedSaturation.
9907
9908 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9909
9910         * simd-intrinsics.c (emit_intrinsics): Retrofit to new type names.
9911
9912 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9913
9914         * basic-simd.cs: Retrofit for API changes.
9915
9916 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9917
9918         * mini-ppc.c: Handle integer stack arguments for tail calls.
9919
9920 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9921
9922         * optflags-def.h: Removed sse3 optimization.
9923
9924         * driver.c: Same.
9925
9926         * mini-x86.c (mono_arch_cpu_optimizazions): Remove detection of
9927         sse3.
9928
9929         * mini-x86.c: Added mono_arch_cpu_enumerate_simd_versions.
9930
9931         * mini.h: Added enumeration with simd versions.
9932
9933         * simd-intrinsics.c (emit_intrinsics): Use the new static var
9934         for detecting SSE3.
9935
9936         * simd-intrinsics.c: Added mono_simd_intrinsics_init.
9937
9938         * mini.c (mini_init): Call mono_simd_intrinsics_init.
9939
9940 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9941
9942         * basic-simd.cs: Added tests for Vector8u and Vector16u.
9943
9944         * basic-simd.cs: Fixed test naming.
9945
9946 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9947
9948         * mini-ops.h: Added ops for packed and saturated math, shifts
9949         and packing/unpacking.
9950
9951         * cpu-x86.md: Added descriptors for the above ops.
9952
9953         * mini-x86.c: Added code to emmit the above ops.
9954
9955         * simd-intrinsics.c: Added support for Vector16u and Vector8u.
9956
9957 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9958
9959         * aot-compiler.c (compile_method): Enable AOT for generic code.
9960
9961         * ir-emit.h (NEW_DOMAINCONST): Use domainvars in AOT code as well.
9962
9963 Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus@ximian.com>
9964
9965         * mini.c: add a workaround for a common screwup that ends up blamed
9966         to mono (other processes blocking signal delivery).
9967
9968 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9969
9970         * method-to-ir.c (mono_method_to_ir2): Clear ins_flag on all code paths
9971         in the LDFLD/STFLD opcodes. Fixes #432673.
9972
9973         * iltests.il.in: Add a new test.
9974
9975 Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus@ximian.com>
9976
9977         * mini-arm.c: attach the thread in unmanaged->managed transitions
9978         using delegates (bug #433148).
9979
9980 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9981
9982        * basic-simd.cs: Use new ShuffleSel constants.
9983
9984 2008-10-07  Rodrigo Kumpera  <rkumpera@novell.com>
9985
9986         * driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
9987
9988         * mini-x86.c (mono_arch_cpu_optimizazions): Detect sse3 and now
9989         only disable simd intrinsics if no sse2 is detected.
9990
9991         * optflags-def.h: Added sse3.
9992
9993         * simd-intrinsics.c: Avoid generated sse3 intrinsics if the optimization
9994         is disabled.
9995
9996 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
9997
9998         * aot-compiler.c (add_wrappers): Fix Delegate/MulticastDelegate classes
9999         when adding delegate-invoke wrappers.
10000
10001 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
10002
10003         * Makefile.am: Reenable the simd tests.
10004
10005 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
10006
10007         * mini-amd64.c (mono_arch_emit_outarg_vt) : In the ArgValuetypeAddrInIReg case,
10008           add a call to mono_call_inst_add_outarg_reg for the arg->dreg to make sure that no
10009           other vreg is allocated to that hreg.
10010
10011         Contributed under MIT/X11 license.
10012
10013 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
10014
10015         * Makefile.am: Disable the simd tests for now as Mono.Simd is not
10016         yet checked in.
10017
10018 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
10019
10020         * basic-simd.cs: New test suite for SIMD intrinsics.
10021
10022         * Makefile.am: Added new tests.
10023
10024 2008-10-06  Rodrigo Kumpera  <rkumpera@novell.com>
10025
10026         * cpu-x86.md: Added new instructions to handle float to int using SSE regs.
10027
10028         * mini-ops.h: Same.
10029
10030         * mini-x86.h: Enable mono_arch_decompose_opts if simd intrinsics are enabled.
10031
10032         * mini-x86.c (mono_arch_decompose_opts): Decompose float to int conversion
10033         using SSE2 aware opcodes.
10034
10035         * mini-x86.c (emit_float_to_int): Disable the SSE2 optimization if OPT_SIMD
10036         is enabled, this code path is only reachable if conversion ops are emmited after
10037         mono_method_to_ir.
10038
10039         * mini.h: Added MonoCompile::fconv_to_r8_x_var to hold the float to int var.
10040
10041         This optimization saves 6 bytes per conversion against the old version.
10042
10043 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
10044
10045         * aot-compiler.c (compile_method): Don't skip methods referencing 
10046         generic methods without a corresponding entry in token_info_hash, since
10047         encode_method_ref () can handle all generic methods now.
10048
10049         * method-to-ir.c (mono_save_token_info): Don't save the token info if a 
10050         generic context is set.
10051         
10052         * method-to-ir.c (mono_method_to_ir2): Put back a disable_aot for
10053         generic sharing of LDTOKEN.
10054
10055 2008-10-06  Mark Probst  <mark.probst@gmail.com>
10056
10057         * mini-amd64.h: Temporarily disabled fast virtual generic method
10058         calls because it breaks the System.Runtime.Remoting tests.
10059
10060 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
10061
10062         * aot-compiler.c (add_wrappers): Add delegate-invoke wrappers.
10063
10064         * method-to-ir.c (check_inline_called_method_name_limit): Return TRUE
10065         so inlining actually works.
10066         (check_inline_caller_method_name_limit): Ditto.
10067
10068 Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus@ximian.com>
10069
10070         * mini-ppc.c: mono_arch_flush_icache () cast pointer using gsize for
10071         64 bit safety (from Olaf Hering and Andreas Farber).
10072
10073 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
10074         
10075         * mini-trampolines.c (mono_aot_trampoline): Delegate processing to
10076         mono_magic_trampoline () if aot_get_method_from_token () fails. Remove
10077         unused virtual call support code.
10078
10079         * aot-runtime.c (decode_method_ref): Add a 'no_aot_trampoline' out argument.
10080         
10081         * aot-runtime.c (mono_aot_get_method_from_vt_slot): Return NULL for methods
10082         which can't use aot trampolines.
10083         (decode_patch): Don't create aot trampolines for methods which can't use
10084         them.
10085
10086         * aot-compiler.c (encode_method_ref): Add a marker for methods which can't
10087         use aot trampolines.
10088
10089         * mini.h: Bump AOT image format version.
10090         
10091 2008-10-05  Zoltan Varga  <vargaz@gmail.com>
10092
10093         * method-to-ir.c (mono_method_to_ir2): Pass cil_method instead of cmethod
10094         to save_token_info () since cmethod is inflated for constrained calls.
10095
10096         * mini-<ARCH>.h mini-x86.c: Remove some unused defines.
10097
10098 2008-10-04  Andreas Farber  <andreas.faerber@web.de>
10099
10100         * Makefile.am: Add build rules for ppc64.
10101         This avoids the build failing at pedump with unresolved symbols
10102         due to lack of arch_sources. Instead it will now fail earlier
10103         due to lack of cpu-ppc64.md.
10104
10105         Contributed under MIT/X11 license.
10106
10107 2008-10-04  Mark Probst  <mark.probst@gmail.com>
10108
10109         * mini-amd64.c (mono_arch_emit_call): Support stack arguments for
10110         tail calls.
10111
10112         * iltests.il.in: Add test case for tail call with many arguments.
10113
10114 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
10115
10116         * method-to-ir.c (mono_method_to_ir2): Add an !cfg->compile_aot assert
10117         to the fast virtual generic method code until the aot case is fixed.
10118
10119 2008-10-03  Mark Probst  <mark.probst@gmail.com>
10120
10121         * mini-ppc.c, mini-ppc.h: Implement generic virtual method thunks.
10122
10123 2008-10-03  Mark Probst  <mark.probst@gmail.com>
10124
10125         * mini-amd64.c, mini-amd64.h: Implement generic virtual method
10126         thunks.
10127
10128 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
10129         
10130         * simd-intrinsics.c: Forgot to add this one.
10131
10132         * mini-codegen.c: Fix macro in case SIMD is not supported.
10133
10134 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
10135         
10136         This patch land initial JIT support for simd intrinsics.
10137
10138         * mini-x86.h: Added new define to make --enable_minimal work on x86.
10139
10140         * Makefile.am: Added simd-intrinsics.c
10141
10142         * simd-intrinsics.c: New file with simd instrinsic related
10143         code.
10144
10145         * cfold.c (mono_constant_fold_ins2): Fold XZERO.
10146
10147         * cpu-x86.md: Add simd related instructions.
10148
10149         * driver.c: Added MONO_OPT_SIMD to the default set of optimizations.
10150
10151         * driver.c: Added two new --regression variants.
10152
10153         * ir-emit.h (MONO_EMIT_NEW_VZERO): Emit XZERO if the type is a simd intrinsic.
10154
10155         * local-propagation.c (mono_local_cprop2): Eliminate useless XMOVE.
10156
10157         * local-propagation.c (mono_local_deadce): Use new macro MONO_IS_NON_FP_MOVE and
10158         extract some complicated logic to helper functions.
10159
10160         * method-to-ir.c (mono_type_to_regmove): Handle simd intrinsics.
10161
10162         * method-to-ir.c (mini_emit_inst_for_method): Emit simd intrinsics.
10163
10164         * method-to-ir.c (mono_handle_global_vregs): If a simd intrinsic was found, apply
10165         the specialized simplification pass.
10166
10167         * method-to-ir.c (mono_spill_global_vars): Use new macro.
10168
10169         * mini-codegen.c: Added SIMD constants to all regbanks arrays.
10170
10171         * mini-codegen.c: Added reg_bank_table_init to initialize the reg desc -> bank
10172         table.
10173
10174         * mini-codegen.c: Define a version of the reg_bank macro that uses desc_to_reg_type
10175         if MONO_ARCH_NEED_SIMD_BANK is defined.
10176
10177         * mini-ops.h: Added the new simd ops.
10178
10179         * mini-x86.c: Added mono_arch_xregname.
10180
10181         * mini-x86.c (mono_arch_cpu_optimizazions): Disable MONO_OPT_SIMD if SSE3 is not detected.
10182
10183         * mini-x86.c (mono_arch_output_basic_block): Add simd related opcodes.
10184
10185         * mini-x86.h: Define simd related MONO_ARCH macros.
10186
10187         * mini.c (mono_type_to_load_membase): Handle simd intrinsics.
10188
10189         * mini.c (mono_type_to_store_membase): Handle simd intrinsics.
10190
10191         * mini.h: Added new macros MONO_IS_NON_FP_MOVE, MONO_IS_REAL_MOVE, MONO_IS_ZERO and
10192         MONO_CLASS_IS_SIMD to deal with simd related IR.
10193
10194         * mini.h (MonoInst): Added spill_var to the backend union.
10195
10196         * mini.h (MonoCompile): Added uses_simd_intrinsics and iconv_raw_var.
10197
10198         * mini.h: Added forward declarations of the new simd fuctions.
10199
10200         * optflags-def.h: Added new optimization names SIMD.
10201
10202         * regalloc.c (mono_regstate_reset): Set next vreg to be the max value of the 3 reg banks.
10203
10204         * regalloc.h: Added support for working with 3 register banks.
10205
10206         * regalloc.h (MonoRegState): Added xsymbolic field if a third regbank is required.
10207
10208         * ssa2.c (mono_ssa_deadce2): Use new MONO_IS_ZERO macro.
10209
10210 Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus@ximian.com>
10211
10212         * mini-exceptions.c: remove 64 bit related ifdef clutter.
10213
10214 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
10215
10216         * mini-exceptions.c (mono_handle_soft_stack_ovf): Unprotect two pages
10217         instead of one on 64 bit systems.
10218
10219         * method-to-ir.c: Remove unused includes.
10220
10221 2008-10-02  Zoltan Varga  <vargaz@gmail.com>
10222
10223         * aot-compiler.c (emit_exception_debug_info): Use jinfo->used_regs instead of
10224         cfg->used_int_regs, since the two are different on arm.
10225
10226 2008-10-02  Mark Probst  <mark.probst@gmail.com>
10227
10228         * method-to-ir.c, inssel.brg, mini-trampolines.c: Use
10229         mono_method_get_vtable_index() to get the vtable index.
10230
10231 2008-10-02  Mark Probst  <mark.probst@gmail.com>
10232
10233         * method-to-ir.c (mono_method_to_ir2): Don't create native
10234         wrappers for array methods, because they're never called (and if
10235         they were called they wouldn't work).
10236
10237 2008-10-02  Mark Probst  <mark.probst@gmail.com>
10238
10239         * method-to-ir.c (mono_method_to_ir2): Array methods are
10240         special-cased and must not be invoked indirectly via the (M)RGCTX
10241         when generic sharing is turned on.  Fixes #431413.
10242
10243 2008-10-01  Mark Probst  <mark.probst@gmail.com>
10244
10245         * method-to-ir.c: When generic sharing is active, call
10246         non-interface virtual generic methods via the standard trampoline.
10247
10248         * mini-trampolines.c: Handle virtual generic shared methods.
10249
10250         * mini.h, mini-x86.c, mini-x86.h: New argument for
10251         mono_arch_build_imt_thunk() which is non-NULL for virtual generic
10252         method thunks and which is the trampoline to call if the lookup
10253         fails.  Enable the virtual generic method thunk for x86.
10254
10255         * mini-amd64.c, mini-arm.c, mini-ia64.c, mini-sparc.c,
10256         mini-ppc.c (mono_arch_build_imt_thunk): Add the additional
10257         argument but assert that it's NULL, because these archs don't yet
10258         implement the virtual generic method thunk.  Changes in the IMT
10259         thunk data structures.
10260
10261 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
10262
10263         * aot-compiler.c (emit_globals): Avoid invalid characters in
10264         the static linking symbol.
10265
10266         * objects.cs: Add a test for the range check optimization. Fix warnings.
10267
10268         * branch-opts.c (mono_if_conversion): Add back the 'optimize range checks'
10269         optimization from the current JIT.
10270
10271         * method-to-ir.c (mini_emit_inst_for_method): Decompose String.Length
10272         later in decompose_array_access_opts () to allow more optimizations.
10273
10274         * method-to-ir.c (mono_handle_soft_float): Rename this to 
10275         mono_decompose_soft_float () for consistency.
10276
10277         * mini-ops.h: Fix arguments of OP_STRLEN.
10278
10279         * method-to-ir.c (save_cast_details): Extract the cast details saving code
10280         into a separate function.
10281         (reset_cast_details): Ditto.
10282         (handle_unbox): Save cast details. Fixes #431254.
10283
10284         * method-to-ir.c: Remove some obsolete FIXMEs.
10285
10286 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10287
10288         * ir-emit.h (alloc_dreg): Write a warning before crashing.
10289
10290 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10291
10292         * mini-codegen.c: More work on macros to make them
10293         ready for multiple regbanks.
10294
10295 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10296
10297         * method-to.ir.c (mono_type_to_regmove): Remove static modifier.
10298
10299         * mini.h: Export mono_type_to_regmove. Fix signature of mono_regname_full.
10300
10301 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10302
10303         * mini-codegen.c (mono_spillvar_offset): Proper support for
10304         multiple regbanks.
10305
10306 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
10307
10308         * mini-amd64.c (mono_arch_emit_epilog): Remove some duplicated code from
10309         the stack overflow changes.
10310
10311 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10312
10313         * mini-codegen.c: Make all bank macros depend on reg_bank.
10314
10315         * mini-codegen.c (mono_local_regalloc): Make free mask
10316         initialization regbank aware.
10317
10318 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10319
10320         * mini-codegen.c (mono_local_regalloc): Extract callee
10321         mask selection to a function and make it regbank aware.
10322
10323 2008-09-30  Rodrigo Kumpera  <rkumpera@novell.com>
10324
10325         * mini-codegen.c (mono_local_regalloc): Changed the cloberring
10326         code to deal with many regbanks.
10327
10328 2008-09-30  Zoltan Varga  <vargaz@gmail.com>
10329
10330         * mini-codegen.c: More fp->regbank changes.
10331
10332 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
10333
10334         * mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
10335         of a hardcoded constant.
10336
10337 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
10338
10339         * method-to-ir.c (type_from_stack_type): Fix typo.
10340
10341 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
10342
10343         * mini-ia64.c (emit_move_return_value): Convert float return values to
10344         double.
10345
10346         * objects.cs: Add a new test.
10347         
10348         * mini-ia64.c (mono_arch_allocate_vars): Disable fp elimination for
10349         VARARG methods to fix an assert later.
10350
10351         * mini-mips.h mini-mips.c mini-ops.h cpu-mips.md: Update the mips back
10352         end so it at least compiles.
10353
10354 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10355
10356         * method-to-ir.c (emit_optimized_ldloca_ir): Fix this.
10357
10358 2008-09-28  Rodrigo Kumpera  <rkumpera@novell.com>
10359
10360         * method-to-ir.c (mono_method_to_ir2): Extract the ldloca + initobj
10361         optimization to a new function (emit_optimized_ldloca_ir) and enable
10362         it for both ldloca and ldloca_s.
10363
10364 2008-09-28  Zoltan Varga  <vargaz@gmail.com>
10365
10366         * method-to-ir.c (mono_method_to_ir2): Remove an unnecessary assert in the
10367         gshared CASTCLASS code.
10368
10369         * driver.c (mono_main): Add a workaround for shutdown crashes seen on
10370         amd64, where the libc stack unwinder encounters stack frames referring to
10371         native code in unmapped memory.
10372
10373         * method-to-ir.c (mini_emit_check_array_type): Add support for generic
10374         sharing.
10375
10376         * generics.cs: Add new test.
10377
10378 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
10379
10380         * mini-arm.h driver.c: Print the fp model when using --version on arm. Also,
10381         add a check that one of the ARM_FPU_ constants is defined.
10382
10383         * mini-exceptions.c (mono_handle_soft_stack_ovf): Really fix the build.
10384         
10385         * mini-exceptions.c: Fix build on non-altstack platforms.
10386
10387         * method-to-ir.c (mono_method_to_ir2): Fix aot support for the
10388         sharing of vtypes.
10389
10390         * ir-emit.h: Add a comment to NEW_PCONST.
10391
10392         * mini-exceptions.c (mono_altstack_restore_prot): Fix a warning.
10393
10394         * mini.h (MonoJitDomainInfo): Move some fields here from MonoDomain.
10395
10396         * mini.c aot-runtime.c method-to-ir.c driver.c mini-trampolines.c: Update
10397         after the changes to MonoJitDomainInfo.
10398
10399 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10400
10401         * mini-ppc.c, tramp-ppc.c, mini-ppc.h: Implement generic code sharing.
10402
10403 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10404
10405         * mini-ppc.c: Compiler warning fixes.
10406
10407 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10408
10409         * mini-ppc.c: Special handling for 1/2 byte structs on Darwin only
10410         for pinvokes.
10411
10412 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10413
10414         * exceptions-ppc.c, mini-ppc.h: Compile
10415         mono_arch_handle_altstack_exception() on Darwin, too.
10416
10417 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10418
10419         * method-to-ir.c (mono_emit_rgctx_method_call_full): Must also
10420         work on archs which don't have generic sharing implemented, only
10421         without the vtable_arg.
10422
10423 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10424
10425         * mini.c: Added comment explaining why delegate ctor icall
10426         wrappers are compiled.
10427
10428 2008-09-26  Mark Probst  <mark.probst@gmail.com>
10429
10430         * mini.c: Don't produce trampolines to delegate ctor icall
10431         wrappers but compile them upfront.
10432
10433 Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
10434
10435         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: amd64 support code for calling a
10436         runtime-set function when going back to managed code. Currently this
10437         is used to set back the protection on the soft ovf pages and/or to
10438         throw the stack overflow exception that happened in unmanaged code.
10439
10440 Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
10441
10442         * tramp-x86.c, mini-x86.h, mini-x86.c: x86 support code for calling a
10443         runtime-set function when going back to managed code. Currently this
10444         is used to set back the protection on the soft ovf pages and/or to
10445         throw the stack overflow exception that happened in unmanaged code.
10446
10447 Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
10448
10449         * mini.h, mini.c, mini-trampolines.c, mini-exceptions.c: added
10450         the support code for restoring stack protection after stack overflows
10451         that happen in unmanaged code. Don't set the exec permission on the
10452         soft overflow area.
10453
10454 2008-09-26  Zoltan Varga  <vargaz@gmail.com>
10455
10456         * mini-trampolines.c (mono_delegate_trampoline): Add wrappers even if
10457         delegate->method_ptr is set. Fixes #428054.
10458
10459 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10460
10461         * tests.cs: Rename to ratests.cs.
10462
10463         * method-to-ir.c: Merge the emit_get_rgctx () calls into the 
10464         emit_get_rgctx_... functions.
10465
10466 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10467
10468         * method-to-ir.c: Eliminated macro EMIT_GET_RGCTX.
10469
10470 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10471
10472         * mini-trampolines.c (mono_magic_trampoline): Unwrap wrappers
10473         before asserting that method is sharable.
10474
10475 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10476
10477         * method-to-ir.c, mini.c, jit-icalls.c: New function for checking
10478         whether method needs a static RGCTX wrapper used instead of
10479         complex conditions.
10480
10481         * generic-sharing.c, mini.h: A few functions moved to
10482         metadata/generic-sharing.c.
10483
10484 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10485
10486         * method-to-ir.c, mini.c, mini-exceptions.c, mini-trampolines.c:
10487         Generic code sharing for value types, which essentially means
10488         treating value type methods like static methods.  The RGCTX is
10489         passed in the same way.
10490
10491 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10492
10493         * method-to-ir.c (mono_method_to_ir2): Avoid an assert in the NEWOBJ
10494         opcode when creating multi-dimensional arrays of open types.
10495
10496         * generic-sharing.c (mono_method_check_context_used): Handle arrays of
10497         open generic types.
10498
10499         * generics.cs: Add a test.
10500
10501         * mini-codegen.c: Use macros everywhere for checking floats instead of == 'f'.
10502
10503 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10504
10505         * mini.h (MonoCompile): Add 'disable_vreg_to_lvreg' flag.
10506
10507         * mini.c (mini_method_compile): Set it when running under the debugger. 
10508
10509         * method-to-ir.c (mono_handle_global_vregs): Disable global->local
10510         vreg optimization if the flag is set.
10511
10512         * driver.c (mono_main): Add --attach= option to pass options to
10513         the attach agent.
10514
10515         * mini.c (sigquit_signal_handler): Start the attach agent.
10516
10517         * ssapre.c: Disable this to save space since it is not yet ported to
10518         linear IR.
10519
10520         * regalloc2.c: Disable this to save space.
10521
10522         * mini.h (MonoJitStats): Remove unused analyze_stack_repeat.
10523
10524 Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
10525
10526         * decompose.c, method-to-ir.c, mini-codegen.c, regalloc2.c: make
10527         the -v option useful again.
10528
10529 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10530
10531         * mini-amd64.c (mono_arch_output_basic_block): Add support for
10532         --break-at-bb.
10533
10534         * inssel.brg (mini_emit_castclass): Avoid the szarray!=array checks for
10535         arrays of arrays. Fixes #428406.
10536
10537         * method-to-ir.c (mini_emit_castclass): Ditto.
10538
10539         * objects.cs: Add new test.
10540         
10541 2008-09-23  Rodrigo Kumpera  <rkumpera@novell.com>
10542
10543         * method-to-ir.c (type_to_eval_stack_type): The code path for the new JIT
10544         was wrong at it choked against target_type_is_incompatible for byref types.
10545
10546 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10547
10548         * mini-codegen.c: Use 'bank' macros instead of 'is_fp' macros in most 
10549         places.
10550
10551 Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus@ximian.com>
10552
10553         * mini-exceptions.c: update a few more exceptions-related counters.
10554
10555 Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
10556
10557         * aot-runtime.c, method-to-ir.c, mini.c, mini-trampolines.c: use the
10558         new functions to allocate from persistent mempools.
10559
10560 2008-09-23  Zoltan Varga  <vargaz@gmail.com>
10561
10562         * mini.h regalloc.h mini-codegen.c: Generalize the regalloc code to allow 
10563         multiple register banks in the future.
10564
10565         * mini-codegen.c (mono_local_regalloc): Fix a warning.
10566
10567 2008-09-22  Rodrigo Kumpera  <rkumpera@novell.com>
10568
10569         * mini.c (type_to_eval_stack_type): Remove duplicated function.
10570
10571         * method-to-ir.c (type_to_eval_stack_type): Make this version compatible with both JIT.
10572
10573         * mini.h: Export type_to_eval_stack_type.
10574
10575         This function was nearly duplicated in method-to-ir.c and mini.c. The difference
10576         is only ins->klass of byref types.
10577
10578 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
10579
10580         * method-to-ir.c (mini_emit_memset): Use a default alignment of 4.
10581         (mini_emit_memcpy2): Ditto.
10582
10583         * mini-amd64.c: Fix a warning.
10584
10585 2008-09-21  Mark Probst  <mark.probst@gmail.com>
10586
10587         * exceptions-ppc.c (mono_arch_get_call_filter): Fixed stack frame
10588         linking.
10589
10590 2008-09-19  Rodrigo Kumpera  <rkumpera@novell.com>
10591
10592         * method-to-ir.c: Extract stloc micro-optimization to a
10593         function and apply it to all cases.
10594
10595 2008-09-19  Mark Probst  <mark.probst@gmail.com>
10596
10597         * method-to-ir.c: Don't fail generic code sharing in cases we
10598         already support.
10599
10600 2008-09-18  Mark Probst  <mark.probst@gmail.com>
10601
10602         * mini-ppc.c: Handle structs in tailcalls on Darwin.
10603
10604 Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
10605
10606         * *.c, *.md, mini-ops.h: introduced relaxed_nop opcode for spin wait
10607         implementation.
10608
10609 Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus@ximian.com>
10610
10611         * trace.c: make tracing more useful and correct, with per-thread
10612         id and indent info.
10613
10614 2008-09-15  Mark Probst  <mark.probst@gmail.com>
10615
10616         * mini-ppc.c (mono_arch_emit_call): Convert floats to R4 when
10617         doing a method call and the argument is an R4.
10618
10619 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
10620
10621         * aot-compiler.c (add_wrappers): Do not generate runtime invoke wrappers for
10622         generic methods.
10623
10624 2008-09-13  Mark Probst  <mark.probst@gmail.com>
10625
10626         * mini-ppc.c: Convert result to single for OP_ICONV_TO_R4.
10627
10628 2008-09-12  Zoltan Varga  <vargaz@gmail.com>
10629
10630         * mini.h (MONO_IS_JUMP_TABLE): Handle GOT_ENTRY.
10631         (MONO_JUMP_TABLE_FROM_INS): Ditto.
10632
10633 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10634
10635         * driver.c: Add a --agent argument (not supported yet) to load managed
10636         agent assemblies before loading the main assembly, similarly to how the
10637         Java VM handles agents.
10638
10639 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10640
10641         * mini-ppc.c (mono_arch_allocate_vars): Use arch-independent
10642         function to do stack layout of local variables.
10643
10644 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10645
10646         * mini-ppc.c (calculate_sizes): Bugfix in sigcookie position
10647         calculation.
10648
10649 2008-09-11  Zoltan Varga  <vargaz@gmail.com>
10650
10651         * method-to-ir.c ssa2.c mini.c mini-amd64.c decompose.c ssa.c abcremoval.c
10652         abcremoval2.c branch-opts.c driver.c dominators.c: Disable parts of the
10653         JIT if DISABLE_JIT is defined.
10654
10655         * Makefile.am: Avoid compiling/linking in inssel.c if DISABLE_JIT is
10656         defined.
10657
10658 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10659
10660         * iltests.il.in: Disable the fconv test on PPC (the result is
10661         undefined according to ECMA).
10662
10663 2008-09-10  Mark Probst  <mark.probst@gmail.com>
10664
10665         * iltests.il.in: Enable tail call tests for PPC.
10666
10667         * mini.h: Add variable for storing incoming valuetype argument
10668         addresses for tail calls.
10669
10670         * mini-ppc.c: Implement valuetype arguments and return values for
10671         tailcalls on Linux.
10672
10673 2008-09-09  Mark Probst  <mark.probst@gmail.com>
10674
10675         * mini-ppc.c: Partially implement tail calls (struct arguments and
10676         return values not supported).
10677
10678         * method-to-ir.c: Enable tail calls on PPC.
10679
10680 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
10681
10682         * aot-compiler.c (emit_wrapper_info): Omit the klass name from
10683         runtime-invoke wrappers to work around the problem of them getting
10684         assigned to a random class.
10685
10686         * aot-runtime.c (mono_aot_get_method): Ditto.
10687         
10688 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
10689
10690         * mini-exceptions.c mini-mips.h mini-s390.h exceptions-mips.c: Kill
10691         the CUSTOM_EXCEPTION_HANDLING and CUSTOM_STACK_WALK defines.
10692
10693 2008-09-07  Mark Probst  <mark.probst@gmail.com>
10694
10695         * method-to-ir.c (mono_method_to_ir2): Disable tail calls for PPC
10696         until they're implemented properly.
10697
10698         * exceptions-ppc.c: Use arch-independent exception-handling code
10699         instead of custom one.
10700
10701         * exceptions-ppc.c, mini-ppc.c, mini-ppc.h: Bug fixes and changes
10702         for Linear IR.
10703
10704         * tramp-ppc.c, mini-ppc.c: Fixed warnings.
10705
10706         * decompose.c, aot-runtime.c, aot-compiler.c: PPC code also
10707         applies when __powerpc__ is defined.
10708
10709 2008-09-06  Zoltan Varga  <vargaz@gmail.com>
10710
10711         * aot-runtime.c (mono_aot_get_method): Add another cache mapping wrapper
10712         methods to their code to avoid computing the full name of wrappers and
10713         doing a lookup in a string hash table.
10714
10715 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10716
10717         * method-to-ir.c: Remove the CHECK_BBLOCK () stuff it is not needed since
10718         we identify bblocks before method_to_ir () is ran.
10719
10720         * branch-opts.c (mono_optimize_branches): Avoid nullifying the exit bblock.
10721         Also avoid optimizing branches pointing to themselves.
10722
10723         * mini.c (mini_method_compile): Ditto. Fixes #422947.
10724
10725 2008-09-05  Rodrigo Kumpera  <rkumpera@novell.com>
10726
10727         * driver.c (mono_main): Enable the new verifier under core-clr and cas.
10728
10729 2008-09-05  Zoltan Varga  <vargaz@gmail.com>
10730
10731         * tramp-arm.c (mono_arch_nullify_class_init_trampoline): Implement this.
10732         (mono_arch_patch_plt_entry): Fix the calculation of the jump_entry.
10733         (mono_arch_get_nullified_class_init_trampoline): Return 'code' instead of
10734         'buf'.
10735
10736         * aot-compiler.c (emit_plt): Fix the arm plt entries, previously they all 
10737         jumped to the same entry in plt_jump_table.
10738
10739 2008-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
10740
10741         * method-to-ir.c (initialize_array_data): Handle field with RVA from
10742         dynamic images.
10743
10744 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
10745
10746         * method-to-ir.c (handle_isinst): Do the assignment at the beginning, so the
10747         other assignment can be if converted. Saves 1.5% on corlib size and fixes
10748         #421807.
10749
10750 2008-08-29  Geoff Norton  <gnorton@novell.com>
10751
10752         * aot-compiler.c: The Mach/ARM compiler doesn't understand the bss
10753         segment, and doesn't properly handle .space as .text.  Fixes
10754         AOT Mach/ARM
10755
10756 2008-08-29  Geoff Norton  <gnorton@novell.com>
10757
10758         * mini.c: Disable the mach exception handler when running on 
10759         ARM
10760
10761 2008-08-29  Geoff Norton  <gnorton@novell.com>
10762
10763         * aot-compiler.c: Patch from Renaldas Zioma to properly register 
10764         globals on Darwin/ARM
10765
10766 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
10767
10768         * mini.c: Avoid not initializing the runtime when doing AOT compilation, 
10769         since too many things depend on it. Instead, call 
10770         mono_runtime_set_no_exec ().
10771         
10772         * mini.c (mono_create_tls_get): Call mono_alloc_preg (cfg) when running with
10773         the new JIT.
10774
10775         * aot-compiler.c: Add an 'asm-only' AOT option.
10776
10777         * mini.c: Avoid initializing the runtime when doing AOT compilation.
10778                 
10779         * aot-compiler.c (compile_method): Disable gshared support for now as it
10780         doesn't yet work.
10781
10782 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10783
10784         * mini-amd64.h : Fix a compiler warning.
10785
10786         * exceptions-amd64.c (mono_arch_unwindinfo_install_unwind_info) :
10787           Changed to use a callback function to retrieve the unwind info.
10788           This avoids problems observed when code blocks were removed by
10789           unloading an app domain.
10790
10791         * mini-amd64.c (mono_arch_cpu_optimizazions) : Removing the peephole 
10792           and branch excludes for Winx64.  The fix in exceptions-amd64.c allows them
10793           to work properly.
10794
10795         Contributed under MIT/X11 license.
10796
10797 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
10798
10799         * mini-amd64.c (mono_arch_output_basic_block) : Fix the OP_X86_PUSH_OBJ
10800           case to keep the stack aligned to 8.
10801
10802         Contributed under MIT/X11 license.
10803
10804 2008-08-26  Zoltan Varga  <vargaz@gmail.com>
10805
10806         * aot-runtime.c (mono_aot_get_method): Add a cache for wrapper names to
10807         avoid repeated linear searches.
10808
10809 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
10810
10811         * aot-compiler.c (add_wrappers): Avoid calling get_runtime_invoke with
10812         methods it can't handle.
10813         
10814         * aot-compiler.c (add_method): Avoid adding a method twice.
10815         (add_wrappers): Add runtime invoke wrappers for all methods.
10816
10817         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline_full): New
10818         function to create an aot-compatible version of this trampoline.
10819
10820         * aot-compiler.c aot-runtime.c: Add support for AOT rgctx fetch trampolines.
10821
10822 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
10823
10824         * aot-compiler.c (compile_method): Skip wrappers of generic icalls.
10825
10826         * method-to-ir.c (mono_method_to_ir2): Replace an assert in UNBOX_ANY
10827         with a generic sharing failure.
10828
10829         * aot-compiler.c (emit_klass_info): Call mono_class_get_nested_types ().
10830
10831         * method-to-ir.c (mono_method_to_ir2): Rethrow the correct exception in
10832         CEE_RETHROW. Fixes #419634.
10833
10834         * mini.c (mono_method_to_ir): Ditto.
10835
10836         * exceptions.cs: Add a new test.
10837         
10838         * generic-sharing.c (mini_type_stack_size): Always pass TRUE as allow_open
10839         to mono_type_stack_size_internal () since some callers might not pass in
10840         an rgctx.
10841
10842         * mini-x86.c (mono_arch_emit_prolog): Store the rgctx before calling
10843         instrument_prolog. Fixes #419878.
10844
10845         * mini.c (mono_compile_create_var_for_vreg): Make the lvars representing
10846         doubles in soft float mode volatile.
10847
10848 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
10849
10850         * ir-emit.h (NEW_ARGSTORE): Use cfg->args and cfg->arg_types to fix the build.
10851
10852         * method-to-ir.c (mono_save_args): Use ARGSTORE instead of TEMPSTORE
10853         to handle soft float correctly.
10854
10855         * tramp-arm.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Implement
10856         the fast path.
10857
10858         * mini.h (struct MonoCallInst): Add dynamic_imt_arg boolean field.
10859
10860         * exceptions-arm.c (mono_arch_find_jit_info): Set ctx->regs [ARMREG_R11]
10861         to sp, since the generics catch code requires it.
10862
10863         * mini-arm.h (MONO_ARCH_VTABLE_REG): Use R0 for this to avoid needless
10864         copying.
10865
10866         * method-to-ir.c (emit_imt_argument): Pass imt_arg to 
10867         mono_arch_emit_imt_argument ().
10868
10869         * mini-<ARCH>.c (mono_arch_emit_imt_argument): Add an 'imt_arg' argument.
10870
10871         * mini-arm.c tramp-arm.c: Generic sharing updates.
10872
10873 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
10874
10875         * mini-arm.c: Fix the arm build.
10876
10877         * generic-sharing.c (mini_type_get_underlying_type): New helper function
10878         handling enums, generic instances and generic sharing.
10879         (mini_type_stack_size_full): Ditto.
10880
10881         * mini-amd64.c mini-x86.c mini-arm.c: Use the new functions.
10882         
10883         * mini.h (struct): Add 'uses_rgctx_reg' and 'uses_vtable_reg' fields.
10884
10885         * method-to-ir.c: Set the new fields when using RGCTX_REG/VTABLE_REG.
10886
10887         * tramp-arm.c: Implement the rgctx fetch and the generic class init 
10888         trampolines.
10889
10890         * mini-arm.c: Various small generic sharing changes.
10891
10892         * tramp-x86.c (mono_arch_create_generic_class_init_trampoline): Implement
10893         this for x86.
10894         (mono_arch_create_trampoline_code): Remove most of the GENERIC_CLASS_INIT
10895         custom code.
10896
10897         * mini-trampolines.c (mono_create_generic_class_init_trampoline): New
10898         helper function to return a generic class init trampoline.
10899
10900         * method-to-ir.c mini.c: Use it.
10901         
10902         * tramp-amd64.c (mono_arch_create_generic_class_init_trampoline): New
10903         arch-specfic function to return a generic class init trampoline.
10904
10905         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Remove most of
10906         the GENERIC_CLASS_INIT custom code.
10907
10908         * method-to-ir.c (mono_method_to_ir2): If RGCTX_REG is not defined, that is
10909         a fatal error, not a sharing failure.
10910
10911         * tramp-<ARCH>.c (mono_arch_get_rgctx_lazy_fetch_offset): Removed, no longer
10912         needed.
10913
10914         * mini-trampolines.c (mono_rgctx_lazy_fetch_trampoline): Get the additional
10915         trampoline argument from MONO_ARCH_VTABLE_REG.
10916
10917         * tramp-x86.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10918         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10919         argument, and pass the vtable in VTABLE_REG.
10920
10921         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
10922         order of the arguments to the C trampoline: pass 'slot' as the trampoline
10923         argument, and pass the vtable in VTABLE_REG.
10924         (mono_arch_create_trampoline_code_full): Remove some special casing for
10925         the rgctx fetch trampoline.
10926
10927         * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
10928         Fixes #419273.
10929
10930         * iltests.il: Add a test for it.
10931
10932 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
10933
10934         * aot-compiler.c (compile_method): Enable AOT support for generics sharing.
10935
10936         * method-to-ir.c (mono_method_to_ir2): Remove an aot restriction which is
10937         no longer needed.
10938
10939         * mini-trampolines.c (mono_magic_trampoline): Add a sync wrapper here,
10940         use mono_jit_info_table_find () to avoid recursion.
10941         (mono_delegate_trampoline): Add a sync wrapper here.
10942
10943         * method-to-ir.c (mono_method_to_ir2): Don't call mono_ldftn_nosyc
10944         here.
10945
10946         * mini.c (mono_method_to_ir): Ditto.
10947         
10948         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Remove
10949         add_sync_wrapper argument. Don't add a sync wrapper here.
10950         (mono_create_jump_trampoline): Don't add a sync wrapper here.
10951
10952         * jit-icalls.c (mono_ldftn_nosync): Removed, no longer needed.
10953         
10954 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10955
10956         * exceptions-amd64.c (seh_handler):  For Winx64 adding missing copy 
10957           of nonvolatile registers back from MonoContext to CONTEXT.
10958
10959         Contributed under MIT/X11 license.
10960
10961 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10962
10963         * mini-amd64.c (mono_arch_get_delegate_invoke_impl):  When shifting the
10964           arguments on Winx64 there are only 4 argument registers.  For this
10965           logic to work the last argument must be pulled from the stack.  
10966
10967         Contributed under MIT/X11 license.
10968
10969 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
10970
10971         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
10972
10973         * aot-runtime.c aot-compiler.c patch-info.h mini.c: Get rid of
10974         MONO_PATCH_INFO_WRAPPER, encode/decode wrapper methods like the others in
10975         encode/decode_method_ref ().
10976
10977         * aot-compiler.c (encode_patch): Handle STATIC_RGCTX_INVOKE wrappers.
10978
10979         * aot-runtime.c (decode_patch): Ditto.  
10980
10981         * mini.c (mono_resolve_patch_target): Handle RGCTX_FETCH sub-patches of type
10982         MONO_PATCH_INFO_METHOD.
10983
10984         * aot-runtime.c (decode_exception_debug_info): Decode the contents of
10985         MonoGenericJitInfo.
10986
10987         * aot-compiler.c (emit_exception_debug_info): Emit the contents of
10988         MonoGenericJitInfo.
10989
10990         * method-to-ir.c (emit_imt_argument): Fix AOT+gshared support.
10991
10992         * mini-amd64.c (add_valuetype): Use a dummy gsctx if we didn't receive
10993         one from the caller.
10994
10995         * aot-runtime.c (decode_generic_inst): New function to decode and
10996         return a interned generic inst.
10997         (decode_klass_ref): Use it.
10998         (decode_method_ref): Ditto.
10999
11000         * aot-compiler.c (emit_exception_debug_info): Save 
11001         jinfo->has_generic_jit_info too.
11002
11003 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
11004
11005         * mini-ia64.c (mono_arch_output_basic_block): Add OP_FCONV_TO_I.
11006
11007         * iltests.il.in: Add a test for fconv_to_i.
11008
11009         * liveness.c: Disable the liveness2 pass for now to save space.
11010
11011         * regalloc2.c: Include mempool-internals.h to fix warnings.
11012
11013         * aot-compiler.c (encode_method_ref): Encode the context of generic
11014         instance methods.
11015
11016         * aot-runtime.c (decode_method_ref): Inflate generic methods using
11017         the context saved in the aot file.
11018
11019         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
11020
11021         * mini-x86.c (mono_arch_output_basic_block): Disable AOT for OP_JMP.
11022
11023         * method-to-ir.c (mono_method_to_ir2): When using CEE_JMP, make arguments
11024         volatile so they won't be optimized away.
11025
11026 2008-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
11027
11028         * ssa.c:
11029         * ssa2.c:
11030         * mini.c:
11031         * regalloc2.c:
11032         * dominators.c: Remove duplicated functions that now are in
11033         mempool-internals.h.
11034
11035 2008-08-19  Zoltan Varga  <vargaz@gmail.com>
11036
11037         * aot-compiler.c: Fix warnings.
11038
11039         * aot-runtime.c (decode_klass_ref): Add support for VARs/MVARs.
11040
11041         * aot-compiler.c (encode_klass_ref): Encode is_method too for VARs/MVARs.
11042
11043         * method-to-ir.c (emit_get_rgctx_method): Use MONO_PATCH_INFO_METHODCONST
11044         as the patch type.
11045
11046         * mini.c (mono_resolve_patch_target): Ditto.
11047         
11048         * aot-compiler.c (encode_patch): Add support for RGCTX_FETCH.
11049         (encode_klass_ref): Add support for encoding VARs/MVARs.
11050
11051         * mini.c (mono_patch_info_dup_mp): Handle RGCTX_FETCH.
11052
11053         * aot-runtime.c (decode_patch_info): Rename to 'decode_patch'. Split out
11054         the handling of the got entries into a separate 'decode_got_entry' function.
11055         Add support for RGCTX_FETCH.
11056
11057         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RDI since RAX is
11058         clobbered by the trampoline code.
11059
11060         * tramp-amd64.c mini-amd64.h: Change the VTABLE_REG to RAX since that is
11061         not clobbered by the indirect calling code.
11062
11063 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
11064
11065         * mini-x86.c (mono_arch_patch_code): Handle RGCTX_FETCH/GENERIC_CLASS_INIT
11066         to fix the build.
11067
11068 2008-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
11069
11070         * method-to-ir.c (mono_emit_method_call_full): Alloc the constructor
11071         signature using the compilation mempool otherwise we would leak it.
11072
11073 2008-08-18  Zoltan Varga  <vargaz@gmail.com>
11074
11075         * method-to-ir.c (mono_method_to_ir2): Emit the generic class inits using
11076         mono_emit_abs_call ().
11077
11078         * patch-info.h: Add GENERIC_CLASS_INIT.
11079
11080         * mini.c (mono_resolve_patch_target): Handle GENERIC_CLASS_INIT.
11081
11082         * mini-amd64.c (emit_call_body): Treat abs calls which have a patch info
11083         as their target as a near call.
11084
11085         * mini.c (mono_codegen): Handle patches stored in cfg->abs_patches in the
11086         ABS handling code.
11087         (mono_resolve_patch_target): Add support for MONO_PATCH_INFO_RGCTX_FETCH.
11088
11089         * method-to-ir.c (mono_emit_abs_call): New helper function which emits a
11090         call to a runtime function described by a patch.
11091
11092         * method-to-ir.c: Emit rgctx entry fetches and class init trampolines using
11093         mono_emit_abs_call, this has the advantage that the ABS handling code in
11094         mono_codegen () can handle them both, and can handle other stuff in the
11095         future without additional code.
11096
11097         * mini.h (struct MonoJumpInfoRgctxEntry): New structure describing an rgctx
11098         entry.
11099         (MonoCompile): Add 'abs_patches' hashtable, which contains patches describing
11100         abs addresses.
11101
11102         * mini.h: Add missing bblock related prototypes.
11103
11104         * mini.h (MonoCompile): Remove unused reverse_inst_list and
11105         reverse_inst_list_len fields.
11106
11107         * mini.c: Refactor this file a bit by moving branch optimizations to 
11108         branch-opts.c.
11109
11110         * method-to-ir.c: Merge generic sharing changes missed earlier.
11111
11112         * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST.
11113
11114         * aot-runtime.c (decode_patch_info): Refactor the code dealing with the
11115         shared patches. Process METHODCONST as a shared patch.
11116
11117         * liveness.c (mono_analyze_liveness): Disable the liveness2 code for now
11118         as it crashes on the 2.0 mscorlib.
11119
11120         * aot-compiler.c (is_shared_got_patch): Revert the last change as it seems
11121         to cause crashes.
11122         
11123         * aot-compiler.c: Use is_plt_patch () in a few additional places.
11124         (is_shared_got_patch): Add MONO_PATCH_INFO_METHODCONST, which is generated
11125         by IMT.
11126
11127         * aot-compiler.c: Reorganize the got handling code to be a bit more
11128         understandable.
11129
11130 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
11131
11132         * aot-compiler.c: Make the patch_to_plt_offset hash table use 
11133         mono_patch_info_equals/hash, and use it to massively simplify
11134         get_plt_index ().
11135
11136         * mini.c (mono_patch_info_hash): Simplify this and add support for
11137         more patch types.
11138
11139         * patch-info.h: Rename RGCTX_LAZY_FETCH_TRAMPOLINE to just RGCTX_FETCH.
11140
11141         * mini.c aot-compiler.c aot-runtime.c: Revert the LAZY_FETCH_TRAMPOLINE
11142         handling code, since an offset is not enough to identify a trampoline.
11143
11144         * method-to-ir.c: Remove some g_assert (!cfg->compile_aot) lines.
11145
11146 2008-08-17  Mark Probst  <mark.probst@gmail.com>
11147
11148         * mini.c (mono_op_imm_to_op): Add case for OP_IMUL_IMM.
11149
11150         * method-to-ir.c (mono_method_to_ir2): Decompose OP_CKFINITE.
11151
11152         * mini-ops.h: Argument and result types for OVF_CARRY ops.
11153
11154         * decompose.c: PPC decompositions for various ops.
11155
11156         * cpu-ppc.md, inssel-ppc.brg, mini-ppc.c: PPC changes for Linear IL.
11157
11158 2008-08-17  Zoltan Varga  <vargaz@gmail.com>
11159
11160         * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Make this
11161         call the generic trampoline code using a call, instead of a jump, to
11162         remove some special casing from the generic trampoline code.
11163
11164         * mini.c (mono_resolve_patch_target): Handle LAZY_FETCH_TRAMPOLINE.
11165         (mono_codegen): Ditto.
11166
11167         * aot-compiler.c aot-runtime.c: Ditto.
11168
11169         * patch-info.h: Add MONO_PATCH_INFO_RGCTX_LAZY_FETCH_TRAMPOLINE.
11170
11171         * mini-trampolines.c (mono_find_rgctx_lazy_fetch_trampoline_by_addr): New
11172         helper function to find the offset corresponding to a lazy fetch trampoline.
11173
11174         * mini.h (MonoCompile): Add 'orig_method' field to hold the original method
11175         when doing generic sharing.
11176
11177         * aot-compiler.c: Use cfg->orig_method instead of cfg->method in a lot of
11178         places.
11179         
11180         * mini.c (mono_create_rgctx_lazy_fetch_trampoline): Move this to
11181         mini-trampolines.c to be with the other trampoline creation functions.
11182
11183         * method-to-ir.c (mono_emit_method_call): Remove the 'signature' argument
11184         as it is equal to method->signature in most cases, add a 
11185         mono_emit_method_call_full variant which takes a signature and an imt
11186         argument as well.
11187
11188 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
11189
11190         * jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
11191         to this function, since it could be computed easily from the method 
11192         argument.
11193         (mono_helper_compile_generic_method_wo_context): Removed, not needed any
11194         more.
11195
11196         * method-to-ir.c mini.c: Remove references to 
11197         compile_generic_method_wo_context.
11198
11199         * method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
11200         generic method calls.
11201         
11202         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_1 for 1
11203         dimensional non-szarrays.
11204
11205         * mini.c (mini_init): Register mono_array_new_1.
11206
11207         * jit-icalls.c (mono_array_new_1): New jit icall.
11208
11209         * mini-trampolines.c (mono_magic_trampoline): For jumps, patch the GOT entries
11210         pointing to the method.
11211
11212         * aot-runtime.c (mono_aot_get_method_from_token): Register GOT slots holding
11213         method addresses belonging to METHOD_JUMP patches in the 
11214         jump_target_got_slot_hash.
11215         (mono_aot_load_method): Ditto.
11216
11217         * aot-compiler.c (compile_method): Allow AOT compilation of methods with
11218         METHOD_JUMP patches.
11219
11220         * mini.c (mini_create_jit_domain_info): New helper function which 
11221         initializes/frees domain->runtime_info.
11222         (mini_free_jit_domain_info): Ditto.
11223         (mini_init): Install the domain hook functions with the runtime.
11224
11225         * mini.h (MonoJitDomainInfo): New structure which stores the domain specific
11226         information maintained by the JIT.
11227
11228         * mini.c (mono_resolve_patch_target): For PATCH_INFO_METHOD_JUMP, move the
11229         insertion into jump_table_hash into mono_codegen (), also implement proper
11230         locking.
11231
11232         * method-to-ir.c (mono_method_to_ir2): Don't disable AOT for CEE_JMP and
11233         tail calls, it is already done by the aot code.
11234         
11235         * method-to-ir.c (mono_method_to_ir2): Handle CEE_JMP using the tail call
11236         mechanism on amd64.
11237
11238         * iltests.il.in: Make the jmp test a bit more complex.
11239
11240         * aot-compiler.c (encode_method_ref): Handle references to normal methods of
11241         generic instances which doesn't have a token.
11242
11243         * aot-runtime.c (decode_method_ref): Ditto.
11244         
11245         * method-to-ir.c (handle_unbox_nullable): Don't disable AOT, the aot code
11246         can handle this case now.
11247         (handle_box): Ditto.
11248
11249 2008-08-15  Geoff Norton  <gnorton@novell.com>
11250
11251         * mini-x86.c: Fix alignment on Apple x86, and re-disable the alignment
11252         debugging check.
11253
11254 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
11255
11256         * method-to-ir.c (mono_method_to_ir2): Allow AOT compilation of methods
11257         calling generic methods.
11258
11259         * aot-compiler.c (encode_patch): Handle MONO_PATCH_INFO_METHOD_RGCTX.
11260
11261         * aot-runtime.c (decode_patch_info): Ditto.
11262
11263         * mini.c (mono_resolve_patch_target): Ditto.
11264         
11265         * patch-info.h: Add METHOD_RGCTX.
11266
11267         * mini-amd64.c (mono_arch_output_basic_block): Optimize LOCALLOC_IMM.
11268
11269 2008-08-14  Zoltan Varga  <vargaz@gmail.com>
11270
11271         * mini-amd64.c (mono_arch_emit_call): Nullify call->vret_var if returning
11272         arguments in registers.
11273
11274         * decompose.c (mono_decompose_vtype_opts): Create a var for the vreg in
11275         OP_VCALL too, don't depend on OP_OUTARG_VTRETADDR doing it.
11276
11277         * mini.c (mini_method_compile): Abort aot compilation for generic
11278         methods if generic sharing is disabled.
11279         
11280         * mini.c (mono_method_to_ir): Disable AOT for virtual calls requiring
11281         an mrgctx.
11282
11283         * method-to-ir.c (mono_method_to_ir2): Disable AOT for virtual calls 
11284         requiring an mrgctx.
11285
11286         * decompose.c (mono_decompose_vtype_opts): Emit the correct sized
11287         store instructions when converting a vcall to a normal call.
11288
11289         * mini.c (sigprof_signal_handler): Call mono_find_jit_info instead of
11290         mono_arch_find_jit_info.
11291
11292 2008-08-13  Zoltan Varga  <vargaz@gmail.com>
11293
11294         * method-to-ir.c (check_inline_called_method_name_limit): Optimize this to
11295         avoid calling mono_method_full_name () for every method even if the
11296         env var is not set.
11297         (check_inline_caller_method_name_limit): Ditto.
11298
11299 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
11300
11301         * driver.c (main_thread_handler): Allow AOT compilation of multiple 
11302         assemblies in one run.
11303
11304         * aot-compiler.c (mono_compile_assembly): Only print out a count of
11305         skipped methods if it is not 0.
11306
11307         * Makefile.am (aotcheck): AOT compile all test assemblies in one run.
11308
11309 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
11310
11311         * mini.c (mono_codegen):  Changing a preprocessor check from WIN64 to
11312           MONO_ARCH_HAVE_UNWIND_TABLE.
11313
11314         Contributed under MIT/X11 license.
11315
11316 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
11317
11318         * mini-amd64.c (mono_arch_cpu_optimizazions):  Remove peephole and branch
11319           from default optimizaton list on Winx64.
11320
11321         * mini-amd64.c (emit_tls_get):  Added Winx64 specific implementation for GetTLS.
11322
11323         * mini-amd64.c (mono_arch_emit_prolog):  Adding an offset on Winx64 to get
11324           the LMF from the MonoJitTlsData structure.
11325
11326         * mini-amd64.c (mono_arch_setup_jit_tls_data):  Added Winx64 implementation.
11327
11328         Contributed under MIT/X11 license.
11329
11330 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
11331
11332         * mini.c (sigsegv_signal_handler): Fix the build.
11333
11334         * mini-amd64.c (emit_call_body): Use image->aot_module instead of 
11335         assembly->aot_module.
11336
11337         * aot-runtime.c: Use image->aot_module instead of searching in the aot_modules
11338         hash table. This simplifies and speeds up a lot of code, and fixes support
11339         for .netmodules.
11340
11341         * mini.c (SIG_HANDLER_SIGNATURE): Avoid crashes if the thread is not registered
11342         with the runtime.
11343
11344         * mini-exceptions.c: Ditto.
11345         
11346         * exceptions-*c.c (mono_arch_find_jit_info): Remove unused 'trace' and
11347         'native_offset' argument, since these are computed in the 
11348         mono_find_jit_info () function.
11349
11350         * mini-exceptions.c (mono_find_jit_info): Make this non-static, as it
11351         is used by exceptions-ppc.c.
11352
11353         * exceptions-ppc.c: Call mono_find_jit_info () instead of 
11354         mono_arch_find_jit_info ().
11355         
11356         * mini-ppc.h exceptions-ppc.c mini-mips.h mini-mips.c exceptions-mips.c
11357         mini-exceptions.c: Get rid of the CUSTOM_STACK_WALK stuff, use the
11358         generic code in mini-exceptions.c.
11359
11360 2008-08-11  Zoltan Varga  <vargaz@gmail.com>
11361
11362         * mini-ppc.c (mono_arch_flush_register_windows): Add this for ppc.
11363
11364         * aot-runtime.c (mono_aot_get_plt_info_offset): Fix a warning.
11365         
11366         * aot-runtime.c (mono_aot_get_method): Avoid doing all the loading inside
11367         the aot lock, to avoid deadlocks when mono_aot_get_class_from_name () is
11368         called while holding the loader lock. Fixes #415608.
11369         (mono_aot_get_method_from_token_inner): Ditto.
11370
11371 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11372
11373         * exceptions-ppc.c (mono_jit_walk_stack): Use MONO_INIT_CONTEXT_FROM_CURRENT
11374         to reduce differences between this and the generic implementation in
11375         mini-exceptions.c.
11376         (ves_icall_get_frame_info): Ditto.
11377
11378         * mini-ppc.h (MONO_INIT_CONTEXT_FROM_CURRENT): Define this for ppc too.
11379
11380         * mini-exceptions.c (mono_exceptions_init): Remove an #ifdef which is no
11381         longer neccesarry.
11382
11383         * exceptions-ppc.c (arch_get_call_filter): Rename this to 
11384         mono_arch_get_call_filter () and make it non-static, for consistency with the
11385         other architectures.
11386
11387 2008-08-09  Rodrigo Kumpera  <rkumpera@novell.com>
11388
11389         * mini.c:
11390         * local-propagation.c:
11391         * mini-x86.c: Correct the name of arch defines.
11392
11393 2008-08-09  Zoltan Varga  <vargaz@gmail.com>
11394
11395         * method-to-ir.c (mono_op_to_op_imm_noemul): Correct name of
11396         NO_EMULATE_LONG_SHIFT_OPS define.
11397
11398 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
11399
11400         * method-to-ir.c (mono_method_to_ir2): Remove some code from CEE_MONO_LDPTR
11401         now that aot-ed icall wrappers use CEE_MONO_ICALL_ADDR.
11402
11403         * aot-compiler.c aot-runtime.c: Add support for static aot compilation.
11404         MACH fixes. Merged from the 2.0 branch.
11405
11406         * method-to-ir.c (mono_method_to_ir2): Handle CEE_MONO_ICALL_ADDR.
11407
11408         * mini.c (mono_resolve_patch_target): Error out if an icall is not found.
11409         (mono_method_to_ir): Handle CEE_MONO_ICALL_ADDR.
11410
11411         * exceptions-arm.c (mono_arch_get_throw_exception_generic): Add AOT support.
11412
11413         * method-to-ir.c mini.c driver.c aot-compiler.c: Update after
11414         mono_marshal_get_native_wrapper () signature changes.
11415
11416 2008-08-07  Rodrigo Kumpera  <rkumpera@novell.com>
11417
11418         * jit-icalls.c (mono_fconv_ovf_u8): Work around soft-float double to long
11419         conversion bug under arm.
11420
11421 2008-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
11422
11423         * cpu-arm.md: Increase long_conv_to_ovf_i4_2 max length to 36.
11424
11425         * mini-arm.c (mono_arch_output_basic_block): Implement long to int conversion
11426         with overflow checking.
11427
11428 2008-08-05  Marek Habersack  <mhabersack@novell.com>
11429
11430         * Makefile.am (GENMDESC_PRG): when cross-compiling use full path
11431         to the genmdesc.pl file
11432
11433 2008-08-05  Zoltan Varga  <vargaz@gmail.com>
11434
11435         * ir-emit.h (EMIT_NEW_ARGSTORE): Fix the usage of param_types and
11436         arg_array in the soft-float versions of the LOAD/STORE macros.
11437
11438         * method-to-ir.c (mono_method_to_ir2): Fix a warning in the arm switch
11439         implementation.
11440
11441         * ir-emit.h (NEW_VARLOADA): Handle SOFT_FLOAT correctly.
11442
11443 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11444
11445         * mini-ia64.c (add_valuetype): Only reserve half parameter slot for each member of
11446         a float HFA. Fixes #413621.
11447
11448 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
11449
11450         * mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
11451         frame_size to args_size. Fixes build.
11452
11453 2008-08-02  Zoltan Varga  <vargaz@gmail.com>
11454
11455         * mini-x86.c (mono_arch_get_argument_info): Rename frame_size to args_size,
11456         and don't align it to MONO_ARCH_FRAME_ALIGNMENT.
11457
11458         * mini-x86.h: Change MONO_ARCH_FRAME_ALIGNMENT to 8 so doubles stored on
11459         the stack are not unaligned. Fixes #413247.
11460         
11461 Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
11462
11463         * mini.c: update jitted methods performance counters.
11464
11465 Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus@ximian.com>
11466
11467         * mini-exceptions.c: increase the exceptions thrown performance
11468         counter in mono_handle_exception ().
11469
11470 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
11471
11472         * aot-runtime.c: Use MonoImage's as keys in the aot_modules hash so the aot
11473         can work with netmodules.
11474
11475 2008-07-28  Geoff Norton  <gnorton@novell.com>
11476
11477         * mini-x86.h: Correct the frame alignment on OSX.  Fixes the jit 
11478         regression tests.
11479
11480 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11481
11482         * mini-x86.c (mono_arch_emit_call): Emi the osx stack alignment at the
11483         correct place.
11484
11485 2008-07-28  Bill Holmes  <billholmes54@gmail.com>
11486
11487         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11488           The float param registers and other param registers must be the 
11489           same index on Windows x64.
11490
11491         * mini-amd64.c (mono_arch_allocate_vars) : Implementing the 
11492           ArgValuetypeAddrInIReg argument case.  Setting the argument
11493           op to OP_VTARG_ADDR (OP_REGOFFSET)).
11494
11495         * mini-amd64.c (mono_arch_call_opcode) : Winx64 fix.  Use the size
11496           variable computed above as the copy length for arguments of storage
11497           type ArgValuetypeAddrInIReg.
11498
11499         * mini-amd64.c (mono_arch_emit_call) :  Implementing the 
11500           ArgValuetypeAddrInIReg argument case.  This case will rely on
11501           mono_arch_emit_outarg_vt to emit the correct code later in the process.
11502
11503         * mini-amd64.c (mono_arch_emit_call) :  On Winx64 there always needs to be
11504           a 32 byte stack allocation for all calls.  We will omit the adjustment for
11505           jump and tail call instructoins as they do not follow the typical call behavior.
11506
11507         * mini-amd64.c (mono_arch_emit_outarg_vt) :  Implementing the case for
11508           ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
11509           local variable and pass the local variable by reference to the called method.
11510
11511         * mini-amd64.c (mono_arch_emit_prolog, emit_load_volatile_arguments) :
11512           Implementing the ArgValuetypeAddrInIReg argument case.  When the address
11513           of a struct is passed in a register it must be saved with the other
11514           volatile argument on the stack.
11515
11516         * mini-amd64.c (mono_arch_emit_prolog) : Winx64 fix.  When omitting the
11517           frame pointer the stack adjustment value must be saved to the unwind 
11518           info structure.
11519
11520         Contributed under MIT/X11 license.
11521
11522 2008-07-28  Zoltan Varga  <vargaz@gmail.com>
11523
11524         * inssel-x86.brg (stmt): Add missing OP_X86_OUTARG_ALIGN_STACK rule
11525         which got lost in the merge.
11526
11527 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11528
11529         * method-to-ir.c: Make the helper_sig variables extern to fix the ppc
11530         build.
11531
11532         * mini-amd64.c (emit_call_body): Add a no_patch case missed earlier.
11533         
11534         * mini-amd64.c (emit_call_body): Avoid aligning the call instruction on
11535         icalls, since they won't be patched.
11536
11537         * exceptions-amd64.c (mono_arch_get_restore_context_full): Use a slightly
11538         different code sequence when running under valgrind to prevent some valgrind
11539         errors.
11540
11541         * iltests.il.in: Add new regression test.
11542
11543         * method-to-ir.c (mono_method_to_ir2): Fix handling of inlined methods which
11544         end with a throw.
11545
11546         * method-to-ir.c (mono_method_to_ir2): Use get_vreg_to_inst () instead of
11547         accessing cfg->vreg_to_inst directly to prevent a crash in LDFLD.
11548
11549         * iltests.il.in: Add new test.
11550
11551         * aot-compiler.c: Fix some warnings.
11552
11553         * decompose.c (mono_decompose_long_opts): Implement OP_ICONV_TO_OVF_I8_UN.
11554         Fixes #412494.
11555
11556 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
11557
11558         * driver.c (mono_main): Fix the --gc=none build. Fixes #412482.
11559         (mini_usage_jitdeveloper): Add a missing --wapi option.
11560
11561 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11562
11563         * mini-codegen.c: Simplify the is_fp macros.
11564         (free_up_ireg): Remove, use free_up_reg instead.
11565         (free_up_reg): Fix the fp case.
11566
11567 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11568
11569         * cpu-arm.md (loadr8_membase): Increase the length of this as this is not
11570         lowered earlier.
11571
11572         * exceptions-x86.c: Merge some changes which seemed to have got lost
11573         in the linear-ir merge.
11574
11575         * liveness.c: Disable the liveness2 pass on 32 bit platforms.
11576
11577         * method-to-ir.c (mono_handle_global_vregs): Make the component vregs of a
11578         long vreg volatile even if the variable was already created.
11579
11580         * liveness.c (update_liveness2): Avoid eliminating dead definitions of
11581         volatile variables.
11582
11583 2008-07-26  Zoltan Varga  <vargaz@gmail.com>
11584
11585         * cpu-x86.md (fcall_membase): Increase the size of the fcall opcodes.
11586
11587         * mini.c (mono_jit_compile_method_inner): Add support for 
11588         MONO_EXCEPTION_BAD_IMAGE.
11589
11590         * method-to-ir.c (mono_method_to_ir2): Avoid a crash if 
11591         mini_method_get_context () returns NULL. Fixes #356531.
11592
11593         * mini.c (mono_method_to_ir): Ditto.
11594         
11595         * method-to-ir.c (mono_method_to_ir2): Create a variable if needed when
11596         accessing a field of a valuetype in LDFLD/STFLD. Fixes #412399.
11597
11598 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11599
11600         * method-to-ir.c (mono_method_to_ir2): Initialize an uninitialized variable
11601         in the LDFTN implementation.
11602
11603 2008-07-25  Mark Probst  <mark.probst@gmail.com>
11604
11605         * mini-trampolines.c (mono_magic_trampoline): When sharing generic
11606         code, patch calls to icalls, too, even if they're not in the
11607         shared generic code hash.  Fixes #411962.
11608
11609 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
11610
11611         * cpu-x86.md: Increase the length of the fcall opcodes.
11612
11613         * mini-x86.c (emit_move_return_value): Avoid some precision issues for
11614         calls returning floats.
11615
11616         * method-to-ir.c (mono_method_to_ir2): Remove the generic sharing restrictions
11617         on NEWARR.
11618         
11619         * method-to-ir.c (mono_method_to_ir2): Merge some LDFTN gsharing changes
11620         missed earlier.
11621
11622         * method-to-ir.c (handle_delegate_ctor): Avoid putting dynamic methods
11623         into the domain->method_code_hash.
11624
11625         * aot-compiler.c: Fix win32 build.
11626
11627         * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
11628         
11629         * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
11630         gshared NEWARR implementation.
11631
11632         * cpu-sparc.md: Remove duplicate localloc_imm opcode.
11633
11634         * ir-emit.h (NEW_ARGLOAD): Use cfg->args and cfg->arg_types so this macro
11635         can be used outside of method_to_ir.
11636
11637         * mini.h (MonoCompile): Add arg_types field.
11638
11639         * method-to-ir.c (inline_method): Save/Restore cfg->args and cfg->arg_types.
11640         
11641         * method-to-ir.c (mono_method_to_ir2): Set cfg->args and cfg->arg_types to
11642         the values of the local arg_array and param_types array.
11643
11644 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11645
11646         * method-to-ir.c (mono_method_to_ir2): Allocate a GOT var for NEWOBJ, since
11647         got accesses might only get generated later when NEWOBJ is decomposed.
11648         
11649         * method-to-ir.c (handle_delegate_ctor): Add an optimization to avoid
11650         looking up the native code of the target method when a delegate is called
11651         for the first time.
11652
11653         * mini-trampolines.c (mono_delegate_trampoline): Add the other half of the
11654         optimization.
11655
11656         * debug-debugger.c (MONO_DEBUGGER__debugger_info): Fix a warning.
11657
11658         * aot-runtime.c aot-compiler.c: Add a new option 'no-dlsym' which makes
11659         AOT work on platforms without a working dlsym implementation.
11660
11661         * mini.h: Bump AOT image format version.
11662         
11663 2008-07-24  Mark Probst  <mark.probst@gmail.com>
11664
11665         * mini-exceptions.c: Free a MonoType with
11666         mono_metadata_free_type() instead of g_free().
11667
11668         * aot-runtime.c: Free a MonoType.
11669
11670 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
11671
11672         * method-to-ir.c (mono_method_to_ir2): Add a comment for the box+brtrue
11673         optimization.
11674
11675         * mini-codegen.c (mono_local_regalloc): Remove the remaining items from the
11676         fp stack on x86.
11677
11678 2008-07-23  Massimiliano Mantione  <massi@ximian.com>
11679         * mini.c (sigprof_signal_handler): call the new "runtime initialized"
11680         profiler hook.
11681
11682 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11683
11684         * method-to-ir.c (mono_method_to_ir2): Set the stack type properly for
11685         NEWOBJ calls on valuetypes.
11686
11687         * iltests.il.in: Add new test.
11688
11689         * mini-x86.c (mono_arch_emit_call): Use mini_type_stack_size ().
11690
11691 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11692
11693         * mini-exceptions.c: Fix some warnings. Remove one ia64 special case as it
11694         is no longer needed.
11695
11696         * mini-ia64.c (mono_arch_emit_prolog): In native-to-managed wrappers, widen
11697         non register sized integer arguments.
11698         (mono_arch_call_opcode): Add support for ArgInFloatRegR4.
11699         (mono_arch_emit_outarg_vt): Pass a more reasonable alignment to 
11700         emit_memcpy2 ().
11701
11702         * method-to-ir.c (mono_method_to_ir2): Handle the ret_var_is_local case in
11703         CEE_MONO_RETOBJ.
11704         
11705         * method-to-ir.c (ADD_WIDEN_OP): New macro to insert a widening op when
11706         two a binop with different sized arguments is emitted.
11707
11708         * mini.c (mono_bblock_insert_after_ins): Properly link up with the next
11709         instruction in the ins==NULL case.
11710
11711 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
11712
11713         * mini-ops.h: Add OP_X86_OUTARG_ALIGN_STACK.
11714
11715         * mini-x86.c: Fix osx build.
11716
11717         * mini-amd64.c (mono_arch_output_basic_block): Handle varargs in the CALL_REG
11718         opcodes as well.
11719
11720         * method-to-ir.c (mono_spill_global_vars): Avoid fusing a load+store into the
11721         instruction for non int sized variables.
11722
11723         * method-to-ir.c (mono_method_to_ir2): Fix an assert in the LDFLD
11724         implementation.
11725
11726 2008-07-23  Robert Jordan  <robertj@gmx.net>
11727
11728         * method-to-ir.c: Fix MSVC build.
11729
11730 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
11731
11732         * method-to-ir.c (mono_method_to_ir2): When calling native code which returns
11733         a non int sized type, widen it to an int since newer versions of gcc seem to
11734         generate code which needs this.
11735
11736         * ssa2.c abcremoval2.c: Fix warnings.
11737
11738         * *: Merge the Linear IR branch.
11739
11740         The original branch is at trunk/branches/vargaz/mini-linear-il, and
11741         the ChangeLog file there describes all the changes done over the years. 
11742         Further documentation can be found at www.mono-project.com/Linear_IL.
11743
11744 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11745
11746         * mini-amd64.c (get_call_info): Winx64 fix for passing floats.
11747           The float param registers and other param registers must be the 
11748           same index on Windows x64.
11749
11750         Contributed under MIT/X11 license.
11751
11752 2008-07-21  Rodrigo Kumpera  <rkumpera@novell.com>
11753
11754         * mini.c: Make the previous fix GC safe.
11755
11756 2008-07-21  Raja R Harinath  <harinath@hurrynot.org>
11757
11758         * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
11759
11760 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
11761
11762         * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
11763           on Winx64.  This type will not be passed on the stack (ArgOnStack), but 
11764           ArgValuetypeAddrInIReg instead.
11765
11766         Contributed under MIT/X11 license.
11767
11768 2008-07-21  Zoltan Varga  <vargaz@gmail.com>
11769
11770         * mini-codegen.c (get_register_spilling): Fix a warning.
11771
11772 2008-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
11773
11774         * mini.c: Use mono_runtime_class_init_full to avoid leaking memory
11775         for types which the initialization fails. Raises the provided exception
11776         at the right stop after cleanup.
11777
11778 2008-07-16  Zoltan Varga  <vargaz@gmail.com>
11779
11780         * aot-compiler.c: Free most of the memory allocated during compilation.
11781
11782         * mini.c (mini_parse_debug_options): Fix a leak.
11783         
11784         * mini.c (mini_method_compile): Don't add the method to the jit info tables
11785         during aot compilation.
11786
11787 2008-07-14  Zoltan Varga  <vargaz@gmail.com>
11788
11789         * mini.c (mono_method_to_ir): Disable aot for code using CCASTCLASS on x86 as 
11790         it has too much register pressure.
11791
11792 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
11793
11794         * inssel.brg (CEE_CASTCLASS): Remove some dead code.
11795
11796 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11797
11798         * mini-x86.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11799         on x86.
11800
11801         * mini-amd64.h aot-compiler.c aot-runtime.c: Store the plt info offset inline
11802         on amd64 similar to the way it is done on arm.
11803
11804         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
11805
11806         * aot-runtime.c (load_aot_module): Rename 'info' to 'amodule' for 
11807         consistency, normalize error messages, avoid loading aot-only modules in
11808         normal mode.
11809
11810         * driver.c (mono_main): Rename --aot-only command line option to --full-aot
11811         for consistency.
11812
11813         * aot-compiler.c aot-runtime.c tramp-arm.c: Implement aot-only support.
11814
11815 2008-07-11  Martin Baulig  <martin@ximian.com>
11816
11817         * debug-debugger.h
11818         (MonoDebuggerInfo): Add `interruption_request'.
11819
11820 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
11821
11822         * aot-compiler.c (emit_plt): Remove some dead code.
11823
11824         * exceptions-arm.c (mono_arch_get_call_filter_full): Initialize ji.
11825
11826         * aot-runtime.c (mono_aot_get_plt_info_offset): New helper function to
11827         return the plt info offset belonging to a given plt entry.
11828
11829         * mini-trampolines.c (mono_aot_plt_trampoline): Use 
11830         mono_aot_get_plt_info_offset.
11831         
11832         * aot-runtime.c aot-compiler.c tramp-arm.c: Change the arm plt code to be
11833         similar to the amd64 code by makeing jumps through a separate jump table 
11834         instead of embedding the jump addresses into the code.
11835
11836 2008-07-11  Zoltan Varga  <vargaz@gmail.com>
11837
11838         * mini.c (mono_method_to_ir): Disable aot for calling ldtoken in a generic
11839         method.
11840
11841 2008-07-10  Martin Baulig  <martin@ximian.com>
11842
11843         * mini.c (mini_method_compile): Disable generics sharing when
11844         running in the debugger.
11845
11846 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11847
11848         * mini.c (mono_method_to_ir): Create the got var in CEE_REFANYVAL.
11849
11850         * inssel.brg (CEE_CASTCLASS): Avoid reusing temporary registers to prevent
11851         the local register allocator from running out of registers on x86 when 
11852         using aot.
11853
11854 2008-07-10  Bill Holmes  <billholmes54@gmail.com>
11855
11856         * inssel-long.brg For OP_LCONV_TO_OVF_I4 an int cast is needed when 
11857         expressing IntMin for the VS Compiler.  See Compiler Warning (level 2) 
11858         C4146.
11859
11860         Contributed under MIT/X11 license.
11861
11862 2008-07-10  Zoltan Varga  <vargaz@gmail.com>
11863
11864         * aot-compiler.c: Get rid of whitespace in the generated assembly file to
11865         speed up the assembler.
11866
11867 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11868
11869         * mini-arm.h tramp-arm.c exceptions-arm.c aot-compiler.c: Beginnings of aot-only
11870         support.
11871
11872         * mini.c: Move the soft float handling macros a bit earlier, add 
11873         NEW_TEMPSTORE_SOFT_FLOAT macro, fix warnings, add soft-float support in one
11874         place.
11875
11876         * mini.h: Add prototype for mono_arch_fixup_jinfo.
11877
11878         * mini.c (mini_init): In aot-only mode, set the root domain code manager to
11879         read-only to help catch code allocation requests.
11880         
11881         * mini.c inssel.brg aot-compiler.c: Make the use of IMT runtime configurable,
11882         and turn it off when using --aot-only or when compiling with --aot=full.
11883
11884         * mini.c (mono_resolve_patch_target): In aot-only mode, allocate the
11885         jump table for switches from the normal domain mempool, not the code
11886         manager.
11887
11888         * mini-trampolines.c (get_unbox_trampoline): New function to return an
11889         unbox trampoline which handles aot-only mode too.
11890
11891         * aot-runtime.c (mono_aot_get_unbox_trampoline): New function to lookup
11892         an AOTed unbox trampoline.
11893
11894         * aot-compiler.c (emit_trampolines): Emit unbox trampolines.
11895
11896 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11897
11898         * wapihandles.c: Fixing MSVC builds.  Include statement changed from <> to
11899         ""
11900
11901         Contributed under MIT/X11 license.
11902
11903 2008-07-09  Bill Holmes  <billholmes54@gmail.com>
11904
11905         * mini.c (mono_codegen):  Allocate space at the end of the code block and store
11906           the unwind information for the method at the end of the allocated block.
11907           
11908         * mini-amd64.h: Added declarations for the unwind routines and adding field to 
11909           MonoCompileArch to hold the unwind info for SEH on Winx64
11910         
11911         * mini-amd64.c (mono_arch_emit_prolog): Calls to the unwind routines added to store
11912           frame pointer info for the method being compiled.
11913           
11914         * exceptions-amd64.c (mono_arch_get_throw_corlib_exception): Added a stack adjustment before
11915           the call to mono_exception_from_token.
11916           
11917         * exceptions-amd64.c: Added mono_arch_unwindinfo* implementations.  This code is responsible
11918           storing the method prolog information in a format that the Winx64 SEH can understand.  This
11919           information is stored a the end of the method block because it is all 32-bit offset based.
11920
11921         Contributed under MIT/X11 license.
11922
11923 2008-07-09  Zoltan Varga  <vargaz@gmail.com>
11924
11925         * mini.h: Remove duplicate definitions of the mini_wapi_ functions.
11926
11927         * wapihandles.c: Fix warnings.
11928
11929         * aot-runtime.c (load_aot_module): Add a missing error message in aot-only
11930         mode.
11931
11932         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): Avoid calling 
11933         mono_jit_compile_method in aot-only mode since that calls the type 
11934         initializer.
11935         
11936         * mini-trampolines.c (mono_create_delegate_trampoline): Avoid calling
11937         get_delegate_invoke_impl in aot-only mode.
11938
11939         * mini.c (mono_global_codeman_reserve): Reenable the aot-only check.
11940
11941 2008-07-08  Zoltan Varga  <vargaz@gmail.com>
11942
11943         * trace.c (mono_trace_enter_method): Fix printing of Type instances.
11944
11945         * aot-compiler.c (compile_method): Disable the check for GSHARED since it
11946         is on by default.
11947
11948         * inssel-long.brg (reg): Add a rule for LCALL_REG (OP_I8CONST).
11949
11950         * tramp-amd64.c (mono_arch_nullify_plt_entry): Read the nullified class
11951         init trampoline from the AOT file as well.
11952
11953         * mini-amd64.c (mono_arch_register_lowlevel_calls): Register
11954         mono_amd64_throw_exception as a jit icall since it is needed by the aot-only
11955         code.
11956
11957         * mini.c (mini_init): Move the call to mono_exceptions_init () after 
11958         mono_init.
11959
11960         * exceptions-amd64.c: Add _full variants for the remaining exception code
11961         creation functions as well, allow emission of relocatable code, remove
11962         caching since that is now done by the caller.
11963
11964         * mini-exceptions.c: Add _full variants for the remaining exception code
11965         creation functions as well, add aot-only support.
11966
11967         * aot-compiler.c (compile_method): Allow calls to methods of constructed types
11968         if we can determine a proper token for them.
11969         (add_wrappers): Add a few more wrappers.
11970         (emit_method_code): Remove some dead code.
11971         (emit_trampolines): Emit exception code too.
11972
11973         * mini.c (mono_method_to_ir): Call mono_array_new_2 if possible.
11974
11975         * jit-icalls.c (mono_array_new_2): New jit icall, specialized version of
11976         mono_array_new_va which avoids varargs.
11977
11978         * mini-exceptions.c (mono_exceptions_init): Fix the ppc build.
11979
11980         * mini-trampolines.c: Call mono_create_specific_trampoline () instead of
11981         mono_arch_create_specific_trampoline () in all places.
11982
11983         * aot-compiler.c aot-runtime.c: Refactor the trampoline emitting/loading code
11984         a bit so it can be used for other things as well.
11985         
11986         * mini-exceptions.c (mono_exceptions_init): Initialize throw_exception_by_name
11987         on demand as well.
11988
11989         * exceptions-amd64.c: Rename the caching from the exception code creation
11990         functions, it is done by the caller instead.
11991         
11992         * exceptions-amd64.c: Change the signature of the exception code creation 
11993         functions to allow the creation of relocatable code later.
11994
11995         * mini-exceptions.c: Add a set of functions to query the various 
11996         runtime-generated exception functions.
11997
11998         * mini.c mini-exceptions.c: Use the newly added functions instead of the
11999         mono_arch_.. () functions.
12000         
12001 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
12002
12003         * mini-trampolines.c (mono_aot_get_trampoline_code): Removed, no longer used.
12004
12005         * aot-runtime.c aot-compiler.c: AOT the generic trampolines in aot-only mode.
12006
12007         * mini.c (mini_get_imt_trampoline): Call mono_create_specific_trampoline ().
12008         (mini_get_vtable_trampoline): Ditto.
12009
12010         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Create relocatable
12011         code in the AOT case by returning the code size and a list of relocations to
12012         the caller.
12013
12014         * mini-trampolines.c (mono_create_specific_trampoline): New helper function.
12015
12016 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
12017
12018         * mini-amd64.c:  On Winx64 the calling convention always requires the caller to 
12019           clean the stack.
12020
12021         Contributed under MIT/X11 license.
12022
12023 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
12024
12025         * aot-compiler.c (emit_exception_debug_info): Serialize the debug info first
12026         so the buffer size can be computed correctly. Fixes #404735.
12027
12028         * debug-mini.c (mono_debug_serialize_debug_info): Lookup the debug info
12029         normally as cfg->debug_info is already freed.
12030
12031 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
12032
12033         * mini-amd64.c: For calls returning vtypes in registers, don't store
12034         the return address on the stack, instead allocate a separate local for
12035         it. Fixes #404729.
12036
12037 2008-07-05  Mark Probst  <mark.probst@gmail.com>
12038
12039         * mini-trampolines.c, mini.h: Add an argument to
12040         mono_create_jit_trampoline_in_domain() for turning off the adding
12041         of the sync wrapper.
12042
12043         * mini.c: Use the JIT trampoline without sync instead of
12044         ldftn_nosync in static RGCTX invoke wrappers so that the call can
12045         be patched.
12046
12047 2008-07-04  Mark Probst  <mark.probst@gmail.com>
12048
12049         * driver.c: Turn on GSHARED optimization by default.
12050
12051 2008-07-04  Zoltan Varga  <vargaz@gmail.com>
12052
12053         * mini-trampolines.c mini.c mini.h tramp-<ARCH>.c: Rename MONO_TRAMPOLINE_GENERIC
12054         to MONO_TRAMPOLINE_JIT since it better reflects what it does.
12055
12056         * mini-trampolines.c (mono_get_aot_trampoline_code): New internal function to
12057         create a variant of the generic trampoline code callable from AOTed trampolines.
12058
12059         * tramp-amd64.c (mono_arch_create_trampoline_code_full): Add support for generic
12060         trampoline code callable from AOTed trampolines.
12061
12062         * aot-compiler.c aot-runtime.c: Add support for AOTing trampolines.
12063
12064 2008-07-04  Mark Probst  <mark.probst@gmail.com>
12065
12066         * inssel.brg, mini-ops.h: New opcode for doing CHECK_THIS in a
12067         pass-through manner.
12068
12069         * mini.c: Generic method sharing.  Pass MRGCTX to generic methods
12070         and don't fail sharing for them anymore.
12071
12072         * mini-exceptions.c: Handle exceptions in shared generic methods.
12073
12074         * generic-sharing.c: When checking the context of a generic
12075         method, also check its class's context.  Don't treat wrappers as
12076         sharable.
12077
12078         * mini-trampolines.c: Some code factored out to
12079         metadata/generic-sharing.c.  Handle the MRGCTX case.
12080
12081         * jit-icalls.c, jit-icalls.h: ldvirtfn icall for generic sharing -
12082         we must deal with the method being of another instantiation of the
12083         class.  Add static rgctx invoke wrappers to generic methods.
12084
12085 2008-07-04  Mark Probst  <mark.probst@gmail.com>
12086
12087         * mini.c: Provide all jit infos of generic shared methods with a
12088         generic jit info.
12089
12090         * mini-exceptions.c: Handle the new situation that a generic info
12091         might be available, but not info about the this/vtable/mrgctx
12092         variable.
12093
12094 2008-07-03  Mark Probst  <mark.probst@gmail.com>
12095
12096         * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
12097         generic methods.
12098
12099 2008-07-03  Zoltan Varga  <vargaz@gmail.com>
12100
12101         * dominators.c (check_dominance_frontier): Fix a warning.
12102
12103         * mini.h: Add some missing prototypes.
12104
12105         * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
12106
12107         * driver.c (mono_jit_init_version): Correct the comments since the first
12108         argument should be the name of the root domain, not a filename.
12109
12110         * aot-runtime.c (make_writable): Error out if this is called while running
12111         with --aot-only.
12112         (load_aot_module): Ditto.
12113
12114         * aot-compiler.c: Really fix the computation of method indexes.
12115
12116         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Remove the previous 
12117         optimizations as this is no longer called frequently.
12118
12119         * mini-trampolines.c (mono_create_delegate_trampoline): Precompute the invoke
12120         method and the invoke impl code and pass it to the delegate trampoline instead of
12121         just the delegate class.
12122
12123 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
12124
12125         * aot-compiler.c: Fixup the computation of method indexes.
12126         (add_wrappers): Create the base methods of the runtime invoke wrappers using
12127         the method builder infrastructure.
12128
12129         * aot-runtime.c (decode_exception_debug_info): Don't crash if the method
12130         has no header.
12131
12132         * mini-trampolines.c (mono_create_jit_trampoline_in_domain): In aot-only
12133         mode, load the method right away instead of creating a trampoline.
12134
12135         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Eliminate locking.
12136
12137         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Eliminate locking, speed up
12138         some checks a bit.
12139
12140 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
12141
12142         * aot-runtime.c (decode_patch_info): Don't create trampolines in aot_only mode.
12143         (mono_aot_load_method): Use method_index instead of method->token.
12144
12145         * mini.c (mono_jit_compile_method_inner): Move the aot_only check down, so it
12146         can handle icalls etc. properly.
12147
12148         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
12149
12150         * aot-compiler.c aot-runtime.c: Allow AOTing many wrapper types.
12151
12152         * mini.c (mono_resolve_patch_target): Handle JIT_ICALL_ADDR.
12153         (mono_codegen): Convert calls made by JIT icall wrappers to the icalls into
12154         JIT_ICALL_ADDR patch type.
12155
12156         * patch-info.h: Add JIT_ICALL_ADDR patch type.
12157
12158         * mini.c (mono_method_to_ir): Allow AOTing methods which access the interruption
12159         request flag.
12160         (mono_resolve_patch_target): Handle INTERRUPTION_REQUEST_FLAG.
12161
12162         * patch-info.h: Add INTERRUPTION_REQUEST_FLAG.
12163
12164 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
12165
12166         * mini.c: Use domain->jit_code_hash_lock for controlling access to
12167         domain->jit_code_hash.
12168
12169 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
12170
12171         * mini.c (mini_parse_debug_options): Add 'dont-free-domains' option.
12172
12173 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
12174
12175         * mini-trampolines.c (mono_delegate_trampoline): Don't pass a gsctx to
12176         get_this_arg_from_call, let it compute it when needed.
12177
12178         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'code' argument, compute
12179         gsctx from code only when needed.
12180
12181         * mini-trampolines.c (get_generic_context): Rename this to 
12182         mono_get_generic_context_from_code (), and move it to generic-sharing.c, where
12183         it can be called by the arch backends.
12184
12185         * mini-exceptions.c (mono_print_thread_dump): Allow the argument to be NULL.
12186
12187 2008-06-26  Zoltan Varga  <vargaz@gmail.com>
12188
12189         * driver.c (mono_main): Add experimental --aot-only command line option.
12190
12191         * mini.c: Error out when creating trampolines or JIT compiling if --aot-only is
12192         set.
12193
12194 2008-06-26  Kornel Pal  <kornelpal@gmail.com>
12195
12196         * driver.c (DllMain): Remove mono_module_handle.
12197
12198         Contributed under MIT/X11 license.
12199
12200 2008-06-25  Zoltan Varga  <vargaz@gmail.com>
12201
12202         * aot-compiler.c: Add not-yet-usable 'full' option. Add some infrastructure code
12203         for emitting methods which are not in the source assembly. Detect and report
12204         failure of assembling+linking.
12205         
12206         * aot-compiler.c (emit_klass_info): Call mono_class_setup_vtable ().
12207
12208         * aot-compiler.c: Move the contents of the has_glot_slots array to MonoCompile.
12209
12210 2008-06-24  Rodrigo Kumpera  <rkumpera@novell.com>
12211
12212         * mini.c: Check if stats is enabled so we don't allocate memory when not needed.
12213
12214 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
12215
12216         * mini.h: Remove some obsolete prototypes.
12217
12218         * mini.c: Avoid storing MonoMethod pointers in the JIT stats, store their string format instead.
12219
12220 2008-06-24  Mark Probst  <mark.probst@gmail.com>
12221
12222         * mini.c (get_object_generic_inst): Variable-sized arrays are not
12223         supported by Visual Studio, so use alloca().
12224
12225 2008-06-23  Zoltan Varga  <vargaz@gmail.com>
12226
12227         * mini-ia64.c (add_valuetype): Increase *gr too when passing a HFA to be in sync with the ABi.
12228         Fixes #402585.
12229
12230 2008-06-23  Mark Probst  <mark.probst@gmail.com>
12231
12232         * mini.c: Fail sharing of a generic method if it contains an open
12233         catch clause (because we don't pass MRGCTXs yet).
12234
12235 2008-06-23  Mark Probst  <mark.probst@gmail.com>
12236
12237         * mini.c: When compiling a method with generic sharing, insert the
12238         method instantiated with an all-Object generic context into the
12239         jit info table, instead of the context of the first instantiation
12240         of the method we happen to compile.
12241
12242 2008-06-18  Martin Baulig  <martin@ximian.com>
12243
12244         * debug-debugger.h (MonoDebuggerInfo): Replaced `version' with
12245         `major_version' and `minor_version'.
12246
12247 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12248
12249         * generic-sharing.c, mini.c, mini.h, aot-runtime.c:
12250         mono_method_is_generic_sharable_impl() takes an additional
12251         argument specifying whether to treat type variables as reference
12252         types.
12253
12254 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12255
12256         * mini.h: Removed obsolete prototypes.
12257
12258 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12259
12260         * mini.c: Don't fail generic sharing for initobj and sizeof - we
12261         already handle them.
12262
12263 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12264
12265         * mini.h, mini-trampolines.c, tramp-alpha.c, tramp-amd64.c,
12266         tramp-arm.c, tramp-hppa.c, tramp-ia64.c, tramp-mips.c,
12267         tramp-ppc.c, tramp-s390.c, tramp-s390x.c, tramp-sparc.c,
12268         tramp-x86.c: Added a MonoGenericContext* argument to
12269         mono_arch_get_unbox_trampoline() so that it can call other
12270         functions which require it.
12271
12272 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12273
12274         * mini.h, mini-trampolines.c, mini-amd64.c, mini-x86.c,
12275         mini-alpha.c, mini-arm.c, mini-ia64.c, mini-ppc.c:
12276         mono_arch_get_this_arg_from_call() takes a
12277         MonoGenericSharingContext* as well.
12278
12279 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12280
12281         * mini.c: Factor out code for emitting unbox into emit_unbox() and
12282         implement generic sharing of unbox.
12283
12284 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12285
12286         * mini.c: Don't compute the vtable to determine whether a field is
12287         special static, because it might not work for open types.
12288
12289 2008-06-17  Mark Probst  <mark.probst@gmail.com>
12290
12291         * mini.c: Removed the unused token_type and token_source arguments
12292         from get_runtime_generic_context_ptr().
12293
12294 2008-06-17  Marek Habersack  <mhabersack@novell.com>
12295
12296         * mini.c (ADD_BINOP): fix the build
12297
12298 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
12299
12300         * mini.c (ADD_BINOP): When operating on a native int and an int32, insert
12301         a widening op.
12302
12303 2008-06-16  Mark Probst  <mark.probst@gmail.com>
12304
12305         * mini.h: Removed class relations enum that's not used anymore.
12306
12307 2008-06-16  Mark Probst  <mark.probst@gmail.com>
12308
12309         * tramp-x86.c, tramp-amd64.c: Slot access code for MRGCTXs.
12310
12311         * mini-trampolines.c: Distinguish between RGCTXs and MRGCTXs in
12312         the lazy fetch trampoline access code.
12313
12314 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
12315
12316         * mini-codegen.c (mono_local_regalloc): Add some micro optimizations.
12317
12318 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
12319
12320         * mini.c: Fix some soft-float bugs. Fixes #378735 and #398348.
12321
12322         * mini.h (MONO_INST_LIST_ENTRY): Fix warnings on arm.
12323
12324         * mini.c (mono_method_to_ir): Check call signature for NEWOBJ as well.
12325
12326 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12327
12328         * mini-x86.c inssel-x86.brg cpu-x86.md: Implement unsigned min/max
12329         intrinsics.
12330
12331         * mini-ops.h: Add MIN/MAX_UN opcodes.
12332
12333         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Implement unsigned min/max
12334         intrinsics.
12335
12336         * basic-math.cs: Add more min/max tests.
12337
12338         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
12339
12340 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12341
12342         * mini.c: Small fix in the prologue of emit_castclass.
12343
12344 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12345
12346         * inssel.brg: Remove the OP_MIN/OP_MAX rules. Fix a warning.
12347
12348         * mini.c (mini_get_inst_for_method): Remove the Min/Max intrinsics, they
12349         do not work even for unsigned types. Fixes #400014.
12350
12351         * basic-math.cs: Add regression tests for unsigned Min/Max.
12352
12353 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12354
12355         * mini.c: Added additional context_used argument to several
12356         functions, which will be needed for sharing generic methods.  Use
12357         GET_RGCTX macro wherever appropriate.  Declare only one
12358         context_used in mono_method_to_ir().
12359
12360 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12361
12362         * mini.c, generic-sharing.c: Removed generic class relations.
12363
12364         * mini.c, tramp-amd64.c, tramp-x86.c: Additional arguments to
12365         functions due to MRGCTX changes.
12366
12367 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12368
12369         * inssel.brg, inssel-long.brg, inssel-long32.brg, mini-ops.h,
12370         graph.c, local-propagation.c, aliasing.c: New opcodes for calls
12371         with calculated IMT.
12372
12373         * mini.c: Generic sharing of calls via generic interfaces.
12374
12375         * jit-icalls.c, jit-icalls.h: Helper function for compiling a
12376         generic method with non-constant MonoGenericContext*.  Instead,
12377         the context is taken out of the method itself.
12378
12379 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12380
12381         * mini.c: Generic sharing of ldvirtftn.
12382
12383 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12384
12385         * mini.c: Generic sharing of ldftn.
12386
12387 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12388
12389         * mini.c: Do pass VTable/RGCTX argument to static generic methods.
12390
12391 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12392
12393         * mini.c: Generic sharing of the special case of ldtoken followed
12394         by a call to GetTypeFromHandle.
12395
12396 2008-06-13  Mark Probst  <mark.probst@gmail.com>
12397
12398         * mini.c: Generic sharing of box for nullable types.
12399
12400 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
12401
12402         * mini-s390x.c (add_stackParm): Fix computation of offsets when arguments
12403         are passed on the stack. Fixes #324807.
12404
12405 2008-06-12  Bill Holmes  <billholmes54@gmail.com>
12406
12407         * mini-amd64.c:add_valuetype: Adding Winx64 code to fill the ArgInfo
12408         for the ArgValuetypeAddrInIReg case.
12409
12410         * mini-amd64.c:mono_arch_allocate_vars:  Adding a case for 
12411         ArgValuetypeAddrInIReg to avoid asserts.  Code needs to be added here.
12412
12413         * mini-amd64.c: mono_arch_call_opcode:  Adding Winx64 code for an ArgInfo of 
12414         type ArgValuetypeAddrInIReg.  The code emitted will copy the argument to a 
12415         local variable and pass the local variable by reference to the called method.
12416           
12417         * mini-amd64.c: mono_arch_emit_prolog:  Adjust the stack for calls to
12418         mono_jit_thread_attach and mono_get_lmf_addr for Winx64.
12419
12420         Contributed under MIT/X11 license.
12421
12422 2008-06-10  Rodrigo Kumpera  <rkumpera@novell.com>
12423
12424         * debug-mini.c (mono_debug_free_method_jit_info): Moved to metadata/mono-debug.c.
12425
12426         * debug-mini.c (mono_debug_print_vars): Release memory after printing
12427         everything.
12428
12429 2008-06-10  Martin Baulig  <martin@ximian.com>
12430
12431         * debug-mini.c
12432         (mono_debug_close_method): Check whether `cfg->epilogue_begin != NULL'.
12433
12434 2008-06-09  Kornel Pal  <kornelpal@gmail.com>
12435
12436         * main.c: Add and set argv [argc] to NULL to match C specification that fixes
12437         possible error when no arguments are passed.
12438
12439         Contributed under MIT/X11 license.
12440
12441 2008-06-09  Rodrigo Kumpera  <rkumpera@novell.com>
12442
12443         * mini-exceptions.c (ves_icall_get_trace): Skip source locations
12444         where the file name is NULL.
12445
12446 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
12447
12448         * mini.c: Fix s390 build.
12449
12450 2008-06-08  Zoltan Varga  <vargaz@gmail.com>
12451
12452         * trace.c (mono_trace_parse_options): Fix warnings.
12453
12454         * mini-amd64.c: Revert most of the last patch for now as it breaks the build.
12455
12456 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
12457
12458         * mini.c (remove_block_if_useless): Avoid printing the method name.
12459         
12460         * mini.c: Remove needless setting of ins->cil_code which is now done by 
12461         MONO_INST_NEW.
12462
12463         * mini-amd64.c: Add some code to avoid saving callee saved registers in the
12464         LMF. Not yet used.
12465
12466         * tramp-amd64.c (mono_arch_patch_callsite): Tell valgrind to discard the
12467         translated code after it has been patched.
12468
12469 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
12470
12471         * mini-amd64.c (emit_call_body): Align the call displacement to 4 bytes to
12472         avoid problems during code patching on SMP systems.
12473         (emit_call): Avoid adding a patch info which is already added by 
12474         emit_call_body.
12475         (mono_arch_emit_exceptions): Ditto.
12476
12477 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
12478
12479         * tramp-*.c (mono_arch_get_unbox_trampoline): No need to check for ret->byref,
12480         MONO_TYPE_ISSTRUCT already checks for it.
12481
12482 2008-06-05  Bill Holmes  <billholmes54@gmail.com>
12483
12484         * mini-amd64.c:merge_argument_class_from_type: When marshaling 
12485           structs with floats on Winx64 the float registers are not used.  
12486           The integer registers are always used..
12487         * mini-amd64.c:add_valuetype:  When marshaling structs on Winx64 
12488           only one register will be used and only if the size of the struct 
12489           is 1,2,4, or 8 bytes.
12490
12491         * tramp-amd64.c :  Adjusting size used for mono_global_codeman_reserve
12492           to work for Winx64.
12493
12494         Contributed under MIT/X11 license.
12495
12496 2008-06-05  Martin Baulig  <martin@ximian.com>
12497
12498         * debug-debugger.c (debugger_lookup_class): Also call
12499         mono_class_setup_methods() here; we're only called from RTI.
12500
12501 2008-06-05  Andreas Farber  <andreas.faerber@web.de>
12502
12503         * mini.c (mini_init): Add DTrace probes ves-init-{begin,end}.
12504         (mini_method_compile) Add DTrace probes method-compile-{begin,end}.
12505         * Makefile.am (libmono_la_LIBADD,libmono_static_la_LIBADD,mono_LDADD):
12506         Post-process object files and add dtrace-generated object, if necessary.
12507
12508         Contributed under MIT/X11 license.
12509
12510 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12511
12512         * inssel.brg, mini-ops.h: Added opcode for unboxcast with computed
12513         element class.
12514
12515         * mini.c: Generic sharing for unbox.any and castclass.
12516
12517 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12518
12519         * mini.c: Ignore tailcall prefix in shared generic code and when
12520         doing calls which require a vtable/rgctx argument.
12521
12522 2008-06-04  Mark Probst  <mark.probst@gmail.com>
12523
12524         * mini.c: Don't free the JIT info.
12525
12526         * driver.c: Changes in the JIT info table testing code.
12527
12528 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
12529
12530         * tramp-arm.c (mono_arch_create_trampoline_code): Check for thread 
12531         interruption. Fix some warnings.
12532
12533         * tramp-*.c (mono_arch_create_trampoline_code): Call the _force_ variant of
12534         interruption_checkpoint.
12535
12536 Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
12537
12538         * jit.h, mini.h, trace.c, driver.c: introduce an API to enable tracing
12539         from embedding applications.
12540
12541 2008-06-02  William Holmes  <billholmes54@gmail.com>
12542
12543         * mini-amd64.c :  Correcting some of the issues for Winx64 dealing with
12544           reserving 32 bytes on the stack when making calls. 
12545
12546         Contributed under MIT/X11 license.
12547
12548 2008-06-01  Zoltan Varga  <vargaz@gmail.com>
12549
12550         * mini-arm.c (mono_arch_output_basic_block): Merge some small fixes from
12551         the linear IL branch.
12552
12553         * driver.c: Print out more information for --version on arm.
12554
12555 2008-05-30  Zoltan Varga  <vargaz@gmail.com>
12556
12557         * mini-amd64.c (mono_arch_emit_prolog): Increase max_offset when processing
12558         bb_exit instead, since out of line bblocks might not actually be emitted
12559         out-of-line.
12560         
12561         * mini-amd64.c (mono_arch_emit_prolog): Increase bb->max_offset by the
12562         maximum epilog size for out of line bblocks if tracing is enabled.
12563
12564         * iltests.il.in: Merge tests/long-shift.regalloc.il into this file.
12565
12566 2008-05-28  Rodrigo Kumpera  <rkumpera@novell.com>
12567
12568         * arrays.cs: Regression tests for allocating arrays with negative sizes.
12569
12570 2008-05-28  Zoltan Varga  <vargaz@gmail.com>
12571
12572         * mini-x86.h mini-x86.c inssel-x86.brg cpu-x86.md: Add support for
12573         CAS instrinsics. Optimize the implementation of the ATOMIC_EXCHANGE 
12574         opcodes.
12575
12576 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
12577
12578         * mini.c (mini_get_inst_for_method): Add support for CAS instrinsics when
12579         the 'value' to store is a constant.
12580
12581         * mini-ops.h: Add OP_ATOMIC_CAS_IMM opcodes.
12582
12583         * mini-amd64.c (mono_arch_output_basic_block): Optimize the the implementation
12584         of ATOMIC_EXCHANGE opcodes, add support for the CAS opcodes.
12585
12586 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
12587
12588         * mini.c generic-sharing.c jit-icalls.c aot-compiler.c: Use accessor functions
12589         for accessing method->generic_container.
12590
12591 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
12592
12593         * mini.c (mono_method_check_inlining): Avoid creating vtables if possible.
12594         
12595         * mini.c (SIG_HANDLER_SIGNATURE): Fix sparc build too.
12596
12597         * mini.c (SIG_HANDLER_SIGNATURE): Fix IA64 build.
12598
12599         * mini.c (mono_jit_compile_method_inner): Avoid a crash if mono_class_vtable ()
12600         fails.
12601
12602 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
12603
12604         * driver.c (mono_main): Set mono_setup_vtable_in_class_init to FALSE.
12605
12606         * mini.c: Handle the case when mono_class_vtable () fails.
12607
12608 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
12609         * mini.c (sigprof_signal_handler): Support call chains (backtrace) in
12610         the stat profiler.
12611
12612 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12613
12614         * mini.c, jit-icalls.c, jit-icalls.h: Make generic sharing work
12615         together with domain sharing.
12616
12617 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12618
12619         * mini.c: Treat callvirts to final methods like non-virtual calls
12620         when doing generic sharing, i.e. look them up in the runtime
12621         generic context.
12622
12623 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12624
12625         * inssel.brg, mini-ops.h: Added opcodes for mkrefany and refanyval
12626         with computed types (for generic sharing).
12627
12628         * mini.c: Generic sharing for mkrefany and refanyval.
12629
12630 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
12631
12632         * inssel.brg (mini_emit_virtual_call): Avoid constructing a generic vtable if
12633         possible.
12634
12635         * mini-trampolines.c (mono_magic_trampoline): Avoid calling setup_methods () in
12636         the generic sharing code.
12637         
12638         * mini-trampolines.c (mono_magic_trampoline): Call mono_class_setup_methods ()
12639         when needed.
12640
12641 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12642
12643         * mini.h: Remove the declaration of mono_aot_init_vtable ().
12644
12645 2008-05-21  C.J. Adams-collier <cjac@colliertech.org>
12646
12647         * driver.c: updated copyright date
12648
12649 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12650
12651         * aot-runtime.c mini.c: Remove the AOT init_vtable stuff as it is no longer
12652         needed.
12653
12654 2008-05-19  Martin Baulig  <martin@ximian.com>
12655
12656         * debug-debugger.h (MonoDebuggerInfo): Add `using_mono_debugger'
12657         pointing to the new `_mono_debug_using_mono_debugger' variable.
12658
12659         * driver.c
12660         (mono_main): Check mono_debug_using_mono_debugger() rather than
12661         the `MONO_INSIDE_MDB' environment variable to check whether we're
12662         inside the debugger.
12663
12664 2008-05-19  Zoltan Varga  <vargaz@gmail.com>
12665
12666         * mini.c (mini_method_compile): Use cfg->args [0] for accessing the this
12667         argument.
12668
12669 2008-05-08  Rodrigo Kumpera  <rkumpera@novell.com>
12670
12671         * declsec.h: Move MONO_SECMAN_FLAG to metadata/metadata-internals.h.
12672
12673         * mini.c: Added mini_assembly_can_skip_verification. This
12674         function checks if the assembly requested to skip verification. 
12675         Fixes part of #387274.
12676
12677 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
12678
12679         * mini.c (mini_get_method): Disable the check for open generic classes when
12680         using generic sharing.
12681
12682         * generics.cs: Add a test for #387034.
12683
12684         * mini.c (mini_get_method): Check whenever the method class is an open generic
12685         type, and return NULL in that case, causing a verification error. Fixes
12686         #384123.
12687
12688 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12689
12690         * driver.c (mono_main): Revert r102623. The right
12691         thing to do is to enable the verifier under verifiable
12692         unless a --security flag was passed.
12693
12694         We need this non-trivial behavior for --verify-all otherwise
12695         mcs-compileall won't be able to use it. As it needs everything to
12696         be verified under validil.
12697
12698 2008-05-06  Martin Baulig  <martin@ximian.com>
12699
12700         Fix #383749.
12701
12702         * debug-mini.c (mono_debugger_thread_created): Add proper locking.
12703         (mono_debugger_thread_cleanup): Likewise.
12704         (mono_debugger_extended_notification): Likewise.
12705
12706 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12707
12708         * mini.c (mono_method_to_ir): Verify visibility of call related opcodes
12709         against both inflated and non-inflated methods. We need to check against the
12710         generic definition for cases where the instantiated method is not visible.
12711         We need to check against the inflated types for cases where the instantiation
12712         changes any super type. This fixes #382986.
12713
12714         Note that this doesn't need to be applied to other parts of mono_method_to_ir
12715         that check for visibiliy as generic params only appears as the type subject
12716         of tokens on call opcodes. Field manipulation and ldftn must always
12717         target an exact type.
12718
12719 2008-05-06  Rodrigo Kumpera  <rkumpera@novell.com>
12720
12721         * driver.c (mono_main): Using --verify-all enables the verifier under validil mode
12722         if no related --security flag is passed.
12723
12724 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12725
12726         * mini-arch.h: Prepare support for ppc64.
12727
12728         Contributed under MIT/X11 license.
12729
12730 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12731
12732         * aot-runtime.c: Prepare support for ppc64.
12733
12734         Contributed under MIT/X11 license.
12735
12736 2008-05-05  Andreas Farber  <andreas.faerber@web.de>
12737
12738         * mini-ops.h: Prepare support for ppc64.
12739
12740         Contributed under MIT/X11 license.
12741
12742 2008-05-04  Andreas Farber  <andreas.faerber@web.de>
12743
12744         * helpers.c: Add support for OSX/ppc64 and Linux/ppc64 (dis)assemblers.
12745
12746         Contributed under MIT/X11 license.
12747
12748 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
12749
12750         * aot-runtime.c (load_aot_module): Avoid trying to load aot code for dynamic
12751         assemblies, since aot_name is not a full path, causing us to load MS.NET 
12752         assemblies on windows.
12753
12754 ?2008-04-28  Kornel Pal  <kornelpal@gmail.com>
12755
12756         * mini.c (mono_jit_compile_method_inner): Use g_warning instead of g_error
12757         for unsupported METHOD_IMPL_ATTRIBUTE_NATIVE.
12758         * main.c: Use UTF-8 encoded command line instead of Windows default code
12759         page on Windows to support Unicode.
12760         * driver.c (DllMain): New function for mixed-mode assembly support.
12761         * Makefile.am: Add -Wl,--kill-at to libmono_la_LDFLAGS on Windows to
12762         export __stdcall functions without decoration.
12763
12764         Contributed under MIT/X11 license.
12765
12766 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12767
12768         * tramp-amd64.c, mini-amd64.c: Preserve R11 in the trampoline by
12769         saving it very early.
12770
12771 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12772
12773         * mini.h, mini.c: Lots of code for accessing the old RGCTX
12774         deleted.  The only way to access the new RGCTX is via the
12775         trampline.
12776
12777         * mini.c, mini-amd64, mini-x86.c, mini-exceptions.c: Pass the
12778         vtable instead of the RGCTX to static methods.
12779
12780         * mini-tramplines.c, tramp-amd64.c, tramp-x86.c: Trampoline for
12781         accessing the new RGCTX.
12782
12783         * generic-sharing.c: There is no separation between self, type
12784         arguments and other types in the RGCTX anymore.
12785
12786 2008-04-25  Jonathan Chambers <joncham@gmail.com>
12787
12788         * mini-amd64.c (add_general): Remove previous stack adjustment.
12789         (mono_arch_call_opcode): Remove OP_OUTARG_MEMBASE and instead simply
12790         adjust stack pointer after pushing args. Adjust ARGS_OFFSET to account
12791         for 32 bytes of stack space reserved for all calls.
12792         
12793         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Remove.
12794         (OP_AMD64_OUTARG_ALIGN_STACK): Take argument to specify size of stack 
12795         adjustment.
12796         
12797         Code contributed under MIT/X11 license.
12798
12799 2008-04-23  Rodrigo Kumpera  <rkumpera@novell.com>
12800
12801         * mini.c (mini_method_verify): Only verify non-inflated methods, check
12802         against the root definition, peeling out method and type instantiations.
12803         Cache verify success results, code that fails verification is still
12804         checked multiple times.
12805
12806 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
12807
12808         * mini.c (mono_method_to_ir): Avoid inserting write barriers for stores of null.
12809
12810 2008-04-23  Jonathan Chambers <joncham@gmail.com>
12811
12812         * mini-amd64.c (add_general): Always increment stack on Win64.
12813         (mono_arch_call_opcode): Use OP_OUTARG_MEMBASE instead of OP_OUTARG
12814         on Win64.
12815         
12816         * inssel-amd64.brg (OP_OUTARG_MEMBASE): Add OP_OUTARG_MEMBASE for 
12817         stack based argument handling on Win64.
12818         
12819         Code contributed under MIT/X11 license.
12820
12821 2008-04-23  Raja R Harinath  <harinath@hurrynot.org>
12822
12823         * Makefile.am (version.h): Add support for git-svn.
12824
12825 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
12826
12827         * mini-exceptions.c (mono_handle_native_sigsegv): Rework the gdb calling code
12828         so instead of calling g_spawn_command_line_sync, we do everything by hand, 
12829         avoiding allocations and libc functions which might deadlock.
12830         
12831         * mini-exceptions.c (mono_handle_native_sigsegv): Avoid calling gdb if the
12832         'no-gdb-backtrace' option is set.
12833
12834         * mini.c (mini_parse_debug_options): Parse 'no-gdb-backtrace' option.
12835
12836         * mini.h (MonoDebugOptions): Add 'no_gdb_backtrace' option.
12837
12838 2008-04-21  Martin Baulig  <martin@ximian.com>
12839
12840         * debug-debugger.h (MonoDebuggerInfo): Removed `attach', `detach'
12841         and `get_lmf_addr'; `notification_address' is no longer a pointer.
12842
12843 2008-04-21  Martin Baulig  <martin@ximian.com>
12844
12845         * debug-debugger.h (MonoDebuggerInfo): Added `thread_vtable_ptr',
12846         `thread_vtable', `event_handler_ptr' and `event_handler'.
12847
12848 2008-04-21  Martin Baulig  <martin@ximian.com>
12849
12850         * debug-debugger.h (MonoDebuggerInfo): Added `init_code_buffer';
12851         allows delayed initialization of the `executable_code_buffer' when
12852         attaching.
12853
12854 2008-04-21  Martin Baulig  <martin@ximian.com>
12855
12856         * mini.h (mono_debugger_create_notification_function): Removed.
12857         * tramp-*.c (mono_debugger_create_notification_function): Removed.
12858
12859         * mdb-debug-info64.s
12860         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12861
12862         * mdb-debug-info32.s
12863         (MONO_DEBUGGER__notification_function): Added this in the .text section.
12864
12865         * Makefile.am: Fix the mdb-debug-info*.s logic; the debugger
12866         currently only works on x86 and x86_64, so don't create it on ppc.
12867
12868 2008-04-21  Martin Baulig  <martin@ximian.com>
12869
12870         * mini.h (MonoDebugOptions): Added `mdb_optimizations'.
12871
12872         * mini.c
12873         (mini_method_compile): In the fp elimination check, check
12874         `debug_options.mdb_optimizations' in addition to
12875         mono_debug_using_mono_debugger().       
12876
12877         * driver.c (mono_main): Added `--debug=mdb-optimizations' option to
12878         disable some JIT optimizations which are only disabled when
12879         running inside the debugger.
12880         Added `--help-debug' option to describe the debugging options.
12881         (parse_debug_options): New static function to parse the `--debug'
12882         options, so we can easily add more stuff in future.
12883
12884 2008-04-20  Zoltan Varga  <vargaz@gmail.com>
12885
12886         * mini.c (set_exception_type_from_invalid_il): Avoid reading invalid memory when
12887         the method has no body.
12888
12889 2008-04-19  Jonathan Chambers <joncham@gmail.com>
12890
12891         * mini-amd64.c (cpuid): Implement with MSVC intrinsic as inline
12892         assembly is not allowed in MSVC 64-bit compiler. 
12893         (mono_arch_cpu_init): Don't set floating point precision on MSVC build
12894         as we get floating point exceptions everywhere.
12895         
12896         * exceptions-amd64.c (get_throw_trampoline): Push empty args on stack to
12897         correctly align arguments for call to throw_exception.
12898         (prepare_for_guard_pages): Cast to guint64 instead of unsigned long.
12899         
12900         Code contributed under MIT/X11 license.
12901
12902 2008-04-19  Zoltan Varga  <vargaz@gmail.com>
12903
12904         * mini-amd64.c (amd64_patch): Make the check for (%rip) addressing more strict.
12905
12906 2008-04-17  Zoltan Varga  <vargaz@gmail.com>
12907
12908         * inssel.brg (OP_SWITCH): Use (gint64) instead of (long) to cast a large constant.
12909
12910         * mini-amd64.c (NEW_INS): Set cil_code.
12911
12912         * mini.c (mini_method_compile): Move the disabling of fp elimination to here
12913         from mini-amd64.c so all debugger related logic is in one place.
12914
12915         * mini.c: Set cfg->ip to NULL after passes which set it so instructions created
12916         later won't have a random ip assigned to them.
12917
12918 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
12919
12920         * mini-trampolines.c (mono_create_jump_trampoline): Add an assert to check that
12921         the arch specific function initializes code_size.
12922         (mono_create_delegate_trampoline): Ditto.
12923
12924         * mini-mips.h mini-mips.c inssel-mips.brg inssel-long32-mips.brg cpu-mips.md
12925         tramp-mips.c: Resurrect MIPS port and also fix the issues on little-endian
12926         platforms.
12927
12928         * liveness.c (mono_analyze_liveness): Disable the initlocals optimization if 
12929         running under the debugger.
12930
12931         * linear-scan.c (mono_linear_scan): Avoid sharing registers if running under the
12932         debugger.
12933
12934         * mini.c (mini_method_compile): Set a few flags in cfg if running under the
12935         debugger. Also move the disabling of optimizations here from driver.c.
12936         (mono_allocate_stack_slots_full): Avoid sharing stack slots if running under the
12937         debugger.
12938
12939         * mini.h (MonoCompile): Add a few new flags.
12940
12941 2008-04-15  Zoltan Varga  <vargaz@gmail.com>
12942
12943         * mini.c (mono_method_to_ir): Set cfg->ip before processing an IL instruction
12944         so the cil_code field of created MonoInst's is properly set.
12945         (mini_select_instructions): Ditto.
12946
12947         * mini.h (MONO_INST_NEW): Initialize the cil_code field using cfg->ip.
12948         (MONO_INST_NEW_CALL): Ditto.
12949
12950         * mini.c inssel.brg inssel-x86.brg inssel-amd64.brg: Use MONO_INST_NEW ()
12951         in many places so the ins->cil_code field is properly initialized.
12952
12953         * mini.c (mono_bblock_add_inst): Call MONO_ADD_INS () so the logic is in one
12954         place.
12955
12956 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
12957
12958         * mini.c (mini_method_compile): Print a different message when compiling a 
12959         shared method.
12960         
12961         * mini.c (GENERIC_SHARING_FAILURE): Print a failure message when verbose_level
12962         > 1.
12963
12964 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12965
12966         * mini-amd64.c (mono_arch_output_basic_block): Implement OP_ABS directly using
12967         SSE2 instructions.
12968
12969         * basic-math.cs: Fix warnings. Add a test for Math.Abs ().
12970         
12971 2008-04-11  Zoltan Varga  <vargaz@gmail.com>
12972
12973         * mini.c (handle_stack_args): Make this return void since its return value was
12974         never used. Also set cfg->unverifiable for invalid IL instead of calling
12975         G_BREAKPOINT ().
12976
12977 2008-04-10  Mark Probst  <mark.probst@gmail.com>
12978
12979         * mini.c: Make sure "this" is live in catch clauses with type
12980         variables in shared generic code.
12981
12982 2008-04-08  Mark Probst  <mark.probst@gmail.com>
12983
12984         * mini.c: Replaced uses of MONO_TYPE_IS_REFERENCE with calls to
12985         generic_class_is_reference_type() to ensure the proper behaviour
12986         when sharing generic code and the type in question is a type
12987         argument.
12988
12989 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12990
12991         * mini-exceptions.c: Applied patch from Mark Spruiell (mes@zeroc.com). Fix
12992         race conditions when printing thread dumps. Fixes #377738.
12993
12994 2008-04-08  Massimiliano Mantione  <massi@ximian.com>
12995         
12996         aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
12997         shows up when both MonoInst arguments can cause aliasig.
12998         There is likely no way in the current JIT to trigger this problem, but
12999         it showed up in the development of generics sharing, when in a new
13000         opcode both args of an OP_GROUP can be aliases (addresses of a local).
13001         When the generics sharing code will be committed, its tests will be
13002         valid also for this bug.
13003
13004 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
13005
13006         * aot-runtime.c (decode_patch_info): Always transform PATCH_INFO_WRAPPER to
13007         PATCH_INFO_METHOD.
13008
13009         * mini.c (mono_resolve_patch_target): Fix a crash in the AOT case if method is
13010         NULL.
13011
13012 2008-04-07  Zoltan Varga  <vargaz@gmail.com>
13013
13014         * mini-exceptions.c (mono_handle_exception_internal): When --debug=casts is used,
13015         use a more detailed exception message for InvalidCastException.
13016
13017         * mini.h (MonoJitTlsData): Add 'class_cast_from' and 'class_cast_to' fields.
13018
13019         * driver.c (mono_main): Add --debug=casts option to turn on better 
13020         InvalidCastException message details.
13021
13022         * mini.c (mini_get_debug_options): New helper function to return the address of
13023         the debug_options variable.
13024
13025         * mini.c (mono_get_jit_tls_intrinsic): New helper function to create a load of
13026         the jit_tls TLS variable.
13027
13028         * mini.c (mono_jit_tls): New TLS variable.
13029
13030         * inssel.brg: Save the details of a cast to a TLS variable when the --debug=casts
13031         option is used.
13032
13033 2008-04-07  Rodrigo Kumpera  <rkumpera@novell.com>
13034
13035         * mini.h: Removed verifer related stuff. This code was moved to verify.c
13036
13037         * mini.c: Removed verifer related stuff, code moved to verify.c.
13038
13039         * driver.c: Using code from verify.c instead of mini.c.
13040
13041 2008-04-05  Zoltan Varga  <vargaz@gmail.com>
13042
13043         * mini.c (check_for_method_verify): Remove the mscorlib comment since it is no
13044         longer valid.
13045
13046 2008-04-04  Rodrigo Kumpera  <rkumpera@novell.com>
13047
13048         * mini.c (check_for_method_verify): Enabling verification of
13049         corlib if mono_verify_all is set. Bugs in the verifier preventing that
13050         have been fixed.
13051
13052 2008-04-04  Zoltan Varga  <vargaz@gmail.com>
13053
13054         * exceptions-amd64.c (throw_exception): Unify the win32/non-win32 cases, save
13055         caller saved registers as well.
13056         
13057         * exceptions-amd64.c (mono_arch_get_restore_context): Restore most caller
13058         saved registers as well.
13059
13060 2008-03-30  Zoltan Varga  <vargaz@gmail.com>
13061
13062         * mini-x86.c cpu-x86.md inssel-x86.brg: Add min/max intrinsics.
13063
13064         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of the non-SSE2 floating point
13065         code.
13066
13067 2008-03-27  Zoltan Varga  <vargaz@gmail.com>
13068
13069         * mini-amd64.c (mono_arch_get_this_arg_reg): Add a 'gsctx' argument and pass it
13070         to get_call_info.
13071         (get_call_info): Take a gsctx argument instead of 'cfg'.
13072
13073 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
13074
13075         * mini.c (check_for_method_verify): Avoid verifying mscorlib methods even if
13076         mono_verify_all is set.
13077
13078         * driver.c (compile_all_methods_thread_main): Don't exit at the first error.
13079
13080         * mini.c mini.h: Remove the unused and incomplete stack merge verification code.
13081
13082 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
13083
13084         * driver.c (compile_all_methods_thread_main): Error out if compilation fails with
13085         an exception.
13086
13087         * driver.c mini.c mini.h: Add a --verify-all development option to test the
13088         verifier and the code generated by the compiler.
13089
13090 2008-03-25  Mark Probst  <mark.probst@gmail.com>
13091
13092         * mini.c: Generic sharing of the non-nullable case of the box
13093         instruction.
13094
13095 2008-03-24  Zoltan Varga  <vargaz@gmail.com>
13096
13097         * inssel.brg: Fix the build.
13098
13099         * iltests.il.in: Add a test for lconv.ovf.u8.un.
13100
13101 2008-03-24  Rodrigo Kumpera  <rkumpera@novell.com>
13102
13103         * mini.c (mono_method_to_ir): Implement readonly for ldelema and
13104         Array:Address. Fixes #372410.
13105
13106         * iltests.il.in: New tests for readonly prefix.
13107
13108 2008-03-23  Zoltan Varga  <vargaz@gmail.com>
13109
13110         * mini.h mini.c mini-trampolines.c: Move trampoline related code to 
13111         mini-trampolines.c.
13112
13113         * mini.h mini.c mini-exceptions.c: Move mini_init_exceptions () to 
13114         mini-exceptions.c.
13115
13116         * mini-amd64.c mini-s390.c (mono_arch_lowering_pass): Use mono_decompose_op_imm ().
13117         
13118         * mini.c (mono_decompose_op_imm): New helper function.
13119
13120         * mini-s390x.c (calculate_sizes): Rename this to get_call_info for consistency
13121         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
13122         return value.
13123
13124         * mini-s390x.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
13125         mono_arch_output_basic_block. Fix warnings.
13126
13127         * inssel-s390x.brg: Remove the unneccesary OP_LMUL_IMM rule to fix the s390x build
13128         for now.
13129
13130 2008-03-22  Zoltan Varga  <vargaz@gmail.com>
13131
13132         * mini-exceptions.c (ves_icall_get_frame_info): Remove the ia64/s390 workarounds
13133         since the extra frame is now detected automatically inside the loop.
13134
13135         * mini-s390.c (mono_arch_peephole_pass_2): Remove the arch independent peephole 
13136         opts which are now in mono_peephole_ins ().
13137         
13138         * mini-s390.c (mono_arch_output_basic_block): Fix OP_FCALL_MEMBASE.
13139
13140         * mini-exceptions.c (ves_icall_get_frame_info): Skip native-to-managed wrapper
13141         frames and skip duplicate managed-to-native frames. Fixes #367665.
13142
13143         * mini-x86.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
13144         opts which are now in mono_peephole_ins ().
13145         (mono_arch_peephole_pass_2): Ditto.
13146
13147         * mini-codegen.c (mono_peephole_ins): Fix a problem on 32 bit platforms.
13148
13149         * mini-codegen.c (mono_peephole_ins): New helper function containing the
13150         arch independent peephole optimizations.
13151
13152         * mini-amd64.c (mono_arch_peephole_pass_1): Remove the arch independent peephole
13153         opts which are now in mono_peephole_ins ().
13154
13155         * mini-amd64.c (mono_arch_peephole_pass_2): Ditto.
13156         
13157         * mini-s390.c (mono_arch_output_basic_block): Fix build.
13158
13159         * tramp-s390.c (mono_arch_get_vcall_slot): Handle an additional instruction
13160         pattern.
13161
13162         * mini-s390.c (mono_arch_output_basic_block): Handle big offsets in the
13163         CALL_MEMBASE opcodes. Fix setting of the destination in the OP_LCONV_TO_OVF_I
13164         opcode. 
13165
13166 2008-03-21  Zoltan Varga  <vargaz@gmail.com>
13167
13168         * mini-s390.c (calculate_sizes): Rename this to get_call_info for consistency
13169         with the other architectures, add an 'mp' argument, fold 'sz' argument into the
13170         return value.
13171
13172         * mini-s390.c: Handle DIV_IMM/REM_IMM in the lowering pass instead of in 
13173         mono_arch_output_basic_block. Fix warnings.
13174
13175 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
13176
13177         * inssel-long32.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
13178         conv.ovf.u.un.
13179
13180 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
13181
13182         * inssel-long.brg: Add rules for long conv.ovf.i/conv.ovf.u/conv.ovf.i.un/
13183         conv.ovf.u.un.
13184
13185         * iltests.il: Add new tests.
13186
13187 2008-03-20  Kornel Pal  <kornelpal@gmail.com>
13188
13189         * mini.c: Removed Windows version macros.
13190
13191 2008-03-20  Mark Probst  <mark.probst@gmail.com>
13192
13193         * generic-sharing.c: Put reflection types in the extensible part
13194         of the runtime generic context.
13195
13196         * mini.c: Generic sharing of the GetTypeHandle special case of the
13197         ldtoken instruction.
13198
13199 2008-03-20  Zoltan Varga  <vargaz@gmail.com>
13200
13201         * mini.h (MONO_BB_FOR_EACH_INS_SAFE): New helper macro.
13202
13203         * mini-<ARCH>.c: Use the new macro instead in the peephole/lowering passes.
13204         
13205         * mini.h (MONO_DEL_INS): Rename to MONO_DELETE_INS and Add a 'bb' argument for 
13206         consistency with the other version on the linear IR branch.
13207
13208         * mini-<ARCH>.c: Update callers of MONO_DEL_INS.
13209
13210         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i/conv.ovf.u.
13211
13212         * iltests.il.in: Add new tests.
13213
13214 2008-03-19  Zoltan Varga  <vargaz@gmail.com>
13215
13216         * inssel-long32.brg inssel-long.brg: Add rules for conv.ovf.i.un/conv.ovf.u.un.
13217
13218         * iltests.il.in: Add new tests.
13219
13220 2008-03-19  Mark Probst  <mark.probst@gmail.com>
13221
13222         * mini.c: Two variables with the same name were declared in
13223         nesting contexts and one wasn't initialized.  Fixed.
13224
13225 2008-03-19  Mark Probst  <mark.probst@gmail.com>
13226
13227         * mini.c: Generic sharing of the initobj instruction.
13228
13229 Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus@ximian.com>
13230
13231         * mini.c: make the test to optimize ldtoken from typeof() more
13232         precise.
13233
13234 2008-03-18  Mark Probst  <mark.probst@gmail.com>
13235
13236         * mini.c: Generic sharing of the initobj instruction for reference
13237         types.
13238
13239 Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus@ximian.com>
13240
13241         * mini.h, mini-amd64.c, mini-x86.c, tramp-amd64.c, tramp-x86.c: change
13242         the mono_breakpoint_clean_code() code to perform bound checks.
13243
13244 Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus@ximian.com>
13245
13246         * mini.h, mini-trampolines.c, tramp-*.c: change the signature of
13247         mono_arch_patch_callsite() to include the start of the managed method
13248         to be able to perform bound checks.
13249
13250 2008-03-17  Mark Probst  <mark.probst@gmail.com>
13251
13252         * mini.c: Generic sharing for the isinst instruction.
13253
13254 2008-03-17  Mark Probst  <mark.probst@gmail.com>
13255
13256         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
13257         inssel-long32-mips.brg: Added opcodes for doing indirect calls
13258         with the runtime generic context argument.
13259
13260         * mini.c: Share calls to several types of unsharable methods by
13261         putting the address of the method code in the runtime generic
13262         context and doing an indirect call.
13263
13264         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
13265         to switches.
13266
13267 2008-03-16  Mark Probst  <mark.probst@gmail.com>
13268
13269         * generic-sharing.c: Change due to a change in the runtime genric
13270         context API.
13271
13272 2008-03-15  Martin Baulig  <martin@ximian.com>
13273
13274         * tramp-x86.c
13275         (mono_arch_nullify_class_init_trampoline): Add call to
13276         mono_breakpoint_clean_code() to make things work when running
13277         inside the debugger.
13278
13279         * tramp-amd64.c
13280         (mono_arch_nullify_class_init_trampoline): Add call to
13281         mono_breakpoint_clean_code() to make things work when running
13282         inside the debugger.
13283
13284 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
13285
13286         * inssel-long.brg (reg): Fix 64 bit build.
13287
13288 2008-03-14  Mark Probst  <mark.probst@gmail.com>
13289
13290         * mini.c, mini.h: Share static generic code by passing it an
13291         implicit argument pointing to the runtime generic context.
13292
13293         * mini-ops.h, inssel.brg, inssel-long.brg, inssel-long32.brg,
13294         inssel-long32-mips.brg: New opcodes for calling shared static,
13295         which need to be passed the runtime generic context.
13296
13297         * mini-amd64.c, mini-x86.c: Save the runtime generic context
13298         argument on the stack in the prologue if needed.  New function for
13299         finding the runtime generic context argument from the registers
13300         saved by the trampoline.
13301
13302         * mini-amd64.h, mini-x86.h: Specify which register to use for the
13303         runtime generic context argument.
13304
13305         * tramp-amd64.c: Also restore the register used for the runtime
13306         generic context argument.
13307
13308         * mini-trampoline.c: Resolve shared static calls by consulting the
13309         runtime generic context via the new argument.
13310
13311         * generic-sharing.c: Add an argument to sharability-checking
13312         functions that specifies whether type variables should be treated
13313         as sharable type arguments.
13314
13315         * inssel-x86.brg: Removed a superfluous, buggy rule.
13316
13317         * graph.c, local-propagation.c, aliasing.c: Added the new opcodes
13318         to switches.
13319
13320 2008-03-14  Martin Baulig  <martin@ximian.com>
13321
13322         * debug-debugger.c (main_thread_handler): Call
13323         mono_runtime_run_main() without sending any notifications.
13324
13325         * debug-debugger.h (MonoDebuggerInfo): Added `get_method_signature.
13326
13327 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
13328
13329         * mini-trampolines.c (mono_magic_trampoline): Fix build on platforms without IMT.
13330
13331 2008-03-14  Mark Probst  <mark.probst@gmail.com>
13332
13333         * tramp-x86.c: Fixed register restore offsets in the trampoline
13334         code for ECX and EDX.
13335
13336 2008-03-12  Geoff Norton  <gnorton@novell.com>
13337
13338         * mini-arm.h: Add some #defines for locating sp, pc, r4 with
13339         different ucontext_t implementations.
13340         * exceptions-arm.c: Use the above defines to get exceptions working on 
13341         iPhone (based on a patch by Luke Howard lukeh@padl.com)
13342         * mini-arm.c: Implement iPhone icache support (based on a patch by
13343         Luke Howard lukeh@padl.com)
13344
13345 2008-03-12  Mark Probst  <mark.probst@gmail.com>
13346
13347         * mini.c: Enable generic sharing of calls to non-static
13348         non-interface non-generic non-value-type methods.
13349
13350         * mini-trampolines.c: Resolve calls from shared generic code.
13351
13352 2008-03-11  Zoltan Varga  <vargaz@gmail.com>
13353
13354         * Makefile.am il2tests.il iltests.il.in: Delete il2tests, merge it into iltests.
13355
13356         * tramp-amd64.c (mono_arch_create_trampoline_code): Correctly save RBP as well.
13357
13358 Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus@ximian.com>
13359
13360         * mini.c: some fixes for the AOT compiler.
13361
13362 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13363
13364         * cpu-amd64.md: Add clob:1 to some float opcodes.
13365
13366 2008-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
13367
13368         * mini.h: Added MiniVerifierMode enumeration.
13369
13370         * mini.c: Added mini_verifier_set_mode to control
13371         the usage of the new verifier.
13372
13373         * mini.c (mono_method): Integrated the new verifier.
13374
13375         * driver.c: Extended --security option with validil and
13376         verifiable options to activate the new verifier.
13377
13378 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
13379
13380         * mini.c jit-icalls.h jit-icalls.c: Generalize the exception creation 
13381         optimization to ctors taking 0 or 2 arguments too.
13382
13383         * mini.c (mono_method_to_ir): Optimalize the size of the exception throwing code
13384         a bit.
13385
13386         * jit-icalls.h (mono_create_corlib_exception): New JIT icall.
13387
13388         * mini-amd64.c (mono_arch_emit_prolog): Improve the first_bb optimization a bit.
13389
13390 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
13391
13392         * mini.c (mono_method_to_ir): Apply one of the ldstr optimizations in the
13393         non-aot case as well.
13394
13395         * cpu-amd64.md: Reduce the max size of some frequently used opcodes.
13396
13397         * aot-runtime.c (decode_patch_info): Update this after the ldfld/stfld wrapper
13398         changes.
13399
13400         * aot-compiler.c (encode_patch): Ditto.
13401
13402         * mini.h (G_MININT32): Fix the definition of this.
13403
13404 2008-03-05  Zoltan Varga  <vargaz@gmail.com>
13405
13406         * mini.h: Define G_MININT32/G_MAXINT32 if using an older glib version.
13407
13408         * cfold.c: Remove definition of G_MININT32 which is now in mini.h.
13409
13410 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13411
13412         * mini-amd64.c (mono_arch_compute_omit_fp): Don't disable fp elimination for 
13413         methods returning vtypes in registers.
13414         (mono_arch_allocate_vars): Ditto.
13415
13416         * mini-amd64.c (mono_arch_get_this_arg_reg): New arch specific helper function.
13417
13418         * tramp-amd64.c (mono_arch_get_unbox_trampoline): Use mono_arch_get_this_arg_reg ().    
13419
13420         * generics.cs: Add a test from the linear IR branch.
13421
13422         * mini-amd64.c (emit_load_volatile_arguments): Handle vtypes passed in regs too.
13423
13424         * mini.c (inline_method): Cache failed inline attempts.
13425
13426 2008-03-04  Mark Probst  <mark.probst@gmail.com>
13427
13428         * mini.c: For shared methods of generic classes put the location
13429         of "this" into the MonoGenericJitInfo.
13430
13431         * mini-x86.c, mini-amd64.c, mini.h: Added function for fetching a
13432         register out of a MonoContext by register number.  Add the generic
13433         sharing context as an argument to mono_arch_find_this_argument().
13434
13435         * mini-alpha.c, mini-arm.c, mini-hppa.c, mini-ia64.c, mini-mips.c,
13436         mini-ppc.c, mini-s390.c, mini-s390x.c, mini-sparc.c: Added stub
13437         for new arch function.
13438
13439         * mini-exception.c: Handle open exception clauses in shared
13440         generic code.
13441
13442         * mini-trampolines.c: Supply additional argument to
13443         mono_arch_find_this_argument().
13444
13445 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13446
13447         * Makefile.am (regtests): Run the bench.exe tests last.
13448
13449 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
13450
13451         * mini-amd64.c (mono_arch_emit_prolog): Improve the first bblock optimization
13452         a bit.
13453
13454 2008-03-02  Zoltan Varga  <vargaz@gmail.com>
13455
13456         * mini.c (mono_method_to_ir): Allow callvirt on static methods for compatibility
13457         with MS.
13458
13459         * mini-amd64.c (mono_arch_emit_prolog): Fix tracing after the last change.
13460         
13461         * mini-amd64.c (mono_arch_emit_prolog): Avoid saving dead arguments.
13462
13463         * mini.c (mono_method_check_inlining): Avoid disabling inlining for methods
13464         whose class has no cctor.
13465
13466         * liveness.c (mono_analyze_liveness): Mark dead arguments with MONO_INST_IS_DEAD.
13467
13468 2008-03-01  Zoltan Varga  <vargaz@gmail.com>
13469
13470         * mini.c (mono_method_to_ir): Report calling a static method using callvirt as
13471         unverified.
13472
13473 2008-02-29  Zoltan Varga  <vargaz@gmail.com>
13474
13475         * mini-ops.h: Remove OP_SPARC_INARG_VT, add a new OP_VTARG_ADDR opcode instead
13476         to be in sync with the code on the linear IR branch.
13477
13478         * mini-sparc.c inssel-sparc.brg: Use OP_VTARG_ADDR.
13479
13480         * inssel-s390.brg (OP_SETRET (freg)): Set dreg correctly.
13481
13482 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
13483
13484         * mini-mips.c: Use cfg->vret_addr instead of cfg->ret.
13485
13486         * mini-s390x.c: Use cfg->vret_addr instead of cfg->ret.
13487
13488         * mini-s390.c: Use cfg->vret_addr instead of cfg->ret.
13489
13490         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_VARS define.
13491
13492         * mini-<ARCH>.c (mono_arch_create_vars): Define this for all architectures.
13493         
13494         * mini.c (mono_method_to_ir): Avoid invalid memory reads for methods without a
13495         body.
13496
13497 2007-11-14  Yoichi NAKAYAMA  <nakayama@pixela.co.jp>
13498
13499         * inssel-mips.brg (OP_OUTARG_MEMBASE (CEE_LDIND_R4 (base))): Add missing
13500         OP_LOADR4_MEMBASE emission.
13501
13502         * mini-codegen.c (mono_spillvar_offset_int): Remove assertion.
13503         (mono_spillvar_offset_float): Ditto.
13504
13505         * mini-mips.c (mono_arch_emit_prolog): Ditto.
13506
13507         * inssel-long32-mips.brg: Fix wrong branching, reduce redundant code
13508         emission.
13509
13510         * basic-long.cs: Add regression tests for them.
13511
13512         * mini-mips.c (add_float32_arg): Respect o32 calling convention in gr
13513         use.
13514         (mono_arch_allocate_vars): Fix representation of single-precision float
13515         argument.
13516         (mono_arch_output_basic_block): Ditto.
13517
13518         * inssel-mips.brg: Ditto, remove duplicate items.
13519
13520         * mini-mips.c (emit_load_volatile_arguments): New function to handle
13521         arguments of tail calls as on other platforms.
13522         (mono_arch_output_basic_block): Handle tail calls.
13523
13524         * inssel-mips.brg (OP_OUTARG_VT (CEE_LDOBJ (base))): Correct destination
13525         register.
13526
13527         * objects.cs (test_5_pass_static_struct): Add test for it.
13528
13529         Contributed under MIT/X11 license.
13530
13531 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
13532
13533         * Makefile.am: Use gmcs for compiling the regression tests.
13534
13535         * *.2.cs *.2.il: Rename to *.cs and *.il.
13536
13537 2008-02-24  Zoltan Varga  <vargaz@gmail.com>
13538
13539         * regalloc.h: Make the vassign array smaller.
13540
13541         * mini.c (mini_method_compile): Remove an unused field in cfg.
13542
13543         * mini-codegen.c: Add a bunch of micro optimizations.
13544
13545 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
13546
13547         * regalloc.h: Remove some unused fields.
13548
13549 2008-02-22  Zoltan Varga  <vargaz@gmail.com>
13550
13551         * mini-amd64.c (mono_arch_patch_code): Fix a warning.
13552
13553         * ssa.c (mono_ssa_remove): Avoid declaring volatile variables dead.
13554
13555 2008-02-22  Mark Probst  <mark.probst@gmail.com>
13556
13557         * mini.h: New trampoline type (RGCTX_LAZY_FETCH).
13558
13559         * mini-trampolines.c, tramp-amd64.c, tramp-x86.c: RGCTX lazy fetch
13560         trampoline: Fetch an entry from the runtime generic context.  If
13561         it's NULL, jump to the actual trampoline to fill the runtime
13562         generic context.  Otherwise, return it.
13563
13564         * mini.c: Call the lazy fetch trampoline to get entries out of the
13565         runtime generic context.
13566
13567         * tramp-ia64.c, tramp-arm.c, tramp-alpha.c, tramp-s390.c,
13568         tramp-s390x.c, tramp-ppc.c, tramp-hppa.c, tramp-mips.c,
13569         tramp-sparc.c: Stubs for the lazy fetch trampoline.
13570
13571 2008-02-21  Mark Probst  <mark.probst@gmail.com>
13572
13573         * mini.c: Fetch data out of the extensible part of the runtime
13574         generic context instead of calling a helper function.
13575
13576         * generic-sharing.c: Some functions moved into
13577         metadata/generic-sharing.c.  Helper function for fetching other
13578         types now checks and asserts against extensible rgctx (just for
13579         debugging purposes - the helper function isn't called anymore
13580         unless for debugging).
13581
13582 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13583
13584         * mini-arm.c (mono_arch_output_basic_block): Implement proper argument passing
13585         for tail calls up to the point that the tests in iltests.exe run. Also add a
13586         dummy CKFINITE implementation.
13587         (mono_arch_emit_prolog): Avoid saving the method in the LMF since it is only
13588         needed for trampoline LMF frames.
13589
13590         * exceptions-arm.c (mono_arch_find_jit_info): Only read lmf->method for 
13591         trampoline LMF frames.
13592
13593 2008-02-21  Rodrigo Kumpera  <rkumpera@novell.com>
13594
13595         * mini.c (inline_method): clean any pending loader error when inlining fail.
13596         Otherwise loader errors in mono_method_to_ir leaks and cause spurious errors.
13597
13598 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
13599
13600         * aot-compiler.c (encode_patch): Handle ICALL_ADDR patch type.
13601
13602         * aot-runtime.c (decode_patch_info): Ditto.
13603
13604         * mini.c (mono_resolve_patch_target): Ditto.
13605         
13606         * aot-compiler.c (compile_method): Add some experimental code for AOT compiling
13607         icall wrappers.
13608
13609         * patch-info.h (PATCH_INFO): Add 'ICALL_ADDR' patch type.
13610         
13611         * mini.c (mono_method_to_ir): Convert a CEE_MONO_LDPTR opcode to an AOT constant
13612         if it references an icall address.
13613
13614 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
13615
13616         * cpu-s390x.md: Remove some more unused opcodes.
13617         
13618         * cpu-s390x.md: Remove some unused opcodes.
13619
13620         * mini-ia64.c (mono_arch_lowering_pass): Add some more opcodes. Use
13621         mono_op_imm_to_op ().
13622
13623         * mini-sparc.c (opcode_to_sparc_cond): Use the mono_opcode_to_cond () functions
13624         instead of a switch statement.
13625         
13626         * mini-sparc.c (mono_arch_allocate_vars): Allocate a stack slot for use by
13627         the int<->float conversion opcodes instead of using mono_spillvar_offset_float ().
13628
13629         * mini-codegen.c: Eliminate rassign macro which is no longer needed.
13630         
13631         * mini-codegen.c: Remove unused mono_regstate2_... functions.
13632
13633         * mini-codegen.c (mono_print_ins_index): Avoid printing an index when it is
13634         -1.
13635
13636 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
13637
13638         * driver.c (mono_main): Improve error reporting when an assembly cannot be
13639         opened. Fixes #362607.
13640
13641         * cpu-ia64.md cpu-s390x.md: Remove some unused opcodes.
13642
13643         * iltests.il.in: Add a test for static methods in interfaces.
13644
13645 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
13646
13647         * genmdesc.c (build_table): Fix a crash on older glib versions.
13648
13649         * cpu-sparc.md: Remove some unused opcodes.
13650         
13651         * genmdesc.c: Error out if the .md contains CEE_ opcodes if 
13652         MONO_ARCH_ENABLE_NORMALIZE_OPCODES is defined.
13653
13654         * cpu-amd64.md: Remove some unused opcodes.
13655
13656         * mini.h mini-ops.h mini.c: Define the OP_Ccc opcodes in mini-ops.h normally
13657         like the other opcodes.
13658
13659 2008-02-17  Zoltan Varga  <vargaz@gmail.com>
13660
13661         * mini-ia64.c: Use cfg->vret_addr instead of cfg->ret.
13662
13663         * mini-arm.h mini-arm.c: Use cfg->vret_addr instead of cfg->ret.
13664
13665         * mini-sparc.c: Use cfg->vret_addr instead of cfg->ret. Name the MonoCompile
13666         variables 'cfg' instead of 'm' for consistency.
13667
13668         * mini-x86.c: Use cfg->vret_addr instead of cfg->ret.
13669
13670         * mini.h (MonoCompile): Add new 'vret_addr' field which represents the hidden
13671         argument holding the vtype return address, to avoid the ambigious use of
13672         cfg->ret for this purpose.
13673
13674         * mini.c (NEW_RETLOADA): Use vret_addr if set.
13675
13676         * mini-amd64.c: Use cfg->vret_addr instead of cfg->ret.
13677         
13678         * mini-codegen.c (mono_print_ins): Rename to mono_print_ins_index (), Add a
13679         new mono_print_ins () function which only takes one argument.
13680
13681 2008-02-15  Zoltan Varga  <vargaz@gmail.com>
13682
13683         * mini-s390.h (MONO_OUTPUT_VTR): Use cfg instead of s, avoid assignments to
13684         macro arguments.
13685
13686 2008-02-14  Zoltan Varga  <vargaz@gmail.com>
13687
13688         * mini-ops.h: Get rid of OP_SPARC_LOCALLOC_IMM.
13689
13690         * mini-sparc.c inssel-sparc.brg: Use OP_LOCALLOC_IMM instead of OP_SPARC_LOCALLOC_IMM.
13691
13692         * mini-x86.c: Sync with the version on the linear IR branch by adding new 
13693         opcodes and other small changes.
13694
13695         * mini-ops.h: Add some new opcodes from the linear IR branch.
13696
13697         * mini-ops.h: Get rid of the OP_X86_..._MEMBASE opcodes.
13698
13699         * mini-x86.c inssel-x86.brg cpu-x86.md: Get rid of the confusing _MEMBASE
13700         opcodes, use the REG_MEMBASE opcodes instead.
13701         
13702         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Get rid of the confusing _MEMBASE
13703         opcodes, use the REG_MEMBASE opcodes instead.
13704         
13705         * mini-amd64.c (mono_arch_output_basic_block): Sync with the version on the
13706         linear IR branch.
13707
13708         * mini.c (mono_op_imm_to_op): New helper function.
13709
13710         * mini-ops.h: Add some opcodes from linear IR branch.
13711
13712 2008-02-13  Zoltan Varga  <vargaz@gmail.com>
13713
13714         * mini-alpha.h mini-alpha.c tramp-alpha.c: Alpha port updates from Sergey Tikhonov 
13715         <tsv@solvo.ru>.
13716
13717 2008-02-12  Zoltan Varga  <vargaz@gmail.com>
13718
13719         * mini.c (mono_normalize_opcodes): Always convert CEE_CONV_R4/R8 to 
13720         OP_ICONV_TO_R4/R8.
13721
13722         * mini-ia64.c cpu-ia64.md: Add OP_ICONV_TO_R4/R8.
13723
13724 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
13725
13726         * aot-compiler.c (emit_method_code): Add an assert.
13727
13728         * mini-arm.h mini-arm.c exceptions-arm.c: Modify the exception throwing code and
13729         the IMT code so it is AOT friendly. Enable AOT for methods which call interface
13730         methods.
13731
13732 2008-02-08  Zoltan Varga  <vargaz@gmail.com>
13733
13734         * mini-arm.c (mono_arch_output_basic_block): Fix the ordering of arguments for 
13735         some load/store opcodes so they are consistent. 
13736         (mono_arch_emit_prolog): Simplify some code.
13737
13738         * aot-runtime.c (mono_aot_get_plt_entry): Fix a warning.
13739
13740         * objects.cs: Add tests for large argument offsets on ARM.
13741
13742         * mini-arm.c (mono_arch_emit_prolog): Fix handling of arguments with large 
13743         stack offsets. Fixes #359651.
13744
13745         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R4/R8 properly.
13746
13747         * cpu-s390x.md: Add OP_LCONV_TO_R4/R8.
13748
13749         * cpu-ia64.md mini-ia64.h mini-ia64.c: Get rid of CEE_ opcodes.
13750
13751         * mini-ops.h: Add OP_ICONV_TO_R_UN opcode.
13752
13753         * mini.c (mono_normalize_opcodes): Remap CEE_CONV_R_UN too.
13754
13755         * cpu-s390x.md cpu-s390.md mini-s390x.c mini-arm.c cpu-arm.md mini-s390.c: Get
13756         rid of CEE_CONV_R_UN.
13757
13758         * mini-s390x.c mini-s390x.h cpu-s390x.md inssel-s390x.brg: Get rid of CEE_ opcodes.
13759
13760 2008-02-07  Zoltan Varga  <vargaz@gmail.com>
13761
13762         * mini-s390.c mini-s390.h cpu-s390.md: Get rid of CEE_ opcodes.
13763
13764         * mini.c (mono_normalize_opcodes): Add some more opcodes.
13765
13766         * mini-arm.c mini-arm.h cpu-arm.md: Get rid of CEE_ opcodes.
13767
13768         * cpu-amd64.md: Remove some unused opcodes.
13769
13770         * mini-sparc.c mini-sparc.h cpu-sparc.md: Get rid of CEE_ opcodes.
13771
13772         * mini-x86.c mini-x86.h cpu-x86.md: Get rid of CEE_ opcodes.
13773
13774         * mini.c mini-<ARCH>.c: Remove mono_arch_local_regalloc (), instead make 
13775         arch specific functions for its parts. Call the peephole pass after local
13776         regalloc so the prolog can compute a more accurate max_offset.
13777         
13778         * mini.c (mono_normalize_opcodes): New mini pass to convert CEE_ opcodes to
13779         the corresponding OP_I/OP_L opcodes.
13780
13781         * mini-amd64.c mini-amd64.h cpu-amd64.md: Get rid of CEE_ opcodes.
13782
13783         * mini-sparc.c (mono_arch_output_basic_block): Fix the sparc build.
13784
13785 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13786
13787         * mini-s390.c (mono_arch_get_inst_for_method): Remove the Interlocked cases
13788         as they are handled in mini.c.
13789
13790         * mini-s390x.c (mono_arch_get_inst_for_method): Ditto.
13791         
13792         * mini-<ARCH>.c (mono_arch_get_inst_for_method): Remove the MemoryBarrier
13793         case since it is handled in mini.c.
13794
13795         * cpu-sparc.md (sparc_setfreg_float): Fix the sparc build.
13796
13797         * mini-ops.h: Add new opcodes OP_CALL/OP_CALLVIRT.
13798
13799         * *.c: Use the new opcodes in the IR and back end code.
13800
13801         * mini-ops.h cpu-<ARCH>.md: Correct the name of the bgt_un opcodes.
13802
13803         * mini-amd64.c (emit_call_body): Use a far-call for calling dynamic methods.
13804
13805 2008-02-06  Mark Probst  <mark.probst@gmail.com>
13806
13807         * mini-trampolines.c (mono_generic_class_init_trampoline): Removed
13808         an assert because it has a race condition.
13809
13810 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13811
13812         * tramp-amd64.c (mono_arch_patch_callsite): Add more diagnostics.
13813
13814         * inssel.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused CEE_RET opcode.
13815
13816         * mini-<ARCH>.c cpu-<ARCH>.md: Get rid of unused LDIND/STIND opcodes.
13817
13818         * *.brg mini-<ARCH>.c cpu-<ARCH>.md: Get rid of OP_SETREG/OP_SETFREG/OP_SETREGIMM,
13819         use OP_MOVE/OP_FMOVE/OP_ICONST instead.
13820
13821 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
13822
13823         * cpu-amd64.md (move): Correct the maximum size of move.
13824
13825 2008-02-05  Mark Probst  <mark.probst@gmail.com>
13826
13827         * tramp-amd64.c, tramp-x86.c, mini-trampolines.c: Added a check in
13828         the generic class init trampoline to return quickly if the class
13829         is already inited.
13830
13831 2008-02-04  Zoltan Varga  <vargaz@gmail.com>
13832
13833         * tramp-amd64.c (mono_arch_patch_callsite): Add some diagnostics to help debug
13834         issues where an 32 bit callsite cannot be patched by a 64 bit address.
13835
13836 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
13837
13838         * generics.2.cs generics-variant-types.2.il: Merge some tests from the linear IR
13839         branch.
13840
13841 2008-01-31  Zoltan Varga  <vargaz@gmail.com>
13842
13843         * objects.cs: Add some soft-float tests.
13844
13845         * mini.c: Fix a couple more soft-float issues.
13846
13847         * helpers.c (mono_disassemble_code): Fix disassembly on ARM.
13848
13849         * mini-amd64.c (peephole_pass): Use IXOR instead of LXOR for zeroing a register to
13850         avoid a REX prefix.
13851
13852 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
13853
13854         * exceptions-x86.c (mono_arch_find_jit_info): Fix stack unwinding when an
13855         exception happens while compiling a virtual method.
13856
13857 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
13858
13859         * mini-sparc.c (mono_arch_emit_epilog): Fix folding of negative return values.
13860         
13861         * mini-sparc.c: Fix build.
13862
13863         * mini-sparc.c (get_call_info): Add support for generic sharing.
13864
13865         * mini-exceptions.c: Add a FIXME.
13866
13867 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
13868
13869         * mini-exceptions.c (mono_handle_exception_internal): Remove the old style
13870         altstack handling code.
13871
13872         * mini-s390.c (mono_arch_emit_exceptions): Really fix a warning.
13873         
13874         * mini-s390.c (mono_arch_emit_exceptions): Fix a warning.
13875
13876         * mini-s390.c: Add support for generic sharing.
13877
13878         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13879         Fix CAS on s390.
13880         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13881
13882         * mini-s390x.c (mono_arch_emit_exceptions): Fix a warning.
13883
13884         * mini-s390x.c: Add support for generic sharing.
13885         
13886         * mini-exceptions.c (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): 
13887         Fix CAS on ia64.
13888         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Ditto.
13889
13890         * mini-s390x.c: Use is_imm16 instead of is_uimm16 when checking whenever s390_aghi
13891         can be used since it takes a 16 bit signed immediate.
13892
13893         * inssel-s390x.brg: Fix OP_SETRET.
13894
13895         * mini-s390x.c (mono_arch_output_basic_block): Fix OP_BREAK.
13896
13897         * mini-codegen.c (mono_opcode_to_cond): Fix a warning.
13898
13899         * mini-s390x.c cpu-s390x.md: Implement sext.i4 properly by sign extension.
13900
13901         * mini.c (mono_create_delegate_trampoline): Don't use mono_create_ftpntr here.
13902
13903         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_addr_from_ftnptr
13904         in one place.
13905
13906         * mini-ia64.h mini-ia64.c: Add minimal support for the delegate trampoline 
13907         stuff.
13908
13909         * mini.h inssel-x86.brg inssel-amd64.brg tramp-alpha.c tramp-ia64.c: Get rid
13910         of the unused mono_arch_patch_delegate_trampoline stuff.
13911
13912 2008-01-26  Zoltan Varga  <vargaz@gmail.com>
13913
13914         * basic-long.cs: Move the fp related tests to basic-float.cs.
13915
13916         * mini-ops.h (OP_OUTARG_FREG_R4): New opcode.
13917
13918         * mini-ia64.c inssel-ia64.brg: Implement proper R4 argument passing.
13919
13920         * basic-calls.cs: Add a test for proper float argument passing.
13921
13922         * mini-ia64.h (mono_ia64_context_get_ip): Do not substract 1 from the ip
13923         if the context corresponds to an exception received through a signal.
13924
13925         * exceptions.cs: Add a test for nullref handling at the start of a try
13926         clause.
13927
13928         * mini-ia64.c (mono_arch_call_opcode): Fix ia64 argument passing.
13929
13930         * jit-icalls.c (mono_break): New JIT icall.
13931
13932         * mini-<ARCH>.c: Use mono_break instead of mono_arch_break.
13933
13934         * mini-arm.c (arm_patch): Add support for patching the blx calling sequence.
13935
13936 2008-01-25  Zoltan Varga  <vargaz@gmail.com>
13937
13938         * cpu-*.md: Get rid of unused opcodes.
13939
13940         * cpu-g4.md: Rename this to cpu-ppc.md for consistency with other archs.
13941
13942         * Makefile.am: Move mini-trampolines.c to $(common_sources) since it is now used
13943         by all platforms.
13944
13945         * mini-<ARCH>.h mini.c: Get rid of the MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE
13946         define.
13947
13948         * mini-s390x.h tramp-s390x.c Makefile.am: Rework the s390x trampoline code to use
13949         the arch independent trampoline code in mini-trampolines.c.
13950
13951         * aot-runtime.c (mono_aot_init_vtable): Fix a warning.
13952
13953         * mini.c (get_runtime_generic_context_ptr): Fix a warning.
13954
13955         * mini-s390.h: Remove an unused define.
13956         
13957         * mini-s390.h tramp-s390.c Makefile.am: Rework the s390 trampoline code to use
13958         the arch independent trampoline code in mini-trampolines.c.
13959
13960         * mini-arm.c (mono_arch_emit_prolog): Fix build.
13961
13962 2008-01-24  Zoltan Varga  <vargaz@gmail.com>
13963
13964         * mini-sparc.c (mono_arch_output_basic_block): Remove some unecessary code.
13965
13966         * mini-s390.c (mono_arch_emit_prolog): Fix build.
13967
13968         * mini-s390x.c (mono_arch_emit_prolog): Fix build.
13969
13970         * mini-ppc.c (mono_arch_emit_prolog): Fix build.
13971
13972         * cpu-amd64.md: Use smaller sizes for int opcodes.
13973
13974         * *.c: Get rid of the NOT_IMPLEMENTED define which is now in mini.h.
13975
13976         * *.cs: Add some tests from the linear-ir branch. Move structs tests to 
13977         objects.cs.
13978
13979         * driver.c (mono_main): Add a --break-at-bb command line argument for JIT
13980         debugging.
13981
13982         * mini.h *.c: Change cfg->vars to contain the MonoMethodVar entries directly
13983         instead of though a pointer to save an indirection when accessing elements of
13984         the array.
13985
13986         * mini.h (MONO_IS_COND_BRANCH_OP): Move these macros here from mini.c. Fix
13987         some typos.
13988         (NOT_IMPLEMENTED): New helper macro.
13989         (MONO_BB_FOR_EACH_INS): New helper macro to iterate through the instructions
13990         of a bb.
13991
13992         * *.c: Use the new helper macro.
13993
13994 2008-01-21  Zoltan Varga  <vargaz@gmail.com>
13995
13996         * mini-x86.h (MONO_ARCH_AOT_SUPPORTED): Disable AOT for apple x86.
13997
13998 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
13999
14000         * mini-amd64.c (mono_arch_emit_prolog): Optimize the omit fp case to save two
14001         stack slots.
14002
14003 2008-01-18  Zoltan Varga  <vargaz@gmail.com>
14004
14005         * mini-amd64.c (mono_arch_emit_prolog): Disable the new optimization if
14006         profiling is enabled.
14007         
14008         * mini-amd64.c (mono_arch_call_opcode): Emit the save_sp_to_lmf instruction at
14009         the end.
14010         (mono_arch_emit_prolog): Add more first bblock optimizations.
14011
14012         * mini-amd64.c (mono_arch_call_opcode): Keep assignments to the arg registers
14013         in order if possible.
14014         (mono_arch_emit_prolog): Optimize assignments to arg registers in the first
14015         bblock, since the arguments are still in their original registers.
14016
14017         * mini.c (type_from_op): Calling add.ovf on floats is not valid IL code.
14018
14019 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
14020
14021         * mini.c (mono_method_to_ir): Use the no-spilling optimization for CEE_CALLI
14022         as well.
14023
14024         * mini-amd64.c (mono_arch_emit_prolog): Save an instruction if the LMF is at
14025         offset 0.
14026
14027         * mini-amd64.h (MONO_ARCH_HAVE_NOTIFY_PENDING_EXC): Turn on this for amd64.
14028
14029         * exceptions-amd64.c (mono_arch_notify_pending_exc): New function to 
14030         process async exceptions received while in unmanaged code.
14031
14032         * mini.c (mini_init): Install a callback with the runtime which will be called
14033         when a thread receives an async exception while in unmanaged code.
14034
14035         * mini.c driver.c: Update after mono_get_native_wrapper () signature change.
14036
14037         * mini-s390x.c (mono_arch_output_basic_block): Fix s390x build.
14038
14039 2008-01-16  Wade Berrier  <wberrier@novell.com>
14040
14041         * cpu-g4.md:
14042         * cpu-arm.md:
14043         * cpu-s390x.md:
14044         fix build
14045
14046 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
14047
14048         * mini-x86.c (mono_arch_output_basic_block): Remove some gccism which prevents
14049         compilation with sun cc.
14050
14051         * cpu-*.md: Fix the build.
14052
14053         * cpu-x86.md: Fix the length of some load membase opcodes. Fixes #354241.
14054
14055         * mini-amd64.h: Add some comments to the MonoLMF structure.
14056
14057         * mini-ops.h cpu-amd64.c: Add a OP_AMD64_SAVE_SP_TO_LMF opcode.
14058         
14059         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Avoid setting the rip field
14060         in the LMF structure if possible. This saves two instructions in the
14061         managed->native wrappers.
14062
14063         * mini-ops.h *.md: Make some opcodes names uniform by removing the op_ prefix.
14064
14065 2008-01-16  Mark Probst  <mark.probst@gmail.com>
14066
14067         * generic-sharing.c: New type argument lookup code which uses the
14068         runtime generic context template.
14069
14070 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
14071
14072         * mini.c (mono_method_to_ir): Avoid emitting a write barrier when storing NULL.
14073
14074         * mini-arm.c (add_general): Fix arm eabi parameter passing.
14075         (mono_arch_output_basic_block): Fix localloc implementation.
14076
14077         * mini-amd64.c (peephole_pass): Sync store+load optimizations with the x86 version.
14078
14079         * mini-ia64.c (peephole_pass): Fix ia64 build.
14080
14081         * mini-amd64.c (peephole_pass): Fix a warning.
14082         
14083         * mini-amd64.c (mono_arch_allocate_vars): Make sure the LMF is always stored
14084         at a constant offset from sp/fp.
14085
14086         * exceptions-amd64.c (mono_arch_find_jit_info): Compute the LMF address from fp/sp
14087         instead of obtaining it from *lmf in the managed method case.
14088
14089 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
14090
14091         * exceptions-amd64.c (mono_arch_find_jit_info): Remove some duplicate code.
14092
14093 Mon Jan 14 12:33:06 CET 2008  David S. Miller  <davem@davemloft.net>
14094
14095         * mini.h (MonoInstList): New type.
14096         (MONO_INST_LIST_INIT, MONO_INST_LIST_EMPTY,
14097         __MONO_INST_LIST_ADD, MONO_INST_LIST_ADD,
14098         MONO_INST_LIST_ADD_TAIL, __MONO_INST_LIST_DEL,
14099         __MONO_INST_LIST_SPLICE, MONO_INST_LIST_SPLICE,
14100         MONO_INST_LIST_SPLICE_TAIL, MONO_INST_LIST_SPLICE_INIST,
14101         MONO_INST_LIST_SPLICE_TAIL_INIT, mono_container_of,
14102         MONO_INST_LIST_ENTRY, MONO_INST_LIST_FIRST_ENTRY,
14103         MONO_INST_LIST_LAST_ENTRY, MONO_INST_LIST_FOR_EACH,
14104         MONO_INST_LIST_FOR_EACH_PREV, MONO_INST_LIST_FOR_EACH_SAFE,
14105         MONO_INST_LIST_FOR_EACH_PREV_SAFE,
14106         MONO_INST_LIST_FOR_EACH_ENTRY,
14107         MONO_INST_LIST_FOR_EACH_ENTRY_REVERSE,
14108         MONO_INST_LIST_FOR_EACH_ENTRY_SAFE,
14109         mono_inst_list_first, mono_inst_list_last,
14110         mono_inst_list_next, mono_inst_list_prev): New instruction
14111         list handling interfaces.
14112         (MonoBasicBlock): Remove 'last_ins' and 'code', replace with
14113         list head 'ins_list'.
14114         (MonoInst): Replace next pointer with list head 'node'.
14115         (MonoCallInst): Make 'out_args' a MonoInstList.
14116         (MONO_INST_NEW_CALL): Explicitly init ->out_args.
14117         (MonoCompile): Delete reverse_inst_list and
14118         reverse_inst_list_len.
14119         * mini-hppa.c (mono_arch_call_opcode, NEW_INS,
14120         mono_arch_lowering_pass, mono_arch_local_regalloc,
14121         mono_arch_output_basic_block, mono_arch_emit_prolog):
14122         Convert to new instruction lists.
14123         (insert_after_ins): Delete.
14124         * inssel.brg (MONO_EMIT_NEW_BRANCH_BLOCK): Convert to new
14125         instruction lists.
14126         * mini-hppa.h (MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Likewise.
14127         * mini.c (NEW_BBLOCK, ADD_BBLOCK, CHECK_BBLOCK,
14128         split_bblock, mono_add_ins_to_end, mono_emit_call_args,
14129         mono_emulate_opcode, mono_emit_load_got_addr,
14130         inline_method, mono_method_to_ir, mono_print_bb_code,
14131         print_dfn, decompose_pass, nullify_basic_block,
14132         replace_out_block_in_code, remove_block_if_useless,
14133         merge_basic_blocks, move_basic_block_to_end,
14134         try_unsigned_compare, optimize_branches, mono_print_code,
14135         mini_select_instructions, remove_critical_edges): Likewise.
14136         * mini-amd64.c (emit_sig_cookie, mono_arch_call_opcode,
14137         peephole_pass_1, peephole_pass, mono_arch_lowering_pass,
14138         mono_arch_output_basic_block, mono_arch_emit_prolog):
14139         Likewise.
14140         * mini-mips.c (mono_arch_call_opcode, peephole_pass,
14141         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
14142         mono_arch_output_basic_block): Likewise.
14143         (inst_list_prepend, insert_after_ins): Delete.
14144         * mini-mips.h (MONO_EMIT_NEW_BRANCH_NONZERO_LABEL,
14145         MONO_EMIT_NEW_COMPARE_BRANCH_BLOCK): Convert to new
14146         instruction lists.
14147         * mini-x86.c (emit_sig_cookie, mono_arch_call_opcode,
14148         peephole_pass_1, peephole_pass, mono_arch_output_basic_block,
14149         mono_arch_emit_prolog): Likewise.
14150         * cfold.c (mono_constant_fold): Likewise.
14151         * liveness.c (visit_bb, mono_analyze_liveness,
14152         optimize_initlocals): Likewise.
14153         * ssapre.c (dump_code, process_bb, code_motion): Likewise.
14154         * graph.c (mono_draw_code_cfg): Likewise.
14155         * ssa.c (mono_ssa_rename_vars, mono_ssa_compute,
14156         mono_ssa_remove, mono_ssa_avoid_copies, mono_ssa_create_def_use,
14157         mono_ssa_cprop): Likewise.
14158         * abcremoval (get_relations_from_previous_bb, process_block):
14159         Likewise.
14160         * local-propagation (mono_cprop_invalidate_values,
14161         mono_local_cprop_bb): Likewise.
14162         * mini-s390x.c (mono_arch_call_opcode, emit_sig_cookie,
14163         peephole_pass, mono_arch_output_basic_block,
14164         mono_arch_emit_prolog): Likewise.
14165         * mini-arm.c (mono_arch_call_opcode, peephole_pass,
14166         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
14167         mono_arch_emit_prolog): Likewise.
14168         (insert_after_ins): Delete.
14169         * aliasing.c (print_code_with_aliasing_information,
14170         mono_build_aliasing_information, mono_aliasing_deadce):
14171         Convert to new instruction lists.
14172         * mini-ia64.c (emit_sig_cookie, mono_arch_call_opcode,
14173         peephole_pass, NEW_INS, mono_arch_lowering_pass,
14174         mono_arch_local_regalloc, mono_arch_output_basic_block):
14175         Likewise.
14176         (insert_after_ins): Delete.
14177         * mini-sparc.c (emit_sig_cookie, mono_arch_call_opcode,
14178         peephole_pass, mono_arch_output_basic_block): Convert to
14179         new instruction lists.
14180         * mini-codegen (InstList, inst_list_prepend,
14181         insert_after_ins): Delete.
14182         (insert_before_ins, get_register_force_spilling,
14183         get_register_spilling, free_up_ireg, free_up_reg,
14184         create_copy_ins, create_spilled_store, alloc_int_reg,
14185         alloc_float_reg, alloc_reg, mono_local_regalloc): Convert
14186         to new instruction lists.
14187         * mini-ppc.c (mono_arch_call_opcode, peephole_pass,
14188         NEW_INS, mono_arch_lowering_pass, mono_arch_local_regalloc,
14189         mono_arch_output_basic_block, mono_arch_emit_prolog): Likewise.
14190         (insert_after_ins): Delete.
14191         * mini-alpha.c (NEW_INS, peephole_pass, mono_arch_lowering_pass,
14192         mono_arch_local_regalloc, mono_arch_output_basic_block,
14193         mono_arch_call_opcode): Convert to new instruction lists.
14194         (insert_after_ins): Delete.
14195         * mini-s390.c (mono_arch_call_opcode, emit_sig_cookie,
14196         peephole_pass, mono_arch_output_basic_block,
14197         mono_arch_emit_prolog): Convert to new instruction lists.
14198
14199 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
14200
14201         * mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.
14202
14203         * mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
14204         Fixes #353182.
14205
14206         * Makefile.am (version.h): Make this work with non-bash shells.
14207
14208 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
14209
14210         * mini.c (handle_delegate_ctor): Optimize away setting of NULL target.
14211
14212 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
14213
14214         * mini.c (mono_method_to_ir): Fix possible reading of invalid memory in 
14215         the InitializeArray optimization.
14216
14217 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
14218
14219         * mini.c driver.c: Don't include os/gc_wrapper.h.
14220
14221 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
14222
14223         * mini.c (print_jit_stats): Print GC statistics if available.
14224
14225 2008-01-04  Zoltan Varga  <vargaz@gmail.com>
14226
14227         * mini-amd64.c (mono_arch_allocate_vars): Align argument storage offsets to 8.
14228
14229 2007-12-29  Zoltan Varga  <vargaz@gmail.com>
14230
14231         * mini-ppc.c (mono_arch_get_delegate_invoke_impl): Fix flushing of icache.
14232
14233 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
14234
14235         * mini.c (mini_init): Move the setting of GC_stackbottom to mono_gc_base_init ().
14236         
14237         * mini.c (mini_init): Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
14238
14239         * driver.c (mono_main): Ditto.
14240
14241 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
14242
14243         * mini-trampolines.c (mono_delegate_trampoline): Use mono_get_delegate_invoke ().
14244
14245         * aot-compiler.c (emit_klass_info): Avoid emitting info if one of the methods
14246         in the vtable can't be encoded.
14247         (compile_method): Ditto.
14248
14249 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
14250
14251         * mini.c (setup_jit_tls_data): Use the MONO_ARCH_INIT_TOP_LMF_ENTRY macro if
14252         defined.
14253
14254         * mini-amd64.h mini-amd64.c exceptions-amd64.c tramp-amd64.c: Rename lmf->ebp to 
14255         lmf->rbp.
14256
14257         * exceptions-amd64.c (mono_arch_find_jit_info): Fix the detection of whenever
14258         the top LMF entry belongs to the current method.
14259
14260         * mini.c: Update after renaming of mono_thread_get_pending_exception ().
14261
14262 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
14263
14264         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix a warning.
14265         
14266         * tramp-ia64.c (mono_arch_create_trampoline_code): Ditto.
14267
14268         * tramp-sparc.c (mono_arch_create_trampoline_code): Check for thread interruption.
14269
14270         * tramp-amd64.c (mono_arch_create_trampoline_code): Ditto.
14271
14272         * tramp-x86.c (mono_arch_create_trampoline_code): Check for thread interruption.
14273
14274         * cpu-amd64.md mini-amd64.h mini-amd64.c inssel-amd64.brg: Add ulong->double 
14275         implementation.
14276
14277         * basic-float.cs: Add an ulong->double cast test.
14278
14279 2007-12-15  Zoltan Varga  <vargaz@gmail.com>
14280
14281         * mini.c (mono_method_to_ir): Fix a warning.
14282
14283 2007-12-14  Zoltan Varga  <vargaz@gmail.com>
14284
14285         * mini-ops.h: Add OP_SWITCH.
14286
14287         * mini.c graph.c ssa.c aliasing.c mini-<ARCH>.c inssel-<ARCH>.brg: Avoid using
14288         CEE_SWITCH in back-end code, use OP_SWITCH instead.
14289
14290 2007-12-11  Geoff Norton  <gnorton@novell.com>
14291
14292         * mini-s390x.c: Minor change to the MAX() define to allow
14293         it to compile with other gcc versions.
14294
14295 2007-12-11  Geoff Norton  <gnorton@novell.com>
14296
14297         * cpu-s390x.md:
14298         * mini-s390x.c: Implement sext_i4 to fix the build on s390x
14299
14300 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14301
14302         exceptions-arm.c (mono_arch_get_restore_context): Restore
14303         the frame pointer.
14304
14305         exceptions-arm.c (throw_exception): Save the frame pointer.
14306         This is a partial fix for #323747. Only the client side is
14307         fixed.
14308
14309 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14310
14311         * mini.c (mono_method_to_ir): Verbose message in CEE_NEWOBJ
14312         was using an unrelated variable to log the class which
14313         needed the cctor to be called. This was crashing on arm.
14314
14315 2007-12-09  Robert Jordan  <robertj@gmx.net>
14316
14317         * mini-x86.c (mono_arch_emit_epilog):
14318         Consider all kinds of 64-bit types. Fixes #323114.
14319
14320 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
14321
14322         * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
14323
14324 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14325
14326         * mini-amd64.c (peephole_pass): Add a missing instruction check.
14327
14328 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14329
14330         * mini.c: run type ctor before allocating an object, not only
14331         when running it's constructor method (fixes at least part of bug #342507).
14332
14333 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14334         
14335         * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
14336         
14337         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
14338         * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable () 
14339         function.
14340
14341         * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
14342         mono_generic_class_init_trampoline () the same as it is done with the other
14343         trampolines.
14344
14345         * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md 
14346         aot-runtime.c aot-compiler.c: Implement AOT support.    
14347
14348 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14349
14350         * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
14351         build for archs which don't have the vtable trampoline defined
14352         yet.
14353
14354 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
14355
14356         * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
14357
14358         * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
14359
14360         * mini-trampolines.c (mono_get_trampoline_func): New helper function.
14361
14362         * tramp-<ARCH>.c: Use the new helper function.
14363
14364 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14365
14366         * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
14367         trampoline call, which takes a vtable argument.
14368
14369         * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
14370         OP_TRAMPCALL_VTABLEs like other calls.
14371
14372         * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
14373         register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
14374         call.  Implemented a support function which fetches the vtable
14375         from a register set.
14376
14377         * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
14378         Implemented a generic class init trampoline, using the
14379         OP_TRAMPCALL_VTABLE opcode.
14380
14381         * mini.c: Implemented static field access when sharing generic
14382         code.  This implies initing the class using the new
14383         OP_TRAMPCALL_VTABLE call.
14384
14385 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14386
14387         * mini.c: Don't compile methods with sharing enabled if their
14388         classes are disabled for sharing.
14389
14390 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14391
14392         * inssel.brg: Add a missing sign extension to the GETCHR and array access
14393         opcodes. Fixes #346563.
14394
14395         * objects.cs: Add a new test.
14396
14397         * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
14398
14399         * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
14400         HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
14401
14402 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14403
14404         * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
14405
14406 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
14407
14408         * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
14409         code stream.
14410
14411 2007-12-02  Zoltan Varga  <vargaz@gmail.com>
14412
14413         * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
14414
14415         * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation 
14416         optimization in the AOT case.
14417         
14418 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
14419
14420         * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
14421         
14422         * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
14423
14424         * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
14425
14426         * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
14427
14428         * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
14429         is created by the inlined delegate ctor.
14430
14431         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.  
14432
14433         * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
14434
14435 2007-11-29  Zoltan Varga  <vargaz@gmail.com>
14436
14437         * cpu-x86.md: Fix the length of ckfinite.
14438
14439 2007-11-28  Zoltan Varga  <vargaz@gmail.com>
14440
14441         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
14442         
14443         * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
14444         (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
14445
14446         * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
14447
14448         * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the 
14449         OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
14450
14451 2007-11-28  Martin Baulig  <martin@ximian.com>
14452
14453         * mini-x86.c
14454         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
14455         after creating the trampoline.
14456
14457 2007-11-27  Zoltan Varga  <vargaz@gmail.com>
14458
14459         * aot-runtime.c (load_aot_module): Check runtime version if needed.
14460
14461         * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
14462         the same version.
14463
14464         * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
14465         instead of the calling method to help AOT.
14466
14467         * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
14468
14469 2007-11-26  Zoltan Varga  <vargaz@gmail.com>
14470
14471         * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
14472         is defined.
14473
14474 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
14475
14476         * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
14477         
14478         * aot-compiler.c (compile_method): Correct check for generic method definitions.
14479         (encode_method_ref): No need to handle generic method definitions specially.
14480
14481         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
14482
14483         * aot-runtime.c (decode_klass_ref): Clean this up and rename from 
14484         decode_klass_info.
14485
14486         * aot-compiler.c (encode_klass_ref): Clean this up and rename from
14487         encode_klass_info.
14488         (compile_method): Enable generic sharing.
14489
14490 2007-11-22  Zoltan Varga  <vargaz@gmail.com>
14491
14492         * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
14493         (mini_method_compile): Add preliminary support for AOTing shared generic code.
14494
14495         * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
14496         generic code.
14497
14498         * mini-trampolines.c: Fix a warning.
14499
14500         * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
14501         NEW_PCONST.
14502         (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
14503         (generic_class_is_reference_type): Remove unused function.
14504
14505         * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
14506         in the generic vtable trampoline case.
14507
14508         * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
14509         
14510         * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
14511         return an AOT method based on a vtable slot.
14512
14513         * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
14514
14515         * mini.c (mini_get_vtable_trampoline): Export this.
14516
14517 2007-11-22  Martin Baulig  <martin@ximian.com>
14518
14519         * debug-debugger.h
14520         (MonoDebuggerInfo): Move `debugger_version' up.
14521
14522 2007-11-22  Martin Baulig  <martin@ximian.com>
14523
14524         * mini-amd64.c
14525         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
14526
14527         * mini-trampolines.c
14528         (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
14529         after compiling the method.
14530
14531 2007-11-20  Martin Baulig  <martin@ximian.com>
14532
14533         * debug-mini.c
14534         (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
14535         (mono_debugger_remove_breakpoint): Likewise.
14536         (mono_debugger_check_breakpoints): Likewise.
14537
14538         * debug-debugger.c: Implement the new breakpoint interface here.
14539
14540 2007-11-18  Zoltan Varga  <vargaz@gmail.com>
14541
14542         * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
14543         CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
14544
14545         * mini-x86.c (mono_arch_output_basic_block): Ditto.     
14546
14547 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
14548
14549         * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
14550
14551         * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
14552         mini.c.
14553
14554         * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
14555         mini.c.
14556
14557         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
14558         returning a vtype in a register.
14559
14560         * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
14561         here from the arch specific code.
14562
14563         * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
14564         mini.c.
14565
14566         * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
14567         (mono_arch_emit_prolog): Increment maximum prolog size.
14568
14569         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
14570         START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
14571
14572         * mini-x86.c (get_call_info): Receive a MonoCompile instead of a 
14573         MonoGenericSharingContext.
14574
14575         * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a 
14576         MonoGenericSharingContext. Allocate memory from the cfg mempool.
14577
14578 2007-11-15  Mark Probst  <mark.probst@gmail.com>
14579
14580         * mini.c, mini.h, generic-sharing.c: Functions for producing code
14581         which extract fields out of the runtime generic context.  Full
14582         sharing of the NEWARR opcode.
14583
14584 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14585
14586         * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
14587         --enable-minimal=ssa.
14588
14589 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
14590
14591         * mini-trampolines.c (mono_delegate_trampoline): Update after 
14592         mono_marshal_get_delegate_invoke () signature change.
14593
14594 2007-11-13  Mark Probst  <mark.probst@gmail.com>
14595
14596         * mini.c: Removed the shared context in favor of the generic
14597         sharing context.  Allocate the MonoJitInfo structure with room for
14598         the generic sharing context if it's needed.
14599
14600         * mini.h: Remove MonoGenericSharingContext declaration.  It's in
14601         domain-internals.h now.
14602
14603         * mini-x86.c: Pass the generic sharing context to get_call_info ().
14604
14605         * generic-sharing.c: Several changes for working without a shared
14606         context and instead operating on open types instead.
14607
14608 2007-11-12  David S. Miller  <davem@davemloft.net>
14609
14610        * inssel-sparc.brg: Fix double instruction emit.
14611
14612 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
14613
14614         * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array 
14615         Get/Set/Address methods.
14616         
14617         * mini.c debug-debugger.c mini-trampolines.c: Update after 
14618         mono_marshal_get_delegate_invoke signature change.
14619
14620 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14621
14622         * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
14623         This can happens with dynamic methods. Fixes the other bug in #322722.
14624
14625 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
14626
14627         * tramp-arm.c (mono_arch_patch_callsite): Support patching
14628         BX call sequence.
14629
14630         * mini-arm.c (arm_patch): Implement patching of BX call
14631         sequence. Fixes one of the bugs in #322722.
14632
14633 2007-11-03  David S. Miller  <davem@huronp11.davemloft.net>
14634
14635        * mini-sparc.c (mono_arch_flush_icache): Make more efficient
14636        under Linux.  We only need to flush every 32-byte cache line.    
14637
14638 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
14639
14640         * mini.c:
14641         move_basic_block_to_end: Add branches when needed, eventually creating
14642         a new BB.
14643         optimize_branches: added a parameter that tells if it's ok to create
14644         new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
14645         and avoid calling move_basic_block_to_end when it's not ok.
14646         Fixes bug 318677.
14647
14648 2007-11-07  Mark Probst  <mark.probst@gmail.com>
14649
14650         * mini.c: Abort inlining call to InitializeArray if something
14651         looks wrong.  Let the icall handle it, which now has proper safety
14652         checks.
14653
14654 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
14655
14656         * mini.c (mono_spill_call): add support for soft-float.
14657
14658         * mini.c (mono_method_to_ir): add support for soft-float
14659         to inlined functions that return float.
14660
14661         * mini.c (mono_method_to_ir): add support for soft-float
14662         to cee_stsfld opcode on float fields.
14663
14664 2007-11-05  Geoff Norton  <gnorton@novell.com>
14665
14666         * mini-x86.h: Fix the structure access for X86 Leopard.
14667
14668
14669 2007-11-05  Martin Baulig  <martin@ximian.com>
14670
14671         * mini-trampolines.c
14672         (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
14673         after compiling the method to notify the debugger.
14674
14675 2007-11-05  Martin Baulig  <martin@ximian.com>
14676
14677         * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
14678
14679 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
14680
14681         * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
14682         David Miller <davem@davemloft.net>. Allow larger offsets in branches.
14683
14684 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
14685
14686         * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
14687         native-to-managed wrappers.
14688         
14689 2007-11-01  Geoff Norton  <gnorton@novell.com>
14690
14691         * mini-ppc.h, mini-x86.h:  Handle Leopards renaming of some structure 
14692         members.
14693
14694 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
14695
14696         * mini.c, mini-x86.c: when getting back from unmanaged code
14697         to managed via a marshaled delegate we also need to set the
14698         right domain.
14699
14700 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
14701
14702         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
14703         for amd64.
14704
14705 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14706
14707         * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
14708         let the debugger or other external agents to tell the JIT when
14709         a sw breakpoint has been inserted in the code that the JIT needs
14710         to be able to inspect.
14711
14712 2007-10-31  Martin Baulig  <martin@ximian.com>
14713
14714         * debug-debugger.h
14715         (MonoDebuggerInfo): Remove `runtime_class_init'.
14716
14717 2007-10-30  Martin Baulig  <martin@ximian.com>
14718
14719         * debug-mini.h
14720         (mono_debugger_thread_created): Added `MonoThread *' argument.
14721         (mono_debugger_extended_notification): New public method.
14722         (mono_debugger_trampoline_compiled): New public method.
14723
14724         * debug-mini.c
14725         (MonoDebuggerThreadInfo): Added `thread' and
14726         `extended_notifications' fields.
14727
14728         * debug-debugger.c
14729         (debugger_executable_code_buffer): New static variable.
14730
14731         * debug-debugger.h
14732         (MonoDebuggerInfo): Added `executable_code_buffer',
14733         `executable_code_buffer_size', `breakpoint_info_area',
14734         `breakpoint_table' and `breakpoint_table_size'.
14735
14736 2007-10-26  Rodrigo Kumpera  <rkumpera@novell.com>
14737
14738         * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
14739         that IP  either is an unused value or the vtable pointer. IMT 
14740         calls use vtable + offset now. Reduced by almost half the size
14741         of IMT entries.
14742
14743 2007-10-26  Jonathan Chambers <joncham@gmail.com>
14744
14745         * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
14746         defines to access param registers. Replace long usage with
14747         gsize as sizeof(long) != sizeof(void*) on Win64.
14748
14749         * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
14750         on Win64. Fix intrinsic, use _AddressOfReturnAddress
14751         instead of non-existant _GetAddressOfReturnAddress.
14752
14753         * tramp-amd64.c: Use AMD64_ARG_REG#     defines to access 
14754         param registers. Save/restore %rdi and %rsi in MonoLMF.
14755
14756         * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access 
14757         param registers. Modify (throw_exception) signature to take 
14758         %rdi and %rsi on Win64. 
14759
14760         Code is contributed under MIT/X11 license.
14761
14762 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14763
14764         * helpers.c: unlink debugging output files.
14765
14766 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
14767
14768         * mini.c: Move mono_create_ftnptr () to object.c.
14769
14770 2007-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
14771
14772         * helpers.c (mono_disassemble_code): MonoCompile parameter is now
14773         optional. This function can now be used to disassemble code generated
14774         outside the JIT such as trampolines and IMT thunks.
14775
14776         * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
14777
14778         * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
14779         vtable pointer from a ldr instruction.
14780
14781         * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
14782         new IMT call sequence.
14783
14784         * mini-arm.c (mono_arch_output_basic_block): emit the IMT
14785         call sequence for interface invocations.
14786
14787         * mini-arm.c (mono_arch_emit_imt_argument): added, required
14788         for imt support. This function is empty since IMT on ARM requires no
14789         special handling on the IR side.
14790
14791         * mini-arm.c (mono_arch_find_imt_method): added, required for
14792         imt support.
14793
14794         * mini-arm.c (mono_arch_find_this_argument): added, required
14795         for imt support.
14796
14797         * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
14798         a ldr instruction to load a value stored in the code stream.
14799
14800         * mini-arm.c (mono_arch_build_imt_thunk):added, required
14801         for imt support.
14802
14803
14804 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
14805
14806         * mini.c (mini_init): Install the jump trampoline callback.
14807
14808 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14809
14810         * mini-trampolines.c: handle synchronized methods with the common
14811         vtable trampoline (bug #335601).
14812
14813 2007-10-17  Zoltan Varga  <vargaz@gmail.com>
14814
14815         * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
14816
14817         * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
14818         64 bit platforms.
14819
14820         * mini-ia64.h mini-ia64.c: Add support for IMT.
14821
14822         * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
14823         prolog. Fixes #331958.
14824
14825 2007-10-15  Zoltan Varga  <vargaz@gmail.com>
14826
14827         * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
14828
14829 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14830
14831         * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
14832         trampoline.
14833
14834 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14835
14836         * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
14837         trampoline.
14838
14839 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
14840
14841         * mini-x86.c, mini-x86.h: x86 support for the common vtable
14842         trampoline.
14843
14844 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14845
14846         * mini-trampolines.c: changed the magic rampoline to understand
14847         the common vtable trampoline method: the method to invoke is
14848         determined by the vtable displacement of the call.
14849
14850 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14851
14852         * mini.c, mini.h: register the common vtable trampoline if the
14853         architecture supports it.
14854
14855 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
14856
14857         * cpu-amd64.md: use the correct max length for tls_get.
14858
14859 2007-10-14  Zoltan Varga  <vargaz@gmail.com>
14860
14861         * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
14862         CEE_STELEM_ANY. Fixes #333696.
14863
14864 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
14865
14866         * exceptions-x86.c: provide more graceful handling of the case where
14867         we followed a bogus function pointer from managed code (bug #332866).
14868
14869 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14870
14871         * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
14872         replaces the generic_shared flag and will carry more information
14873         in the future.
14874
14875         * generic-sharing.c: Added mini_type_stack_size() which allows
14876         allows open types if given a generic sharing context.
14877         mini_get_basic_type_from_generic() takes a
14878         MonoGenericSharingContext* instead of a MonoCompile* now.
14879
14880         * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
14881         mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
14882         mini-sparc.c, mini-x86.c: Trivial changes required by the two
14883         changes above.  Just passing arguments through to the right
14884         places.
14885
14886 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14887
14888         * mini-arm.c: unify the call emission to emit_code_seq().
14889
14890 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
14891
14892         * tramp-arm.c: reduced the trampoline size.
14893
14894 2007-10-10  Mark Probst  <mark.probst@gmail.com>
14895
14896         * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
14897         variable handling out of arch-specific code.
14898
14899 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
14900
14901         * mini-arm.c: implemented fast delegate dispatch.
14902
14903 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14904
14905         * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
14906         that fp elimination is turned off if the space required by locals is too
14907         big. Fixes #331958.
14908
14909 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
14910
14911         * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
14912         ARM to the new style trampoline.
14913
14914 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
14915
14916         * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
14917
14918         * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
14919
14920 2007-10-09  Martin Baulig  <martin@ximian.com>
14921
14922         * debug-debugger.h
14923         (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
14924         `field_info_offset_offset'.     
14925
14926 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14927
14928         * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
14929         removed more internal usage of the r11 register and made it available
14930         to the register allocator.
14931
14932 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14933
14934         * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
14935         when sharing generics and treat type variables as references.
14936
14937 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14938
14939         * mini-ppc.c: started removing the internal uses of register r11
14940         to eventually allow the register allocator to manage it as an
14941         additional available register.
14942
14943 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14944
14945         * tramp-amd64.c: fixed memory corruption in the trampoline generation.
14946
14947 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14948
14949         * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
14950         specific trampolines as they are not performance critical as a jump
14951         target (maybe align as before only for AOT code?). This saves about
14952         200 KB of native code on x86 for monodevelop startup.
14953
14954 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14955
14956         * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
14957         monodevelop startup.
14958
14959 2007-10-06  Zoltan Varga  <vargaz@gmail.com>
14960
14961         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
14962
14963         * mini-sparc.h mini-sparc.c: Implement IMT support.
14964
14965         * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
14966         its smaller and doesn't clobber sparc_g1.
14967
14968         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
14969
14970 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14971
14972         * mini-ppc.c: optimized the size of the IMT thunks a bit.
14973
14974 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
14975
14976         * mini-ppc.c: implemented fast delegate invocation.
14977
14978 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14979
14980         * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
14981
14982 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14983
14984         * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
14985         code to the new style trampoline in preparation for IMT support.
14986
14987 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14988
14989         * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
14990         systems already. This also reduces the specific trampiline sizes and
14991         prepares for the use of r12 as the IMT identifier register.
14992
14993 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
14994
14995         * mini-mips.h: endianess fix (simplified from a patch by
14996         Thomas Kunze <thommy@tabao.de>, bug #323737).
14997
14998 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14999
15000         * exceptions-ppc.c, mini-ppc.h: refactor to use macros
15001         to access ucontext fields and enable netbsd support
15002         (partially from Magnus Henoch <mange@freemail.hu>).
15003
15004 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
15005
15006         * genmdesc.pl: patch from Henryk Plotz <henryk@openmoko.org> to
15007         use the preprocessor from the CPP env var if it is set.
15008
15009 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
15010
15011         * mini-trampolines.c: fixed an assertion and moved it earlier in the
15012         code, before interface_offset gets used.
15013
15014 2007-10-02  Zoltan Varga  <vargaz@gmail.com>
15015
15016         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call 
15017         mono_class_setup_vtable () before accessing klass->vtable.
15018
15019 2007-10-01  Zoltan Varga  <vargaz@gmail.com>
15020
15021         * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
15022         hackish.
15023
15024 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
15025
15026         * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
15027         IMT slots (this saves hundreds of KB of memory in programs like
15028         IronPython and Monodevelop).
15029
15030 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15031
15032         * mini.c: print the delegate counter.
15033
15034 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
15035
15036         * mini-x86.c: make it easier to enable the debugging code for IMT
15037         slots.
15038
15039 2007-09-28  Martin Baulig  <martin@ximian.com>
15040
15041         * debug-debugger.h
15042         (MonoDebuggerMetadataInfo): Add `klass_image_offset',
15043         `mono_method_klass_offset' and `mono_method_token_offset'.
15044
15045 2007-09-20  Mark Probst  <mark.probst@gmail.com>
15046
15047         * mini.c: First generics sharing implementation.  Can only share
15048         in very simple cases.  If sharing doesn't work it falls back to
15049         dedicated compilation.
15050
15051         * mini.h: Flag in MonoCompile to specify whether generic
15052         compilation is shared.  Flags enum for marking which generic inst
15053         of a context is used.  Prototypes for helper functions.
15054
15055         * generic-sharing.c: Helper functions for generic method sharing.
15056
15057         * optflags-def.h: Optimization flag (gshared) for enabling generic
15058         method sharing added.
15059
15060         * Makefile.am: generic-sharing.c added.
15061
15062 2007-09-19 Daniel Nauck <dna@mono-project.de>
15063
15064         * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
15065
15066 2007-09-19  Massimiliano Mantione  <massi@ximian.com>
15067         * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
15068         fixes bug 325507.
15069
15070 2007-09-19  Martin Baulig  <martin@ximian.com>
15071
15072         * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
15073         mono_debug_cleanup() is now part of mono_cleanup().
15074
15075 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
15076
15077         * driver.c (mono_main): Fix a warning.
15078
15079 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
15080
15081         * aot-compiler.c: Optimize various parts when processing large assemblies.
15082         Fixes ##325568.
15083
15084         * mini.c (mono_patch_info_hash): Improve hash function.
15085
15086 2007-09-14  Jonathan Chambers <joncham@gmail.com>
15087
15088         * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
15089         
15090         Code is contributed under MIT/X11 license.
15091
15092 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
15093
15094         * mini.c (mini_init): Fix a leak.
15095
15096         * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
15097
15098 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15099
15100         * mini.c: redirect string.InternalAllocStr() to the managed allocator.
15101
15102 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
15103
15104         * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
15105
15106 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
15107
15108         * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
15109         variance tests.
15110
15111         * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
15112
15113         * mini.c (handle_alloc): Enable managed allocators in AOT code.
15114
15115         * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
15116
15117         * aot-runtime.c (decode_patch_info): Ditto.
15118
15119 2007-09-12  Jonathan Chambers <joncham@gmail.com>
15120
15121         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
15122         static case. Cache delegates in architecture specific code, 
15123         based on number of parameters.
15124         
15125         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
15126         in architecture specific code, based on number of parameters.
15127         
15128         * mini-trampolines.c (mono_delegate_trampoline): Architecture specific 
15129         caching happen in architecture specific code now.
15130         
15131         Code is contributed under MIT/X11 license.
15132
15133 2007-09-12  Jonathan Chambers <joncham@gmail.com>
15134
15135         * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
15136         mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
15137         mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
15138
15139         Code is contributed under MIT/X11 license.
15140
15141 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15142         * mini.c: (mono_thread_abort) Fixed bug #82416.
15143
15144 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
15145
15146         * mini.: hook the new managed GC allocation feature into the JIT.
15147
15148 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15149
15150         * mini.c: implementation for the new runtime tls opcode.
15151
15152 2007-09-11  Martin Baulig  <martin@ximian.com>
15153
15154         * debug-debugger.h
15155         (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
15156         `mono_method_inflated_offset'.
15157
15158 2007-09-07  Zoltan Varga  <vargaz@gmail.com>
15159
15160         * driver.c mini.h mini.c: Add a new devel command line option for injecting
15161         async exceptions into a method.
15162
15163         * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
15164         purpose of testing whenever the unwinder works at every instruction.
15165
15166 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15167
15168         * mini.c: check accessibility of method used in ldftn (fixes
15169         bug #82635).
15170
15171 2007-09-04  Zoltan Varga  <vargaz@gmail.com>
15172
15173         * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
15174
15175         * inssel.brg: Fix a warning.
15176
15177 2007-09-03  Martin Baulig  <martin@ximian.com>
15178
15179         * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
15180         now takes the `main_method' as argument.
15181
15182 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
15183
15184         * cpu-sparc.md (endfilter): Add missing src1:i argument.
15185
15186 2007-08-30  Jonathan Chambers <joncham@gmail.com>
15187
15188         * driver.c: include the cil-coff.h header on Windows.
15189         
15190         Code is contributed under MIT/X11 license.
15191
15192 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15193
15194         * mini.c, driver.c: don't include the cil-coff.h header.
15195
15196 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
15197
15198         * mini.c: flag places that needs fixes fo soft-float support.
15199
15200 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
15201
15202         * mini.h, inssel-float.brg: fix soft-float constant loads on big
15203         endian systems (partially from Dean Jenkins, bug #81924).
15204
15205 2007-08-28  Mark Probst  <mark.probst@gmail.com>
15206
15207         * mini.c (check_linkdemand): Remove embedded reference object in
15208         call to LinkDemandSecurityException.
15209         (mono_jit_compile_method_inner): Call LinkDemandSecurityException
15210         with an IntPtr instead of a reference object.
15211
15212 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
15213
15214         * mini.c (handle_initobj): Handle alignment properly.
15215
15216         * inssel.brg (mini_emit_memset): Ditto. 
15217
15218         * inssel.brg (mini_emit_memcpy): Ditto. 
15219
15220         * inssel-sparc.brg: Ditto.              
15221
15222         * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
15223
15224 2007-08-26  Zoltan Varga  <vargaz@gmail.com>
15225
15226         * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
15227         exceptions raised in unmanaged code. Fixes part of #82594.
15228
15229 2007-08-24  Mark Probst  <mark.probst@gmail.com>
15230
15231         * mini.c (mono_method_to_ir), declsec.c
15232         (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
15233
15234 2007-08-22  Martin Baulig  <martin@ximian.com>
15235
15236         * debug-mini.h
15237         (MonoDebuggerThreadInfo): New typedef.
15238         (mono_debugger_thread_table): New global variable.
15239         (mono_debugger_thread_created): New public function.
15240         (mono_debugger_thread_cleanup): New public function.
15241
15242         * debug-debugger.h
15243         (MonoDebuggerInfo):
15244         - removed `get_current_thread' and `lookup_assembly'.
15245         - removed `data_table'.
15246         - added `thread_table'.
15247
15248         * mini.c
15249         (mono_thread_start_cb): Call mono_debugger_thread_created().
15250         (mono_thread_attach_cb): Likewise.
15251         (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
15252         (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
15253         initial domain.
15254
15255         * driver.c (mono_main): Move mono_debug_init() up, before calling
15256         mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
15257
15258 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15259
15260         * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
15261         together when passing several arguments of type double (gives a small
15262         speedup and saves a few bytes of generated code).
15263
15264 2007-08-20  Jb Evain  <jbevain@novell.com>
15265
15266         * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
15267
15268 2007-08-20  Jb Evain  <jbevain@novell.com>
15269
15270         * mini.c (mono_method_to_ir): throw MethodAccessException
15271         and FieldAccessException instead of InvalidProgramException.
15272
15273 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15274
15275         * mini.c: CoreCLR security checks.
15276
15277         * mini.h: Removed MonoSecurityMode (moved to
15278         metadata/security-manager.h) and mono_security_mode global var
15279         (replaced by set/get functions in security-manager.h).
15280
15281         * driver.c: Added "core-clr-test" security mode for testing.  Used
15282         set-function for setting security mode.
15283
15284 2007-08-17  Mark Probst  <mark.probst@gmail.com>
15285
15286         * mini.c: MonoJitInfo's are freed hazardously now.  Statistics for
15287         the new jit_info_table.
15288
15289         * driver.c: Test code for the new jit_info_table (enabled by the
15290         define MONO_JIT_INFO_TABLE_TEST).
15291
15292 2007-08-14  Zoltan Varga  <vargaz@gmail.com>
15293
15294         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
15295         detection of call <REG> instruction sequence. Fixes build on freebsd.
15296
15297 2007-08-13  Zoltan Varga  <vargaz@gmail.com>
15298
15299         * mini-exceptions.c: Fix a warning.
15300
15301 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
15302
15303         * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
15304         stack overflow handling code on amd64 too.
15305
15306         * mini-exceptions.c (mono_setup_altstack): Make this use 
15307         mono_thread_get_stack_bounds ().
15308
15309         * mini-x86.h: Disable sigaltstack on solaris x86.
15310
15311 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
15312
15313         * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
15314
15315 2007-08-10  Geoff Norton  <gnorton@customerdna.com>
15316
15317         * tramp-x86.c: Remove some unneeded alignment changes on Apple.  Fixes #82387.
15318
15319 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
15320
15321         * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
15322
15323         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
15324
15325 2007-08-03  Neale Ferguson <neale@sinenomine.net>
15326
15327         * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
15328         due to alignment.
15329
15330 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15331
15332         * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
15333         to be emitted (bug #82281).
15334
15335 2007-08-01  Martin Baulig  <martin@ximian.com>
15336
15337         Merged the `debugger-dublin' branch.
15338
15339         * debug-debugger.h (MonoDebuggerInfo):
15340         Removed the `old_*' compatibility entries.
15341         Added `debugger_version' and `data_table'.
15342         Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
15343         Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
15344
15345         * debug-mini.c
15346         (MiniDebugMethodBreakpointInfo): Add `address_list'.
15347         (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
15348         instead of a `gconstpointer'.
15349         (mono_debugger_insert_method_breakpoint): Return a
15350         `MonoDebugMethodAddressList *'.
15351
15352 2007-06-28  Martin Baulig  <martin@ximian.com>
15353
15354         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15355
15356 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
15357
15358         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using 
15359         __builtin_frame_address () since it is broken on older gcc versions.
15360
15361 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
15362
15363         * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
15364         on the stack overflow handling and made the managed stack overflows
15365         catchable in most cases using soft guard pages.
15366         * exceptions-x86.c: added code to restore the protection in the soft
15367         guard pages at the end of exception handling.
15368
15369 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
15370
15371         * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
15372
15373 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15374
15375         * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
15376         exception handling.
15377
15378 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
15379
15380         * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
15381         signal handling support until it has been ported to the new mechanism.
15382         * mini.c: fixed stack overflow detection and use the new
15383         architecture code  to handle signals on the altstack.
15384
15385 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
15386
15387         * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
15388         stack overflows on the alt stack.
15389
15390 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
15391
15392         * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
15393         stack overflows on the alt stack.
15394
15395 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
15396
15397         * exceptions-ppc.c: cleanup preparing for altstack support.
15398
15399 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15400
15401         * exceptions-arm.c: cleanup preparing for altstack support.
15402
15403 2007-07-27  Mark Probst  <mark.probst@gmail.com>
15404
15405         * mini.c (print_jit_stats): Output hazard pointer stats.
15406
15407 2007-07-26  Mark Probst  <mark.probst@gmail.com>
15408
15409         * driver.c, mini.c: Replaced security mode flags with a single
15410         enum variable.
15411
15412 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15413
15414         * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
15415
15416 2007-07-25  Mark Probst  <mark.probst@gmail.com>
15417
15418         * mini.c, mini.h, driver.c (mono_main): Added command-line flag
15419         (which doesn't do anything yet) for activating Core CLR
15420         (Silverlight) security.
15421
15422 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
15423
15424         * mini-codegen.c: work around a possible gcc bug on arm.
15425
15426 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15427
15428         * driver.c, mini-x86.h, mini-amd64.h: print a nice error
15429         message for platforms that don't support AOT compilation.
15430
15431 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
15432
15433         * mini.h, mini.c, driver.c: temporary smcs hack.
15434
15435 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
15436
15437         * mini-arm.h, mini-arm.c: arm EABI fixes.
15438
15439 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
15440
15441         * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
15442         case.
15443
15444         * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
15445         trampolines taking a method argument.
15446
15447         * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
15448
15449         * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
15450         * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
15451
15452         * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
15453         JIT compilation throws an exception. Fixes #82050.
15454
15455 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15456
15457         * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
15458         with the MONO_EXCEPTION_ defines.
15459
15460 2007-07-17  Zoltan Varga  <vargaz@gmail.com>
15461
15462         * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
15463         #82117.
15464         
15465         * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
15466         the cause of an assertion.
15467
15468 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
15469
15470         * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
15471         removed.
15472
15473 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
15474
15475         * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
15476         assert. Should fix #82103.
15477
15478 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
15479
15480         * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
15481         here too. Fixes #82095.
15482
15483         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
15484         addresses.
15485
15486         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
15487
15488         * mini-amd64.h: Enable IMT for amd64.
15489         
15490         * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
15491
15492 2007-07-12  Zoltan Varga  <vargaz@gmail.com>
15493
15494         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
15495
15496 2007-07-12  Mark Probst  <mark.probst@gmail.com>
15497
15498         * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
15499         as soon as check_linkdemand sets an exception_type.
15500
15501 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15502
15503         * mini-x86.c: fixed offsets for IMT call sequence.
15504         * mini-x86.h: enable IMT again.
15505
15506 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15507
15508         * trace.c (mono_trace_enter_method): Decode MonoType too.
15509
15510         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
15511
15512         * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
15513
15514         * mini-amd64.c: Add preliminary IMT implementation.
15515         
15516 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
15517
15518         * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
15519         understand the new IMT-base interface invocation (thanks to
15520         Daniel Nauck for the report and the remote debugging session).
15521
15522 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
15523
15524         * mini-x86.c: size and speed optimizations for the IMT bsearch.
15525
15526 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15527
15528         * Makefile.am (aotcheck): Make this actually use the AOTed code.
15529
15530 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
15531
15532         * mini-trampolines.c: implement AOT IMT support.
15533         * mini-x86.h: enable IMT support for wider testing.
15534
15535 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15536
15537         * inssel.brg (emit_imt_argument): Add aot support here.
15538
15539         * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
15540
15541 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
15542
15543         * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
15544         of the IMT implementation, partially from massi, with my
15545         implementation of the bsearch sequence. Disabled by default until
15546         the AOT code is implemented.
15547
15548 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15549
15550         * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
15551
15552         * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
15553
15554 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15555
15556         * inssel.brg, mini.c, mini.h, mini-trampolines.c:
15557         arch-independent IMT JIT code from Massimiliano
15558         Mantione (massi@ximian.com) with small cleanups from me.
15559
15560 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
15561
15562         * Makefile.am: fix svn invocation to get the svn revision to be
15563         independent of the local language (build fix).
15564
15565 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15566
15567         * mini.c (inline_method): Reset cfg->exception_type if the
15568         inlining is aborted.  Fixes: 82049.
15569
15570 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
15571
15572         * mini.c: remove assert from exception handling code when exception_ptr
15573         is not set.
15574
15575 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15576
15577         * mini.c (mono_codegen): Add an assert.
15578
15579         * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method 
15580         enter and leave code.
15581         * mini-amd64.c (mono_arch_emit_prolog): Likewise.
15582
15583 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
15584
15585         * mini-ppc.c: fixed memory corruption for localloc(0)
15586         (bug #81852).
15587
15588 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15589         
15590         * mini.c: Fix warnings.
15591
15592 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
15593
15594         * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
15595         to emit better double->int conversions.
15596
15597 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15598
15599         * mini.c: the provided Min/Max optimizations are valid for unisgned
15600         ints.
15601
15602 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15603
15604         * 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
15605
15606 2007-06-28  Miguel de Icaza  <miguel@novell.com>
15607
15608         * mini.c (mono_running_on_valgrind): Add support for reporting the
15609         method and  its boundaries to valgrind.
15610
15611 2007-06-28  Martin Baulig  <martin@ximian.com>
15612
15613         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
15614
15615 2007-06-25  Zoltan Varga  <vargaz@gmail.com>
15616
15617         * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
15618
15619         * generic.2.cs: Add new test case.
15620
15621 2007-06-25  Martin Baulig  <martin@ximian.com>
15622
15623         Merged the `debugger-dublin' branch.
15624
15625         * debug-mini.c
15626         (mono_debugger_insert_method_breakpoint): New public method.
15627         (mono_debugger_remove_method_breakpoint): Likewise.
15628         (mono_debugger_check_breakpoints): New static method.
15629         (mono_debug_close_method): Call mono_debugger_check_breakpoints().
15630
15631         * debug-debugger.h (MonoDebuggerInfo):
15632         Renamed (to keep backward compatibility in the vtable):
15633         `insert_breakpoint' -> `old_insert_breakpoint'.
15634         `remove_breakpoint' -> `old_remove_breakpoint'.
15635         `create_string' -> `old_create_string'.
15636         `lookup_class' -> `old_lookup_class'.
15637         `lookup_type' -> removed; changed into a dummy field.
15638         `lookup_assembly' -> `old_lookup_assembly'.
15639         Added (same functionality, but different signature):
15640         `create_string', `lookup_class', `lookup_assembly'
15641         Added new:
15642         `get_method_addr_or_bpt', `remove_method_breakpoint',
15643         `runtime_class_init'.
15644
15645         * debug-debugger.c: Merged the `debugger-dublin' branch.
15646
15647 2007-06-23  Zoltan Varga  <vargaz@gmail.com>
15648
15649         * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
15650         well.
15651         (peephole_pass): Likewise.
15652
15653 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
15654
15655         * driver.c: hopefully make setaffinity work also for ancient
15656         versions of linux.
15657
15658 2007-06-22  Atsushi Enomoto  <atsushi@ximian.com>
15659
15660         * driver.c : win32 build fix.
15661
15662 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
15663
15664         * driver.c: check for the MONO_NO_SMP env var and bind to a single
15665         processor if it is set.
15666
15667 2007-06-21  Martin Baulig  <martin@ximian.com>
15668
15669         * debug-mini.h: New file.
15670
15671         * debug-mini.c
15672         (mono_debugger_insert_breakpoint_full): Moved here from
15673         ../metadata/mono-debug-debugger.c.
15674         (mono_debugger_remove_breakpoint): Likewise.
15675         (mono_debugger_breakpoint_callback): Likewise.
15676
15677 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15678
15679         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15680         changes in MonoGenericClass.
15681
15682 2007-06-14  Zoltan Varga  <vargaz@gmail.com>
15683
15684         * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
15685
15686 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15687
15688         * jit-icalls.c (mono_helper_compile_generic_method): Update to
15689         removal of MonoGenericMethod.
15690
15691 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15692
15693         * mini-exceptions.c: hooks for the exception events profiling API.
15694
15695 2007-06-14  Randolph Chung  <tausq@debian.org>
15696
15697         * Makefile.ma: Add hppa target.
15698         * mini-arch.h: Include mini-hppa.h
15699         * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
15700         mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
15701         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15702
15703 2007-06-14  Randolph Chung  <tausq@debian.org>
15704
15705         * inssel.brg: Add rules for "chained" compare-branch operations so that
15706         a single compare op can affect multiple branches.  Adjust cost for
15707         OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
15708         * inssel-long32.brg: Update rules to use compare-branch macros.  Adjust
15709         cost for some rules so that they can more easily be overridden by
15710         per-arch rules (with fixes from lupus).
15711         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15712
15713 2007-06-13  Randolph Chung  <tausq@debian.org>
15714
15715         * mini-ops.h: Reorder branch ops so that they match the order of the
15716         corresponding CEE_* ops.  The code expects them this way.
15717         Add new ops for HPPA target.
15718         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15719
15720 2007-06-13  Randolph Chung  <tausq@debian.org>
15721
15722         * mini-exceptions.c: Handle cases where the stack grows towards
15723         larger addresses.
15724         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
15725
15726 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15727
15728         * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
15729         counter.
15730         * driver.c: explain where a non-matching corlib is found.
15731
15732 2007-06-13  Mark Probst  <mark.probst@gmail.com>
15733
15734         * mini.c (print_jit_stats): Output dynamic code allocation stats.
15735
15736 2007-06-10  Sanghyeon Seo <sanxiyn@gmail.com>
15737
15738         * mini-exceptions.c: Generate a method profile leave event during
15739         an exception to ensure that the profiler gets notified.
15740
15741 2007-06-07  Zoltan Varga  <vargaz@gmail.com>
15742
15743         * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir 
15744         branch.
15745
15746         * cpu-amd64.md: Add long_and/or/xor opcodes.
15747
15748 2007-06-06  Wade Berrier  <wberrier@novell.com>
15749
15750         * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
15751         (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction 
15752         length of instruction shr_imm (expected 8, got 10)
15753
15754 2007-06-06  Zoltan Varga  <vargaz@gmail.com>
15755
15756         * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
15757
15758 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15759
15760         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15761         MonoInternalHashTable again (fixed bug in the internal hash table
15762         code).
15763
15764 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15765
15766         * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
15767         Have to figure out what makes it crash the SWF regression.
15768
15769 2007-06-05  Zoltan Varga  <vargaz@gmail.com>
15770
15771         * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
15772
15773 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
15774
15775         * mini.c: optimize out the type check when storing null in a
15776         reference array.
15777
15778 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15779
15780         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
15781         MonoInternalHashTable.
15782
15783 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15784
15785         * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
15786         signed integer methods.
15787
15788 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15789
15790         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case 
15791         permanently since the current approach doesn't work.
15792
15793 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
15794
15795         * inssel.brg (stmt): Only call delegate->invoke_impl if 
15796         MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
15797
15798 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15799
15800         * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
15801         the sreg2==rdx case.
15802         
15803         * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
15804         account if it contains a rex prefix.
15805         (peephole_pass): Handle OP_FMOVE as well.
15806
15807 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
15808
15809         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
15810         as it causes regressions.
15811
15812 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15813
15814         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
15815         static case as well.
15816
15817         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
15818
15819         * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15820         (mono_arch_get_this_arg_from_call): Ditto.
15821
15822         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
15823
15824         * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
15825         invoke_impl field.
15826
15827         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
15828         (mono_arch_get_this_arg_from_call): Ditto.
15829
15830         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
15831         
15832         * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
15833         try to create optimized invoke code and use that for further invocations. 
15834         Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
15835
15836         * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
15837
15838 2007-05-29  Rodrigo Kumpera  <kumpera@gmail.com>
15839
15840         * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
15841         sealed classes or methods.
15842         *devirtualization.cs: tests for the new optimization
15843
15844 2007-05-29  Zoltan Varga  <vargaz@gmail.com>
15845
15846         * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
15847         by the update_volatile () function.
15848
15849 2007-05-27  Zoltan Varga  <vargaz@gmail.com>
15850
15851         * driver.c (mono_main): Call g_thread_init () early since newer glib versions
15852         require it.
15853
15854         * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
15855
15856 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15857
15858         * mini.c: Add configure checks for header files.
15859         * mini-x86.c: Add configure checks for header files.
15860         * trace.c: Add configure checks for header files.
15861         * aot-runtime.c: Add configure checks for header files.
15862         * aot-compiler.c: Add configure checks for header files.
15863         * driver.c: Add configure checks for header files.
15864         * mini-codegen.c: Add configure checks for header files.
15865         
15866         Code is contributed under MIT/X11 license.
15867
15868 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15869
15870         * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
15871         icompare_imm -128 + op_iclt. Fixes #81703.
15872
15873 2007-05-19  Zoltan Varga  <vargaz@gmail.com>
15874
15875         * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
15876
15877 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15878
15879         * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
15880         inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
15881         so that all isinst checks now use "interface_bitmap".
15882
15883 2007-05-15  Zoltan Varga  <vargaz@gmail.com>
15884
15885         * cpu-amd64.md (jmp): Fix a warning.
15886
15887         * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
15888
15889         * basic.cs: Add new regression test.
15890
15891         * basic.cs: Remove test which is now in basic-long.cs.
15892
15893         * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
15894
15895         * basic-long.cs: Add new test.
15896         
15897 2007-05-13  Zoltan Varga  <vargaz@gmail.com>
15898
15899         * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
15900
15901 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15902
15903         * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
15904
15905         * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
15906         places.
15907         
15908         * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception 
15909         throwing code a bit.
15910
15911         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of 
15912         the exception throwing code a bit.
15913
15914         * mini-x86.c (get_call_info): Allocate result from a mempool.
15915
15916 2007-05-11  Zoltan Varga  <vargaz@gmail.com>
15917
15918         * aot-compiler.c (find_typespec_for_class): Fix the assert.
15919
15920         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
15921
15922         * mini.h (MonoCompile): Add 'token_info_hash' field.
15923
15924         * mini.c: Save token->method associations during compilation so the AOT 
15925         compiler can use it.
15926         
15927         * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
15928         which reference generic classes and methods.
15929
15930 2007-05-10  Zoltan Varga  <vargaz@gmail.com>
15931
15932         * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
15933
15934         * aot-compiler.c (compile_method): Fix a typo in a comment.
15935
15936         * aot-runtime.c (decode_cached_class_info): Skip generic types.
15937
15938         * aot-compiler.c: Add minimal support for AOTing generic code by skipping 
15939         everything generic.
15940
15941         * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
15942
15943 2007-05-09  Zoltan Varga  <vargaz@gmail.com>
15944
15945         * mini.h (MonoCompile): Add 'args' field.
15946
15947         * mini.c (mono_compile_create_vars): Store variables representing the arguments
15948         into cfg->args.
15949
15950         * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
15951
15952 2007-05-08  Zoltan Varga  <vargaz@gmail.com>
15953
15954         * mini.c (mono_compile_get_interface_var): Remove this unused function.
15955
15956         * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
15957
15958         * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
15959         opcodes for some opcodes.
15960
15961         * mini.h *.brg *.c: Use the new opcodes.
15962
15963 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15964
15965         * mini.h: Bumped aot revision.
15966
15967         * inssel.brg: modified code generation of type checks for interfaces
15968         to use the new "MonoClass.interface_bitmap" instead of the old
15969         "MonoClass.interface_offsets".
15970
15971 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15972
15973         * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
15974
15975 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
15976
15977         * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
15978         64 bit platforms.
15979
15980 2007-04-27  Neale Ferguson <neale@sinenomine.net>
15981
15982         * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
15983
15984 2007-04-27  Wade Berrier  <wberrier@novell.com>
15985
15986         * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in 
15987         mini.h) to fix build.
15988
15989 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15990
15991         * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
15992         
15993         * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
15994         causes the corlib unit tests to fail.
15995
15996 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15997
15998         * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
15999
16000         * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
16001
16002         * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional 
16003         opcodes to the comparison relations.
16004
16005         * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional 
16006         opcodes to their types.
16007         
16008         * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
16009
16010         * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache 
16011         it in cfg->arch.cinfo.
16012
16013         * local-propagation.c (mono_local_cprop_bb): Fix a warning.
16014
16015         * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in 
16016         cfg->cil_offset_to_bb.
16017
16018 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
16019
16020         * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
16021         created becase of initlocals.
16022
16023 2007-04-23  Zoltan Varga  <vargaz@gmail.com>
16024
16025         * mini-alpha.c cpu-alpha.md: More alpha port work from 
16026         Sergey Tikhonov <tsv@solvo.ru>.
16027
16028 2007-04-21  Andreas Faerber  <andreas.faerber@web.de>
16029
16030         * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
16031
16032 2007-04-19  Zoltan Varga  <vargaz@gmail.com>
16033
16034         * cpu-s390.md (break): Correct the length of break instruction.
16035
16036 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
16037
16038         * mini.c: fix a couple of soft-float issues and comments.
16039
16040 2007-04-15  Miguel de Icaza  <miguel@novell.com>
16041
16042         * trace.c (is_filenamechar): - is also a filename char.
16043
16044 2007-04-15  Neale Ferguson <neale@sinenomine.net>
16045
16046         * mini-s390.c: Correct checking for enum type in return value processing.
16047
16048 2007-04-14  Raja R Harinath  <rharinath@novell.com>
16049
16050         * Makefile.am (BUILT_SOURCES): Add 'version.h'.
16051         (version.h): Makefile is in the build directory.
16052
16053 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
16054
16055         * mini-amd64.h: fix for assertion failure on Solaris/amd64
16056
16057 2007-04-11  Martin Baulig  <martin@ximian.com>
16058
16059         * mini.c (can_access_member): Fix handling of generic classes;
16060         fixes #81259.
16061
16062 2007-04-10  Zoltan Varga  <vargaz@gmail.com>
16063
16064         * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
16065
16066 2007-04-05  Zoltan Varga  <vargaz@gmail.com>
16067
16068         * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
16069
16070 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16071
16072         * mini-codegen.c: make sure the right spill amount is
16073         used for fp or integer registers (fixes the float_sub_spill() on ppc).
16074
16075 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
16076
16077         * mini-ppc.c: fixes for the fp_branch_nan test.
16078
16079 2007-03-23  Zoltan Varga  <vargaz@gmail.com>
16080
16081         * basic.cs: Comment out new test which still fails on ia64.
16082
16083 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
16084
16085         * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
16086
16087 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16088
16089         * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
16090
16091 2007-03-22  Zoltan Varga  <vargaz@gmail.com>
16092
16093         * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
16094         on 64 bit machines. Fixes part of #80738.
16095
16096         * basic.cs: Add regression test.
16097
16098 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
16099
16100         * inssel.brg basic.cs: Revert previous change to fix build.
16101
16102         * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
16103         platforms.
16104         
16105         * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
16106
16107         * basic.cs: Add new regression test.
16108
16109 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
16110
16111         * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
16112         many arguments.
16113
16114 2007-03-16  Neale Ferguson <neale@sinenomine.net>
16115
16116         * cpu-s390x.md: Correct length of break instruction.
16117
16118 2007-03-16  Neale Ferguson <neale@sinenomine.net>
16119
16120         * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
16121         * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
16122
16123 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
16124
16125         * *.c: Begin WIN64 port.
16126         * mini.c:  Use correct register in profiler.
16127         * mini-amd64.c: No inline assembly on Win64.
16128         * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
16129         Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
16130         * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
16131         is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
16132         mono_arch_ip_from_context for Win64.
16133         
16134         Contributed under MIT/X11 license.
16135
16136 2007-03-15  Zoltan Varga  <vargaz@gmail.com>
16137
16138         * exceptions-amd64.c (seh_handler): Ditto.
16139
16140         * exceptions-x86.c (seh_handler): Fix a memory leak.
16141
16142 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
16143
16144         * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
16145         mini-s390x.c: fixed peephole optimizations to deal
16146         correctly with 1 and 2 byte reload avoidance.
16147
16148 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
16149
16150         * cpu-s390.md, cpu-s390x.md: update localloc length.
16151
16152 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
16153
16154         * cpu-g4.md: added missing descriptions.
16155
16156 2007-03-14  Miguel de Icaza  <miguel@novell.com>
16157
16158         *  Makefile.am: Add support so the tail tests are not executed on
16159         PowerPC as that is a known limitation of the PowerPC port.
16160
16161 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
16162
16163         * runmdesc.bat:  Move to msvc directory.
16164         
16165 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
16166
16167         * runmdesc.bat:  Run executable that was produced by the current
16168         target and sent via an argument.
16169         
16170 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
16171
16172         * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
16173         #81102.
16174
16175         * generics.2.cs: Add regression test.
16176
16177 2007-03-09  Wade berrier  <wberrier@novell.com>
16178
16179         * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
16180
16181 2007-03-09  Zoltan Varga  <vargaz@gmail.com>
16182
16183         * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
16184         AOT code depends on this.
16185
16186 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
16187
16188         * mini.c: more precise tracking of types in the eval stack
16189         (part of fix for bug #81044).
16190
16191 2007-03-07  Zoltan Varga  <vargaz@gmail.com>
16192
16193         * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
16194
16195         * aot-compiler.c (encode_patch): Remove an obsolete comment.
16196
16197 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
16198
16199         * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
16200
16201         * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
16202
16203 2007-02-22  Zoltan Varga  <vargaz@gmail.com>
16204
16205         * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
16206         a pointer on 64 bit systems. Fixes #80190.
16207
16208         * iltests.il: Add new regression test.
16209
16210 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16211
16212         * mini.c: inline a constant for Environment.IsRunningOnWindows.
16213
16214 2007-02-19  Geoff Norton  <gnorton@customerdna.com>
16215
16216         * trace.c: Remove an erroneous alignemnt check when tracing.
16217           Fixes --trace on OSX86.
16218
16219 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
16220
16221         * mini-$(arch).h: initialize SP in context for all the archs.
16222
16223 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com>
16224
16225         * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
16226         regressions in the thread tests.
16227
16228 2007-02-14  Zoltan Varga  <vargaz@gmail.com>
16229
16230         * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
16231         - fixed implementation of LOCALLOC opcode
16232         - implemented non-un compare for floats
16233         - code cleanup
16234         - implementation of FDIV and CKFINITE opcodes
16235         - fixes for latest mono updates
16236         - additional arch opcodes
16237
16238 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16239
16240         * Makefile.am: simplify and merge rules for cross-compilation.
16241
16242 2007-02-07  Massimiliano Mantione  <massi@ximian.com>
16243
16244         * local-propagation.c: Actually *apply* the fix for bug 80591...
16245
16246 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
16247
16248         * mini-exceptions.c: backuot part of the last change
16249         (fixes cas tests on amd64 related to GetExecutingAssembly ()).
16250
16251 2007-02-06  Massimiliano Mantione  <massi@ximian.com>
16252         * inssel.brg: Fix bug 59286.
16253
16254
16255 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
16256
16257         * mini-exceptions.c: patch from Zoltan to correctly check for
16258         stack boundaries (using the stack register, not the frame register),
16259         fixes bugs #80724, #79717.
16260
16261 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
16262
16263         * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
16264         OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
16265
16266         * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
16267         presence of frame pointer elimination.
16268
16269 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
16270         
16271         * mini-x86.h: NetBSD UCONTEX_REG defines.
16272
16273 2007-02-01  Zoltan Varga  <vargaz@gmail.com>
16274
16275         * inssel-amd64.brg: Fix amd64 build.
16276
16277 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
16278
16279         * mini.h: remove extern to workaround what looks likes gcc bug 26905
16280         on amd64.
16281
16282 2007-01-31  Zoltan Varga  <vargaz@gmail.com>
16283
16284         * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
16285         ends.
16286
16287         * mini-<ARCH>.c: Use mono_is_regsize_var ().
16288
16289 2007-01-30 Mark Mason <mason@broadcom.com>
16290
16291            * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
16292            * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
16293            * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
16294            beginning support for CEE_JMP [not quite working yet]
16295            * tramp-mips.c: LMF handling now works
16296         
16297 2007-01-30  Zoltan Varga  <vargaz@gmail.com>
16298
16299         * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
16300
16301         * mini.h (NULLIFY_INS): New macro.
16302
16303 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
16304
16305         * mini.c: statistical profiler fix for windows, patch
16306         from Tor Lillqvist (tml@novell.com).
16307
16308 2007-01-30  Massimiliano Mantione  <massi@ximian.com>
16309         * local-propagation.c: Fix bug 80591.
16310
16311 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
16312
16313         * Makefile.am: put back the --export-dynamic option as with
16314         the previous gmodule flags (thanks to Robert Jordan).
16315
16316 2007-01-28  Zoltan Varga  <vargaz@gmail.com>
16317
16318         * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
16319
16320         mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
16321         simplify and speed up the local register allocator. Also rename some fields
16322         like iassign->vassign.
16323         
16324         * regalloc.c: Remove some functions which are no longer used since their
16325         inlined version is in mini-codegen.c.
16326         
16327         * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
16328
16329         * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
16330
16331 2007-01-27  Zoltan Varga  <vargaz@gmail.com>
16332
16333         * mini-amd64.c (peephole_pass): Remove optimizations which omit a 
16334         narrowing. Fixes #80622.
16335
16336         * iltests.il: Add new regresssion test. 
16337
16338 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16339
16340         * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
16341         debug-debugger.c, debug-debugger.h: warning fixes.
16342         * driver.c: updated copyright year and made it fit in one line.
16343
16344 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
16345
16346         * aot-runtime.c: updated to use mono-dl instead of gmodule.
16347
16348 2007-01-25  Zoltan Varga  <vargaz@gmail.com>
16349
16350         * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
16351
16352         * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
16353
16354         * iltests.il: Add new test for bug #80507.
16355
16356 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16357
16358         * mini-arm.h: use soft-float also on vfp for now.
16359
16360 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16361
16362         * mini.c: fix some more soft-float issues.
16363
16364 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16365
16366         * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
16367
16368 2007-01-24  Massimiliano Mantione  <massi@ximian.com>
16369         * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
16370         mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
16371         MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
16372
16373 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
16374
16375         * mini-arm.c: typo fix.
16376
16377 2007-01-23  Neale Ferguson <neale@sinenomine.net>
16378
16379         * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
16380
16381 2007-01-21  Zoltan Varga  <vargaz@gmail.com>
16382
16383         * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
16384         Share stack slots for scalar types. Avoid expensive g_list_free () calls.
16385
16386         * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
16387
16388         * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto. 
16389
16390         * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
16391         
16392         * inssel.brg: Fix a warning.
16393
16394         * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
16395
16396         * abcremoval.c ssa.c ssapre.c: Update after this change.
16397         
16398         * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
16399
16400         * dominators.c (df_set): Use mono_bitset_union_fast.    
16401
16402 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16403
16404         * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
16405         mini-codegen.c: reduce relocations and memory usage for the cpu
16406         description.
16407
16408 2007-01-20  Zoltan Varga  <vargaz@gmail.com>
16409
16410         * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
16411
16412         * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
16413         to reduce their size.
16414
16415 2007-01-19 Mark Mason <mason@broadcom.com>
16416
16417         * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
16418         * mini-mips.c: more configuration macros, support long conditional branches, additional
16419         asserts, fix epilog instrumentation.
16420         * mini-mips.h: use standard stack walk
16421         * cpu-mips.md: increase size of div, rem and conditional branches
16422         
16423 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
16424
16425         * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
16426         to cpu spec data.
16427
16428 2007-01-19  Zoltan Varga  <vargaz@gmail.com>
16429
16430         * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
16431         (compile_method): Ditto.
16432
16433         * aot-runtime.c (decode_klass_info): Ditto.
16434
16435         * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
16436         needed by the code generated by inssel.brg. Also fix a warning.
16437
16438 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
16439
16440         * mini.c: deal with enums that become genericinsts by
16441         being nested in a generic class (bug #79956).
16442
16443 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
16444
16445         * mini.c: match the generic definition to check for
16446         private access with generic types (bug #78431).
16447
16448 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
16449
16450         * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
16451         to make life easier for people cross-compiling that insist on not
16452         using scratchbox.
16453
16454 2007-01-17 Mark Mason <mason@broadcom.com>
16455
16456         * inssel-long.brg: patch to deal with mips missing flags
16457         * inssel-long32-mips.brg: implement overflow checks
16458         * insset-mips.brg: implement overflow checks
16459         * mini-mips.h: implement conditional exception handling
16460         * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
16461           Remove unused code, minor cleanups.
16462         * exceptions-mips.c: minor cleanups
16463         * mini-ops.h: add mips conditional exception ops
16464         * cpu-mips.md: add mips conditional exception ops
16465
16466         
16467 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
16468
16469         * inssel.brg: patch from Mark Mason <mason@broadcom.com>
16470         to deal with mips missing of flags.
16471
16472 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
16473
16474         * exceptions-ppc.c: execute fault handlers.
16475
16476 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
16477
16478         * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
16479
16480 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16481
16482         * mini.c: handle also floating point values in initialize_array.
16483
16484 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16485
16486         * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
16487         array initialization and make it conditional on the intrins option.
16488
16489 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16490
16491         * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
16492         relocations and put the patch info names close to the enum definition.
16493
16494 2007-01-15 Mark Mason <mason@broadcom.com>
16495
16496         * basic.cs, exceptions.cs: break up large tests to increase debugability.
16497
16498 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
16499
16500         * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
16501
16502 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16503
16504         * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
16505
16506 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
16507
16508         * Makefile.am: distribute the mips sources.
16509
16510 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
16511
16512         * mini-codegen.h: handle bug #80489 here, by excluding ecx
16513         directly.
16514
16515 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
16516
16517         * cpu-x86.md: back out for now as this triggers other regressions.
16518
16519 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16520
16521         * cpu-x86.md: force src1 and dest regpair for long shift instructions
16522         to eax:edx, so ecx can't get allocated to them (bug #80489).
16523
16524 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
16525
16526         * mini.c, mini-exceptions.c: enabled running fault handlers
16527         (bug #80469).
16528
16529 2007-01-03  Miguel de Icaza  <miguel@novell.com>
16530
16531         * driver.c: If nothing fail, do not use the string "failed",
16532         because it makes it very annoying to view test result logs on the
16533         web. 
16534
16535 2006-12-30  Miguel de Icaza  <miguel@novell.com>
16536
16537         * debug-debugger.c (mono_debugger_main): Rename "main" to
16538         "main_method" to prevent a warning.
16539
16540         Remove a warning for unused field.
16541
16542 2006-12-28  Martin Baulig  <martin@ximian.com>
16543
16544         * debug-debugger.c
16545         (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
16546
16547 2006-12-22  Martin Baulig  <martin@ximian.com>
16548
16549         * mdb-debug-info32.s, mdb-debug-info64.s: New files.
16550         Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
16551         seperate `.mdb_debug_info' section, so we can access it from the
16552         debugger even if the binary is stripped.
16553
16554         * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
16555         from the `.mdb_debug_info' here to prevent the linker from
16556         removing that section.
16557
16558         * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
16559         mdb-debug-info64.s.
16560
16561 2006-12-19  Robert Jordan  <robertj@gmx.net>
16562
16563         * mini-x86: enable the code to return small structures in
16564         registers for FreeBSD as well. Fixes bug #80278.
16565         * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
16566
16567 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16568
16569         * mini-x86.c: align the stack when calling the profiler
16570         function instrumenting the prolog (on OSX).
16571
16572 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16573
16574         * mini.c: emit a break opcode where Debugger.Break () is called.
16575
16576 2006-12-13  Miguel de Icaza  <miguel@novell.com>
16577
16578         * mini.c (mono_method_to_ir): Provide useful information on this
16579         assert, to prevent others from debugging like I did.
16580
16581 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16582
16583         * mini.c: enable code which was incorrectly commented
16584         (bug #80235).
16585
16586 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16587
16588         * mini-x86.c: enable on OSX, too, the code to return small
16589         structures in registers.
16590
16591 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
16592
16593         * mini-x86.c: remove the use of the dynamic code manager here, too.
16594
16595 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16596
16597         * mini.h, debug-debugger.c, tramp-*.c: fixed 
16598         mono_debugger_create_notification_function() to use
16599         mono_global_codeman_reserve () instead of a dynamic code manager.
16600
16601 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16602
16603         * mini.c, jit-icalls.h, jit-icalls.c: remove the 
16604         ves_array_element_address() jit icall and use a generated
16605         managed method instead (which is about 4 times faster for a rank 3
16606         array access).
16607
16608 2006-11-29  Mark Mason  <mason@broadcom.com>
16609
16610         * basic-calls.cs: additional tests for passing
16611         structures as function arguments.
16612
16613 2006-11-29  Mark Mason  <mason@broadcom.com>
16614
16615         * mini-mips.h: disable custom exception handling
16616         * mini-mips.c: throw/rethrow should use jalr to call
16617         exception stubs.  Fixed bug with passing structures
16618         by value. More support for tracing floating point
16619         functions.
16620
16621 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16622
16623         * mini.c: fixed typo in the soft-float ldind.r4 handling
16624         (bug #80086).
16625
16626 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16627
16628         * mini.c, mini.h, driver.c: added --runtime command line
16629         option to select a different runtime than the autodetected one.
16630         * jit.h: added API for embedders to initialize with a specific
16631         runtime version.
16632
16633 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
16634
16635         * mini.c: handle also boxing of r4 values (bug #80024).
16636
16637 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16638
16639         * mini-ppc.c: force indirect calls until we reserve
16640         enough address space for all the generated code.
16641
16642 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
16643
16644         * exceptions-arm.c: workaround bugs in the libc definition
16645         of struct ucontext.
16646
16647 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
16648
16649         * inssel.brg: fixes from me and Mark Mason.
16650
16651 2006-11-23  Dick Porter  <dick@ximian.com>
16652
16653         * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
16654         semaphore display now we've fixed the initial value
16655
16656 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16657
16658         * inssel.brg: partially revert the last change to fix the build.
16659
16660 2006-11-21  Mark Mason  <mason@broadcom.com>
16661
16662         * inssel.brg: Add and use compare-and-branch macros to support
16663         architectures that do not have condition code registers (ie. MIPS).
16664         * *-mips.{c,brg,md}: Fix copyright statements
16665
16666 2006-11-20  Mark Mason  <mason@broadcom.com>
16667
16668         * Makefile.am: remove mini-codegen.c from list of MIPS sources
16669         * mini.c: Allow GET_CONTEXT to be specified by the arch port
16670         * mini.h: Added declaration for mono_print_ins()
16671         * mini-codegen.c: added ins_spec initializer for MIPS
16672         * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
16673         vreg to be virtual and hreg to be non-virtual.
16674         * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
16675         is not yet working/implemented correctly.
16676         * mini-codegen.c (print_ins): rename to mono_print_ins(), make
16677         non-static, fixup calls to print_ins() from other parts in the file.
16678
16679 2006-11-20  Mark Mason  <mason@broadcom.com>
16680
16681         * basic-calls.cs: added tests for passing structures as arguments
16682         to calls.
16683
16684 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
16685
16686         * inssel-long32.brg: optimize signed division by power of two.
16687
16688 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16689
16690         * mini-arm.c: added support for interworking with thumb code
16691         (mono must be still be built using the ARM instruction encoding).
16692
16693 2006-11-19  Miguel de Icaza  <miguel@novell.com>
16694
16695         * mini.c (type_from_op): Separate the conditions for OP_EQ as the
16696         verifier has different rules for it.   Fixes a few verifier issues
16697         in the test suite.
16698
16699         * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
16700         at the end, so people know what happened.
16701
16702 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
16703
16704         * brach-opts.c: in optimize_exception_target() make sure we
16705         are in a catch clause (fixes bug #79871).
16706
16707 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16708
16709         * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
16710         more soft-float support fixes.
16711
16712 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
16713
16714         * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
16715         that are passed half on the stack and half in registers.
16716
16717 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
16718
16719         * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
16720         more mips integration work from Mark E Mason 
16721         <mark.e.mason@broadcom.com>.
16722
16723 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16724
16725         * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
16726         cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
16727         tramp-mips.c: added sources for the mips port, not
16728         integrated in the build yet. Contributed by
16729         Mark E Mason <mark.e.mason@broadcom.com>.
16730
16731 2006-11-14  Neale Ferguson <neale@sinenomine.net>
16732
16733         * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
16734
16735 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16736
16737         * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
16738         put the soft-float rules in its own file since it seems to
16739         break s390 compilation.
16740
16741 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16742
16743         * mini-arm.c: fixed wrnings.
16744
16745 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
16746
16747         * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
16748         inssel-arm.brg: ARM support for soft-float.
16749
16750 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
16751
16752         * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
16753         loads and stores of 32 bit fp values.
16754
16755 2006-11-10  Zoltan Varga  <vargaz@gmail.com>
16756
16757         * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
16758
16759         * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
16760         works. Fixes #79852 and #79463.
16761
16762 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16763
16764         * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
16765         more soft-float support WIP and fixes.
16766
16767 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
16768
16769         * mini-arm.c: some VFP updates.
16770
16771 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16772
16773         * mini-exceptions.c: 0 is a valid local var offset in some
16774         architectures, don't assert (bug #78508).
16775
16776 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
16777
16778         * exceptions-arm.c: fixed off by one error in stack walk code.
16779
16780 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
16781
16782         * mini.h, mini.c: more precise tracking of type load exceptions.
16783
16784 2006-11-03  Robert Jordan  <robertj@gmx.net>
16785
16786         * Makefile.am: [WIN32] Add monow.exe target.
16787         * driver.c: [WIN32] Don't detach the console when debugging.
16788         Fixes bug #79797.
16789         
16790 2006-10-30  Miguel de Icaza  <miguel@novell.com>
16791
16792         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
16793
16794 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16795
16796         * aot-compiler.c (emit_method_info): Add a case missed earlier.
16797
16798         * driver.c (mini_regression): Fix --regression with AOT.
16799
16800         * aot-compiler.c (emit_method_info): Fix AOT on amd64.
16801
16802 2006-10-17  Zoltan Varga  <vargaz@gmail.com>
16803
16804         * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
16805
16806         * mini-sparc.h: Don't use sigaction on sparc/linux.
16807
16808         * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
16809
16810         * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
16811
16812         * mini-exceptions.c: Add proper include files for getpid ().
16813
16814 2006-10-16  Zoltan Varga  <vargaz@gmail.com>
16815
16816         * aot-runtime.c (mono_aot_get_method): Change this to return the native code
16817         address instead of a MonoJitInfo* to avoid decoding the exception info for the
16818         method.
16819
16820         * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
16821         name cache to reduce its size.
16822
16823         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
16824
16825 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16826
16827         * mini-x86.c: Save/restore the current LMF structure more efficiently using
16828         the mono_lmf TLS variable.
16829
16830         * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in 
16831         trampoline lmf frames.  
16832
16833         * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
16834
16835 2006-10-14  Zoltan Varga  <vargaz@gmail.com>
16836
16837         * mini-amd64.c: Save/restore the current LMF structure more efficiently using
16838         the mono_lmf TLS variable.
16839
16840         * mini-exceptions.c: Access the LMF structure through accessors.
16841
16842         * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS 
16843         variable instead of in jit_tls->lmf.
16844
16845         * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
16846         
16847         * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in 
16848         trampoline lmf frames.
16849
16850         * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
16851
16852 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16853
16854        * mini.c trace.c mini-x86.c: Revert these too.
16855         
16856        * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
16857        signature change.
16858
16859 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
16860
16861         * genmdesc.c: removed now dead code.
16862
16863 2006-10-09  Robert Jordan <robertj@gmx.net>
16864
16865         * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
16866
16867 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16868
16869         * mini.h: do not leave gaps in the opcode values.
16870
16871 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
16872
16873         * jit-icalls.h: flag functions as internal here, too.
16874
16875 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
16876
16877         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
16878         functions with the internal attribute.
16879
16880 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
16881
16882         * aot-compiler.c: fclose the file descriptor in the profile read loop.
16883
16884 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16885
16886         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
16887         for soft-float.
16888
16889 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16890
16891         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
16892         tail calls as on other platforms.
16893
16894         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
16895
16896         * iltests.il: Add a few tailcall tests.
16897
16898 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16899
16900         * driver.c: fix loop for old compilers (bug #79521).
16901
16902 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16903
16904         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
16905
16906         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
16907
16908         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
16909         metadata without any code.
16910
16911         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
16912         more precise debugging information using gdb.
16913
16914 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16915
16916         * inssel-ia64.brg: Make the helper methods static.
16917
16918 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16919
16920         * inssel-x86.brg: make the helper methods static.
16921
16922 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
16923
16924         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
16925
16926 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
16927
16928         * mini.c: updates for monoburg changes.
16929         * inssel.brg: make a few helper functions static as they should.
16930
16931 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16932
16933         * Makefile.am: Move mini-codegen.c to common_sources.
16934
16935 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16936
16937         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
16938         instructions.
16939         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
16940         mini-ppc.h: port to use the common local register allocator.
16941
16942 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16943
16944         * mini.h: Remove the comment too then.
16945
16946 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
16947
16948         * mini.h: put back backend.data which is to be used shortly and
16949         doesn't increase the size of MonoInst. If any 64 bit arch aligned
16950         pointers on 4 byte boundaries it'd have much bigger issues running
16951         and you can ifdef it out anyway.
16952
16953 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16954
16955         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
16956         MonoInst size by 4 bytes on 64 bit machines.
16957
16958 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16959
16960         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
16961         replacement with more meaningful field names. Arch maintainers, please
16962         check the assigned names are good enough for your arch.
16963
16964 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16965
16966         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
16967         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
16968
16969 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16970
16971         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
16972         relocations and memory requirements, put the optimization flags
16973         definitions in their own file.
16974
16975 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
16976
16977         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
16978
16979         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
16980
16981 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
16982
16983         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
16984
16985 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
16986
16987         * inssel.brg: use the correct function to get the size of an item
16988         in an array, given an element class.
16989         * aot-compiler.c: do not access class->class_size directly.
16990
16991 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16992
16993         * mini.h, debug-mini.c: added a debugging function to print
16994         info about local variables and arguments in a jitted method.
16995
16996 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
16997
16998         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
16999
17000         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
17001
17002 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
17003
17004         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
17005         inner and outer loops when passing vtypes.
17006
17007 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
17008
17009         * mini-ppc.c: take into account the cpu errata for cache flushing
17010         which caused some random errors (bug #79381).
17011
17012 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
17013
17014         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
17015         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
17016
17017 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
17018
17019         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
17020         loaded.
17021
17022         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
17023         freebsd ports tree.
17024
17025         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
17026         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
17027
17028         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
17029         displacement.
17030
17031 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
17032
17033         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
17034
17035 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
17036
17037         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
17038         macro does not have to be changed during debugging.
17039
17040         * 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>.
17041
17042         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
17043
17044         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
17045         
17046         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
17047         MONO_ARCH_NO_EMULATE_MUL is defined.
17048
17049         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
17050
17051         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
17052
17053         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
17054
17055         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
17056         
17057 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
17058
17059         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
17060         stuff to mini-exceptions.c where it is used.
17061
17062         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
17063         setup code, the real one is in mini-exceptions.c.
17064
17065         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
17066         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
17067         some changes from the freebsd ports tree.
17068
17069         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
17070         constants.
17071         
17072         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
17073
17074 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
17075
17076         * mini.c: on Linux, check for /proc to be mounted
17077         (bug# 79351, novell bug#201204).
17078
17079 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
17080
17081         * mini.c: handle cases where pthread_attr_getstack() behaves
17082         incorrectly (bug #78096).
17083
17084 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
17085
17086         * mini-arm.c: support larger stack frames (bug #79272).
17087
17088 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
17089
17090         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
17091
17092         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
17093         tokens.
17094
17095         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
17096         mono_class_from_name () to find a class from its name.
17097
17098         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
17099
17100 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
17101
17102         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
17103
17104 2006-09-05  Kornel Pal  <kornelpal@gmail.com>
17105
17106         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
17107
17108 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
17109
17110         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
17111         callinfo->trampoline.
17112
17113         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
17114         fixes #79271.
17115         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
17116         future.
17117
17118 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
17119
17120         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
17121
17122 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
17123
17124         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
17125         stats.method_trampolines, it is already done by the generic trampoline code.
17126
17127         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
17128         
17129 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
17130
17131         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
17132
17133         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
17134
17135         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
17136
17137         * mini.c (print_jit_stats): Print mscorlib mempool size too.
17138         
17139         * mini.c (print_jit_stats): Print new stats.
17140
17141         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
17142
17143 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
17144
17145         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
17146         Address on two dimensional arrays. Fixes #78729.
17147
17148         * mini.h (MonoCompile): Add a 'skip_visibility' field.
17149
17150         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
17151         a method.
17152
17153         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
17154
17155         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
17156         #79130.
17157         
17158         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
17159         a race condition.
17160         (mini_get_ldelema_ins): Ditto.
17161
17162 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
17163
17164         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
17165         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
17166         Fixes #79213.
17167
17168 2006-08-29 Neale Ferguson <neale@sinenomine.net>
17169
17170         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
17171         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
17172
17173         * exceptions-s390x.c: Cosmetic change.
17174
17175         * tramp-s390.c: Fix warning.
17176
17177         * cpu-s390.md: Correct length of mul_imm.
17178
17179 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17180
17181         * aot-compiler.c: added binary writer with ELF backend
17182         implementation (only on Linux/x86 for now).
17183
17184 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
17185
17186         * Makefile.am: Don't run net 2.0 AOT tests.
17187
17188         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
17189         (mono_compile_assembly): Skip net 2.0 assemblies as well.
17190
17191         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
17192
17193 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17194
17195         * aot-compiler.c: simplified and refactored the asm-writing code
17196         to allow different backends.
17197
17198 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
17199
17200         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
17201
17202         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
17203         little. Share patches of type TYPE_FROM_HANDLE as well.
17204
17205         * mini.c (mono_patch_info_equal): New helper function.
17206         (mono_patch_info_hash): Ditto.
17207
17208         * aot-compiler.c (emit_method_code): Fix s390 build.
17209
17210         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
17211         is not handled because it is stored as a flag and not as a type ctor. Fixes
17212         #79016.
17213
17214 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17215
17216         * aot-compiler.c: Fix computation of GOT slot statistics.
17217         
17218         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
17219         Also remove support for not PIC AOT.
17220
17221         * mini.h: Bump AOT file format version.
17222
17223         * objects.cs: Add a test for #78990.
17224
17225         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
17226         (peter.dettman@iinet.net.au). Fixes #79087.
17227
17228         * basic-long.cs: Add a test for the above.
17229
17230 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
17231
17232         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
17233         
17234         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
17235         code somewhat.
17236
17237 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
17238
17239         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
17240         exceptions.
17241
17242 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
17243
17244         * mini.c: Don't verify COM proxy invoke calls
17245         
17246
17247 2006-08-10  Dick Porter  <dick@ximian.com>
17248
17249         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
17250         which process is holding semaphores locked.
17251
17252 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
17253
17254         * mini-ia64.c mini-amd64.c: Fix #79027.
17255
17256         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
17257
17258         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
17259
17260         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
17261         implicit arguments in a vararg call. Fixes #79027.
17262
17263 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
17264
17265         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
17266         (mono_get_array_new_va_signature): Ditto.
17267
17268 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
17269
17270         * aot-runtime.c: Call init_plt lazily.
17271
17272         * inssel-long.brg: Fix unsigned long->int conversion.
17273
17274         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
17275
17276         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
17277         that most data is now in the .rss/.data section.
17278
17279 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
17280
17281         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
17282
17283         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
17284
17285         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
17286
17287         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
17288
17289         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
17290         virtual call. Fixes #79010.
17291
17292         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
17293         and use the result as the this argument in the real call.
17294
17295         * generics.2.cs: Add a new test for #79010.
17296         
17297 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
17298
17299         * mini-x86.c: Fix a warning.
17300
17301         * aot-compiler.c: Add a bunch of statistics.
17302
17303         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
17304
17305 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
17306
17307         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
17308
17309 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17310
17311         * 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>.
17312
17313 2006-07-13  Miguel de Icaza  <miguel@novell.com>
17314
17315         * mini.c (mono_method_to_ir): Obtain the original method in the
17316         CIL stream and use this to perform validation.
17317
17318         Fixed: #78816
17319
17320 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
17321
17322         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
17323         (mono_arch_call_opcode): Ditto.
17324
17325         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
17326         #78826.
17327
17328         * mini.c (mono_patch_info_dup_mp): New helper function.
17329         
17330         * aot-compiler.c (compile_method): Fix some of the memory allocated during
17331         compilation. Fixes #78827.
17332
17333 2006-07-18  Kornel Pal  <kornelpal@gmail.com>
17334
17335         * declsec.c: Use original security informations for
17336           MONO_WRAPPER_MANAGED_TO_MANAGED.
17337
17338 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17339
17340         * mini.c: Allow Com Interop methods/classes and
17341         don't verify COM wrapper calls
17342         
17343
17344 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
17345
17346         * inssel-long32.brg: Fix long->i4 checked conversion.
17347
17348         * exceptions.cs: Add a test for the above.
17349
17350 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17351
17352         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
17353
17354         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
17355         leaks.
17356
17357         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
17358         #78775.
17359
17360 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
17361
17362         * mini.c: Fix solaris/x86 exception handling.
17363
17364         * Makefile.am: Get rid of $(ICU_LIBS).
17365
17366 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
17367
17368         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
17369         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
17370         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
17371
17372         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
17373
17374         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
17375         this function causes a SIGSEGV.
17376
17377 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
17378
17379         * mini.c: Remove unused solaris/x86 includes.
17380
17381 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17382
17383         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
17384
17385 2006-06-20  Jb Evain  <jbevain@gmail.com>
17386
17387         * cpu-g4.md: fix max length of start_handler instruction.
17388
17389 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
17390         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
17391
17392 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
17393         * ssa.c: Fixed bug 78653 for SSA based deadce.
17394         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
17395         MonoInst.flags, used in SSA based deadce.
17396         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
17397         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
17398
17399 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17400
17401         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
17402         it can end up using non executable memory on ppc64 systems
17403         running ppc32 userspace (fix from Johannes Berg).
17404
17405 2006-06-14  Dick Porter  <dick@ximian.com>
17406
17407         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
17408         4.1.1
17409
17410 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
17411         * mini.c: Made so that inline is locally disabled if it would
17412         trigger a .cctor, because too many apps depend on this behavior
17413         (which seems to be also the one of the MS CLR).
17414
17415 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
17416
17417         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
17418         No idea why this worked before.
17419
17420         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
17421         which branch to outer exception clauses since they could skip the
17422         inner finally clauses. Fixes #78633.
17423
17424         * exceptions.cs: Add a test for the above.
17425
17426         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
17427         Fixes #78629.
17428
17429         * iltests.il: Add a test for the above.
17430
17431 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
17432
17433         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
17434         after the end of a try bblock, to prevent asserts in mini_method_compile ().
17435
17436         * iltests.il: Add a test for the above.
17437
17438 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
17439
17440         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
17441         
17442         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
17443         methods as instrinsics.
17444
17445 2006-06-09  Wade Berrier <wberrier@novell.com>
17446
17447         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
17448         (simple-cee-ops.h ssapre-mini-ops.h)
17449
17450 2006-06-09  Neale Ferguson <neale@sinenomine.net>
17451
17452         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
17453         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
17454         instruction).
17455         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
17456         * cpu-s390x.md: Fix max. length values for a couple of instructions.
17457
17458 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17459
17460         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
17461
17462 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
17463
17464         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
17465         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
17466         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
17467         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
17468         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
17469         of opcodes, so that bug 78549 should not happen again.
17470         * ssapre.c: Updated to use the renamed files.
17471
17472 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17473
17474         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
17475         in OP_ATOMIC_EXCHANGE_I4.
17476
17477 2006-06-07  Wade Berrier <wberrier@novell.com>
17478
17479         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
17480         in mono_debugger_create_notification_function)
17481
17482 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
17483
17484         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
17485         
17486         * mini.c (type_from_stack_type): Disable some changes which do not
17487         seem to work.
17488
17489         * driver.c: Reenable opts.
17490
17491         * mini.h (MonoStackSlot): New structure to keep track of the verification state
17492         of the evaluation stack.
17493         
17494         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
17495         evaluation stack trace at entry to the bblock.
17496
17497         * mini.c (merge_stacks): New function to perform verification of stack merges.
17498         Turned off by default.
17499
17500         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
17501         STACK_MP.
17502         
17503 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
17504
17505         * local-propagation.c: Fixed bug 78549.
17506
17507 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
17508
17509         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
17510
17511 2006-06-02  Miguel de Icaza  <miguel@novell.com>
17512
17513         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
17514         tramp-arm.c, tramp-ia64.c
17515         (mono_debugger_create_notification_function): Update signature to
17516         new signature and use new protocol for creating the notification
17517         function.  
17518
17519         Should fix the build.
17520
17521 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
17522
17523         * exceptions-ppc.c (mono_jit_walk_stack)
17524         (ves_icall_get_frame_info): Fix the build
17525
17526 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17527
17528         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
17529
17530 2006-05-31  Raja R Harinath  <rharinath@novell.com>
17531
17532         * il2tests.2.il: New file for generics CIL tests.  Add test for
17533         #78019.
17534         * Makefile.am: Update.
17535
17536         Fix #78019
17537         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
17538         to nullable types.
17539
17540 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
17541
17542         * aliasing.c: Fixed bug 78311.
17543
17544 2006-05-29  Martin Baulig  <martin@ximian.com>
17545
17546         * mini-exceptions.c (mono_find_jit_info): When computing the
17547         native offset, check whether we're actually inside the method's
17548         code; call mono_debug_print_stack_frame() to format the frame.
17549         (ves_icall_System_Exception_get_trace): Call
17550         mono_debug_print_stack_frame() to format the stack frame.
17551         (ves_icall_get_trace): Update to the new debugging API.
17552         (mono_jit_walk_stack_from_ctx): Likewise.
17553         (ves_icall_get_frame_info): Likewise.
17554
17555         * mini.c (get_method_from_ip): Use the new debugging API.
17556         (mono_print_method_from_ip): Likewise.
17557
17558         * exceptions-ppc.c
17559         (mono_jit_walk_stack): Use the new debugging API.
17560         (ves_icall_get_frame_info): Likewise.   
17561
17562 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17563
17564         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
17565
17566 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
17567
17568         * mini.c: Added "limitator" to inline for debugging.
17569
17570 2006-05-24  Martin Baulig  <martin@ximian.com>
17571
17572         * debug-debugger.c (mono_debugger_init): Create a private,
17573         malloc()-based code manager for the notification function and
17574         intentionally leak it on exit.  This fixes the crash-on-exit race
17575         condition.
17576
17577         * tramp-amd64.c
17578         (mono_debugger_create_notification_function): Added
17579         `MonoCodeManager *' argument.
17580
17581         * tramp-x86.c
17582         (mono_debugger_create_notification_function): Added
17583         `MonoCodeManager *' argument.
17584
17585 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
17586
17587         * aliasing.c: Fixed 64 bit issue.
17588         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17589         default since all known bugs are fixed (one more time!).
17590
17591 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17592
17593         * mini.c: write barrier support.
17594
17595 2006-05-23  Martin Baulig  <martin@ximian.com>
17596
17597         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
17598         check at the top of the file.
17599
17600 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
17601
17602         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
17603         reverting changes without reason and without changelog entries.
17604
17605 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17606
17607         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
17608         to a few opcodes. Fixes #78439.
17609
17610         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
17611         consistency with other archs.
17612
17613         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
17614
17615 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17616
17617         * debug-debugger.c: fix the build.
17618
17619 2006-05-17  Martin Baulig  <martin@ximian.com>
17620
17621         * debug-debugger.c
17622         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
17623         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
17624         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
17625         (debugger_attach): Call GC_mono_debugger_add_all_threads().
17626
17627 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17628
17629         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
17630
17631 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17632
17633         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
17634         MONO_TYPE_GENERICINST.
17635         
17636         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
17637         MONO_TYPE_GENERICINST.
17638
17639 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17640
17641         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
17642         #78325.
17643
17644 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
17645
17646         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
17647         mempool.
17648         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
17649
17650 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17651
17652         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
17653         mono_trace_cleanup ().
17654
17655         * iltests.il: Fix problem with the newly added test.
17656
17657         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
17658         due to register constraints, free up the previous hreg. Fixes #78314.
17659
17660         * iltests.il: Add new test for #78314.  
17661
17662         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
17663         Interlocked.Add. Fixes #78312.
17664
17665         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
17666         
17667 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17668
17669         * inssel.brg (mini_emit_virtual_call): Fix a warning.
17670
17671 2006-05-05  Martin Baulig  <martin@ximian.com>
17672
17673         * debug-mini.c (mono_debug_open_block): New method.
17674
17675         * mini-amd64.c
17676         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17677         the beginning of each basic block.
17678
17679         * mini-x86.c
17680         (mono_arch_output_basic_block): Call mono_debug_open_block() at
17681         the beginning of each basic block.
17682
17683 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17684
17685         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17686         default until I understand why they break the build on amd64.
17687
17688 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17689
17690         * mini.c (mini_cleanup): Call mono_cleanup ().
17691
17692         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
17693         errors.
17694
17695 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
17696
17697         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
17698         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
17699         default since all known bugs are fixed, and I cannot reproduce bug
17700         77944... I'm asking Matt Hargett to test again after this commit.
17701
17702 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
17703
17704         * mini-codegen.c: Fixed typo that thrashed inline.
17705
17706 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
17707
17708         * dominators.c (compute_dominators): Avoid using a worklist since
17709         it is not correct in some cases. Instead, iterate over all bblocks as
17710         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
17711
17712 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17713
17714         * mini.c (mono_jit_compile_method_inner): Use
17715         mono_prepare_exception_from_error that resets the value
17716         internally.
17717
17718 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17719
17720         * mini.c: Move the mini_loader_error_to_exception to metadata. 
17721         
17722 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17723
17724         * aliasing.c: Fixed bug 78210.
17725
17726 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
17727
17728         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
17729         default until all their problems (or the ones they trigger) are fixed.
17730
17731 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
17732
17733         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
17734         
17735         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
17736         as loaded only after resolving patches since that could invoke the same method.
17737
17738         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
17739
17740         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
17741         functions.
17742
17743         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
17744         AOT loader.
17745
17746         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
17747         stack.
17748
17749         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
17750         made from AOT code through the PLT table.
17751
17752         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
17753         holding the plt offset when a call is made to the aot plt trampoline.
17754         
17755 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17756
17757         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
17758         amd64 AOT support.
17759
17760         * Makefile.am (common_sources): Fix build breakage.
17761
17762         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
17763         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
17764         intra-assembly calls if possible.
17765         
17766         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
17767
17768         * mini-trampolines.c: Handle PLT entries.
17769
17770         * mini.c: Avoid creating a GOT var for calls.
17771
17772         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
17773         from mscorlib code.
17774
17775         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
17776         from mscorlib code.
17777
17778         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
17779         AOT code.       
17780
17781         * mini.h: Bump AOT file format version.
17782         
17783         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
17784         covers more cases.
17785
17786 2006-04-25  Martin Baulig  <martin@ximian.com>
17787
17788         * driver.c: Disable copyprop, consprop and inline when running
17789         inside the debugger.
17790
17791 2006-04-25  Martin Baulig  <martin@ximian.com>
17792
17793         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
17794         with `get_current_thread' and added `detach'.
17795         (MonoDebuggerMetadataInfo): Added `thread_size',
17796         `thread_tid_offset', `thread_stack_ptr_offset' and
17797         `thread_end_stack_offset'.
17798
17799 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
17800
17801         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
17802         aot-runtime.c.
17803
17804         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
17805         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
17806
17807         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
17808
17809         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
17810
17811         * aot.c: Add support for ADJUSTED_IID.  
17812
17813 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17814
17815         * aot.c (emit_method_order): Don't align method_order_end.
17816
17817         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
17818         the interface ID changes.
17819
17820 2006-04-21  Dick Porter  <dick@ximian.com>
17821
17822         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
17823         cleaning up a thread.  Fixes the new part of bug 77470.
17824
17825 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
17826
17827         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
17828         to managed wrapper.
17829                      
17830 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17831
17832         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
17833         
17834         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
17835         SIGSEGV. Fixes #78072.
17836
17837         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
17838         unregister our SIGABRT handler.
17839
17840 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
17841
17842         * mini.c: Disabled inline where it can alter the call stack in a
17843         way visible from managed code.
17844         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
17845         default.
17846
17847 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
17848
17849         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
17850         on other platforms. Fixes #78089.
17851
17852 2006-04-13  Martin Baulig  <martin@ximian.com>
17853
17854         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
17855         determine whether we're inside the debugger.
17856
17857         * debug-debugger.h
17858         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
17859
17860 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17861
17862         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
17863         handler clauses. Fixes #78024.
17864
17865         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
17866         in the CALL_MEMBASE opcodes. Fixes #78088.
17867         (mono_arch_get_vcall_slot_addr): Ditto.
17868
17869 2006-04-10  Martin Baulig  <martin@ximian.com>
17870
17871         * debug-debugger.c: The thread handling code has now been moved
17872         into ../metadata/threads.c.
17873
17874 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17875
17876         * driver.c (mono_main): Fix --with-gc=none build.
17877
17878         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
17879         (mono_spillvar_offset_float): Ditto.
17880         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
17881         hreg, not when its !global, since on ia64, there is a third category: stacked
17882         registers.      
17883
17884 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
17885
17886         * mini.c: set MonoInst->klass for load field address and a few other
17887         places.
17888
17889 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17890
17891         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
17892
17893 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17894
17895         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
17896         the branch opt changes.
17897
17898 2006-04-06  Dick Porter  <dick@ximian.com>
17899
17900         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
17901         
17902         * wapihandles.c (mini_wapi_seminfo): 
17903         * driver.c (mono_main): Add semaphore info option
17904
17905 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17906
17907         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
17908         branch optimization changes. Fixes #78009.
17909
17910 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17911
17912         * mini.c: ignore accessibility of methods in managed->native wrappers.
17913
17914 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17915
17916         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
17917         
17918         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
17919
17920 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17921
17922         * mini.c: Modify the branch optimizations to preserve the invariant that
17923         the entries inside the in_bb and out_bb arrays are unique.
17924         (mono_unlink_bblock): Avoid creation of new arrays.
17925
17926 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
17927
17928         * mini.c (mono_unlink_bblock): Fix regression caused by previous
17929         change (#77992).
17930
17931 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
17932
17933         * mini.c (optimize_branches): Remove the "optimizations" in
17934         the cbranch1/cbranch2 -> branch cases which were causing several
17935         problems in the past. Fixes #77986.
17936
17937 2006-03-31  Chris Toshok  <toshok@ximian.com>
17938
17939         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
17940         default optimizations :(
17941
17942 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17943
17944         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
17945         branch.
17946
17947 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
17948
17949         * local-propagation.c: Added comments to structs and removed
17950         "Mono" prefixes from local tree mover types.
17951
17952 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
17953
17954         * Makefile.am (arch_sources): Define this for each architecture so 
17955         libmono_la_SOURCES is defined in one place.
17956
17957 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17958
17959         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
17960         from handles/.
17961
17962 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
17963
17964         * driver.c: print the GC name supplied by configure.
17965
17966 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
17967
17968         * local-propagation.c: Added tree mover, and moved here all the
17969         local propagation code from mini.c
17970         * mini.c: Added support for treeprop, and moved all the local
17971         propagation code to local-propagation.c
17972         * mini.h: Added support for treeprop
17973         * driver.c: Added support for treeprop, enabled consprop, copyprop,
17974         treeprop, inline and deadce by default
17975         * Makefile.am: Added local-propagation.c
17976
17977 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
17978
17979         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
17980
17981 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
17982
17983         * debug-debugger.c: make it compile without the Boehm GC.
17984
17985 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17986
17987         * mini.c: fixed issue with mismatch when an icall is registered
17988         with multiple names but same address.
17989
17990 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17991
17992         * declsec.c, mini-exceptions.c: use write barrier to set reference
17993         fields of managed objects.
17994
17995 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
17996
17997         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
17998         (can_access_internals): Fix a warning.
17999
18000         * mini.c (print_method_from_ip): Rename this to 
18001         mono_print_method_from_ip so it gets exported.
18002
18003         * trace.c: Deal with strings inside StringBuilder's containing garbage
18004         and fix memory leaks. Fixes #77848.
18005
18006 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
18007
18008         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
18009         fixes #77787.
18010
18011 2006-03-16 Neale Ferguson <neale@sinenomine.net>
18012         
18013         * mini-s390.c: Remove OP_X86_TEST_NULL.
18014
18015 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
18016
18017         * mini.c: use the correct GetHashCode() for the moving collector.
18018
18019 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
18020
18021         * liveness.c: Regalloc spill cost tuning.
18022
18023 2006-03-15 Neale Ferguson <neale@sinenomine.net>
18024         
18025         * mini-s390x.h: Correct S390_LONG macro.
18026
18027         * mini-s390x.c: Cleanup unused code.
18028
18029 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18030
18031         * jit-icalls.h: New file.
18032
18033         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
18034         icalls and include that instead of including jit-icalls.c.
18035
18036         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
18037         OP_X86 opcodes.
18038
18039 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
18040
18041         * mini.c: when checking for member accessibility, also check for
18042         friend assemblies and for explicit interface implementations.
18043
18044 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18045
18046         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
18047
18048         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
18049
18050         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
18051         common cases are done first.    
18052
18053         * mini-ops.h: Only define platform specific opcodes on the given platform.
18054
18055         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
18056         branch.
18057         
18058 2006-03-14  Martin Baulig  <martin@ximian.com>
18059
18060         Revert Paolo's change from r57348:
18061
18062         * mini.h: don't use gboolean for bitfields.
18063         * mini.c: verifier changes for fields and methods accessibility.
18064
18065 2006-03-13  Neale Ferguson <neale@sinenomine.net>
18066
18067         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
18068
18069         * mini-s390x.c: Fix conv_r_un.
18070
18071         * cpu-s390, cpu-s390x.md: Fix lengths.
18072
18073 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
18074
18075         * mini.c: nested types have access to all the nesting
18076         levels, not just the enclosing types.
18077
18078 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18079
18080         * mini.c: added a few more verification checks.
18081
18082 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
18083
18084         * liveness.c: Merge optimizations from the linear-il branch.
18085
18086 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18087
18088         * mini-ia64.c (emit_call): Add a comment.
18089
18090         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
18091
18092         * tramp-ia64.c: Fix some warnings.
18093
18094 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
18095
18096         * mini.h: don't use gboolean for bitfields.
18097         * mini.c: verifier changes for fields and methods accessibility.
18098
18099 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18100
18101         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
18102         lazy icall wrapper changes.
18103
18104         * dominators.c: Replace all the dominator algorithms with faster
18105         ones from the linear-il branch.
18106
18107         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
18108         the mempool.
18109
18110         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
18111         common cases are done first.
18112
18113         * mini-amd64.c: Fix some warnings.
18114
18115         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
18116         from the mempool.
18117
18118         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
18119         added code.
18120
18121         * mini.h: Add a missing prototype.
18122
18123 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18124
18125         * mini.c: Compile icall wrappers lazily.
18126
18127         * mini-codegen.c: Use printf instead of g_print since its much faster.
18128
18129         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
18130         function.
18131
18132         * mini.c (optimize_branches): Cache the negative result from 
18133         remove_block_if_useless ().
18134
18135         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
18136         Also fix some bblock linking issues.
18137
18138         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
18139         assembly files.
18140
18141         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
18142
18143         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
18144         accessed fields first, for better cache behavior.
18145         
18146 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18147
18148         * mini.c: speedup IList<T> array accesses.
18149
18150 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18151
18152         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
18153         inline_costs counter. Fixes #77190.
18154
18155 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
18156
18157         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
18158         trace messages. Fixes #77706.
18159
18160 2006-03-04  Martin Baulig  <martin@ximian.com>
18161
18162         * tramp-amd64.c, tramp-x86.c
18163         (mono_debugger_create_notification_function): Use
18164         mono_global_codeman_reserve() to allocate a buffer at runtime and
18165         return it.
18166
18167         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
18168
18169         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
18170         notification function at runtime and then call `initialize' in the
18171         `MONO_DEBUGGER__debugger_info' vtable.
18172
18173 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18174
18175         * iltests.il: Fix a visibility problem.
18176
18177 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18178
18179         * driver.c, mini.c: add hooks for the counters API.
18180
18181 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
18182
18183         * driver.c: show disabled options.
18184
18185 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
18186
18187         * linear-scan.c: always use cost-driven selection.
18188
18189 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18190
18191         * jit-icalls.c (helper_compile_generic_method): Revert change from
18192         2006-02-24.
18193
18194 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
18195
18196         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
18197
18198 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18199
18200         * inssel.brg: style fixes, mostly to force the updated monoburg
18201         to run for people using svn.
18202
18203 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
18204
18205         * mini.c: match monoburg changes.
18206
18207 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
18208
18209         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
18210         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
18211         declaration in the header file.
18212
18213 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18214
18215         * helpers.c: reduce relocations and mem usage.
18216
18217 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18218
18219         * mini.h, mini-codegen.c: disable logging features if
18220         requested by configure.
18221
18222 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
18223
18224         * mini.c: tiny verifier changes.
18225
18226 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
18227
18228         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
18229         cpu-pentium.md: stack alignment changes for osx/x86,
18230         partially from Geoff Norton <gnorton@customerdna.com>.
18231
18232 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18233
18234         * jit-icalls.c (helper_compile_generic_method): Update to changes
18235         in metadata/class.c.
18236
18237 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18238         
18239         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
18240         
18241         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
18242         interface calls with large offsets.
18243
18244 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18245
18246         * jit-icalls.c (helper_compile_generic_method): Document the
18247         special-case we depend on so that we can inflate the method twice
18248         with the same context with no bad side-effects.
18249
18250 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
18251
18252         * mini-x86.c, mini-amd64.c: fix for case when xen support
18253         is disabled.
18254
18255 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
18256
18257         * mini-x86.c, mini-amd64.c: generate code to access tls items
18258         in a faster way for Xen systems.
18259
18260 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18261
18262         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
18263         updates and compilation fixes for the OSX/x86 port, mostly from
18264         Geoff Norton <gnorton@customerdna.com>.
18265
18266 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
18267
18268         * inssel.brg: faster interface call implementation
18269         to sync with the interface_offsets MonoVTable changes.
18270
18271 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
18272
18273         * mini.c: more verification checks.
18274
18275 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
18276
18277         * mini.c: added a few more verification checks.
18278
18279 2006-02-17      Neale Ferguson <neale@sinenomine.net>
18280
18281         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
18282         facility on the processor and use it if available.
18283
18284 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
18285
18286         * driver.c, aot.c, mini.c: throw exception if the IL code is
18287         invalid or unverifiable.
18288
18289 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18290
18291         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
18292         m.StructField.
18293
18294 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
18295
18296         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
18297
18298 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18299
18300         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
18301         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
18302         handling of instantiated generic valuetypes.
18303
18304 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18305
18306         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
18307         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
18308         instead.
18309
18310         * generics.2.cs: Revert the nullable reftypes tests.
18311
18312 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
18313
18314         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
18315         using __builtin_frame_address (1) as it doesn't work in the presence
18316         of optimizations. Hopefully fixes #77273.
18317
18318         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
18319         -> generics.cs change as it doesn't work with some automake versions.
18320
18321 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18322
18323         * mini.c: handle systems that sue a different way to
18324         retrieve the stack address of the current thread.
18325
18326 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18327
18328         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
18329         it specially in the makefile.
18330
18331         * generics.2.cs: Add tests for nullable reference types.
18332
18333 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18334
18335         * mini.c: always handle the case when mono_jit_init()
18336         is called in a thread different from the main thread,
18337         confusing libgc (bug #77309).
18338
18339 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
18340
18341         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
18342
18343 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18344
18345         * mini.c: change optimize_branches () to use a single loop
18346         and introduce a new optimization to simplify some range checks.
18347
18348 2006-02-03  Martin Baulig  <martin@ximian.com>
18349
18350         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
18351         and merged with debugger_thread_manager_add_thread().
18352         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
18353         inform the debugger about the main thread.
18354
18355 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18356
18357         * basic.cs: Add test for div.un/rem.un constant folding.
18358
18359 2006-02-03  Neale Ferguson <neale@sinenomine.net>
18360
18361         * cpu-s390x.md: correct int_xor_imm length
18362
18363 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
18364
18365         * generics.2.cs: New test for #77442.
18366
18367         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
18368         #77442.
18369
18370 2006-02-02  Martin Baulig  <martin@ximian.com>
18371
18372         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
18373         <mono/metadata/mono-debug-debugger.h>   
18374
18375         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
18376
18377 2006-02-02  Martin Baulig  <martin@ximian.com>
18378
18379         * debug-debugger.h: New header file for debug-debugger.c.
18380
18381         * debug-debugger.c: Big API cleanup; don't run the managed Main()
18382         function is a separate thread anymore; add support for attaching.
18383
18384 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18385
18386         * tramp-x86.c: Fix a warning.
18387
18388 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18389
18390         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
18391         on very large methods.
18392
18393         * aot.c (load_patch_info): Fix a warning.
18394
18395 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
18396
18397         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
18398         mini-ops.h: alu membase optimizations.
18399
18400 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
18401
18402         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
18403         to speedup StringBuilder.
18404
18405 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
18406
18407         * dominators.c (mono_compute_natural_loops): Fix detection of
18408         loop body start blocks.
18409
18410         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
18411
18412 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18413
18414         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
18415         #75145.
18416
18417 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
18418
18419         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18420
18421 2006-01-25  Martin Baulig  <martin@ximian.com>
18422
18423         * debug-debugger.c: Moved the `MonoDebuggerManager' and
18424         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
18425         started to cleanup this file a little bit.
18426
18427 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
18428
18429         * mini.c: optimize a codepath frequently happening in generics code.
18430
18431 2006-01-23  Martin Baulig  <martin@ximian.com>
18432
18433         * Makefile.am: Only compile debug-debugger.c on supported platforms.
18434
18435         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
18436         functions directly.
18437
18438         * driver.c: debug-debugger.c is only available if
18439         `MONO_DEBUGGER_SUPPORTED' is defined.   
18440
18441 2006-01-23  Martin Baulig  <martin@ximian.com>
18442
18443         * debug-debugger.c: Only enable this on platforms where the Mono
18444         Debugger is working (x86 and x86_64).
18445
18446 2006-01-21  Martin Baulig  <martin@ximian.com>
18447
18448         The Mono Debugger is now using the normal `mono' instead of the
18449         `mono-debugger-mini-wrapper' when executing managed code.
18450
18451         * debug-debugger.c: New file; previously known as
18452         debugger/wrapper/wrapper.c.
18453
18454         * debug-mini.c (mono_init_debugger): Removed.
18455
18456         * driver.c (mono_main): Added new `--inside-mdb' command line
18457         argument which is used when running inside the debugger.
18458
18459 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
18460
18461         * liveness.c (mono_analyze_liveness): Remove some unused data
18462         structures.
18463
18464 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18465
18466         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
18467
18468 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
18469
18470         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
18471         depends on implementation details of monobitset.
18472
18473         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
18474         Fixes #77271.
18475
18476 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
18477
18478         * liveness.c: Update after monobitset changes.
18479
18480 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
18481
18482         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
18483
18484 2006-01-11 Neale Ferguson <neale@sinenomine.net>
18485
18486         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
18487
18488         * mini-s390x.c: Remove warning messages.
18489
18490 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18491
18492         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
18493
18494 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
18495
18496         * generics.2.cs: Add ldelem/stelem_any test.
18497
18498 2006-01-10 Neale Ferguson <neale@sinenomine.net>
18499
18500         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
18501
18502 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
18503
18504         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
18505         
18506 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
18507
18508         * generics.2.cs: Reenable vtype tests.
18509
18510         * inssel-x86.brg: Remove an icorrect valuetype rule.
18511
18512 2006-01-06 Neale Ferguson <neale@sinenomine.net>
18513
18514         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
18515         initial support for OP_ABS.
18516
18517 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18518
18519         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
18520
18521 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18522
18523         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
18524         conversion and implement LADD/LSUB.
18525
18526         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
18527         architectures.
18528
18529 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18530
18531         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
18532
18533         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
18534         architectures.
18535
18536 2006-01-05 Neale Ferguson <neale@sinenomine.net>
18537
18538         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
18539         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
18540         (stack walk problem).
18541
18542 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
18543
18544         * aot.c (mono_aot_load_method): Fix a warning.
18545
18546 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18547
18548         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
18549
18550 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18551
18552         * iltests.il: Add test for #77148.
18553
18554         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
18555         #77148.
18556
18557 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18558
18559         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
18560
18561 2006-01-03  Neale Ferguson <neale@sinenomine.net>
18562
18563         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
18564         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
18565
18566         * basic-long.cs: Add lconv-to-r4/r8 tests.
18567
18568 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18569
18570         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
18571
18572         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
18573         here as on other archs.
18574
18575 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18576
18577         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
18578
18579 2005-12-29 Neale Ferguson <neale@sinenomine.net>
18580
18581         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
18582         
18583         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
18584
18585         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
18586         instrument_prolog; Add memory_barrier instruction.
18587
18588 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
18589
18590         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
18591
18592 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
18593
18594         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
18595
18596         * aliasing.c inssel.brg: Fix warnings.
18597
18598         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
18599         could skip initialization of some parts of memory.
18600
18601         * mini.c mini-ia64.c: Fix warnings.
18602
18603         * inssel-sparc.brg: Add an implementation of lneg which actually works.
18604
18605 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18606
18607         * aliasing.c (mono_build_aliasing_information): Add a workaround for
18608         a crash seen on sparc.
18609
18610         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
18611         
18612         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
18613
18614 2005-12-21 Neale Ferguson <neale@sinenomine.net>
18615
18616         * mini-ops.h: Add s390_backchain instruction
18617
18618         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
18619
18620         * cpu-s390.md: Add s390_backchain instruction
18621
18622         * mini-s390.c: Significant ABI changes
18623
18624         * mini-s390.h: Cater for zero length structures
18625
18626 2005-12-20 Neale Ferguson <neale@sinenomine.net>
18627
18628         * mini-s390.c: ABI fixes
18629
18630         * inssel-s390.brg: Remove debug statements
18631
18632         * cpu-s390.md: Fix length of ATOMIC_xx operations
18633
18634 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
18635
18636         * basic-float.cs: Add float<->long conversion tests.
18637
18638 2005-12-16 Neale Ferguson <neale@sinenomine.net>
18639
18640         * mini-s390.c: Fix LOCALLOC processing.
18641
18642         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
18643
18644 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18645
18646         * iltests.il: Add tests for some opcodes not covered by the other
18647         tests.
18648
18649 2005-12-15 Neale Ferguson <neale@sinenomine.net>
18650
18651         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
18652         register loading for Tail processing; Correct trace output.
18653
18654         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
18655
18656         * cpu-s390.md: Correct size of jmp instruction. 
18657
18658 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18659
18660         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
18661
18662 2005-12-13 Neale Ferguson <neale@sinenomine.net>
18663
18664         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
18665           Bring s390 up to current level.
18666
18667 2005-12-12  Zltan Varga  <vargaz@gmail.com>
18668
18669         * generics.2.cs: Disable the newly added tests as they do not work yet.
18670         
18671         * generics.2.cs: Add valuetype tests.
18672
18673 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
18674
18675         * basic-long.cs: Add i4->u8 test.
18676
18677         * objects.cs: Add tests for JIT intrinsic.
18678
18679         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
18680         optimizations lost by a mistake.
18681
18682 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18683
18684         * basic-long.cs: Remove a test moved to objects.cs.
18685
18686         * arrays.cs: Add more array tests.
18687
18688 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18689
18690         * arrays.cs: Add new tests for multi-dimensional arrays.
18691
18692 2005-12-06  Raja R Harinath  <rharinath@novell.com>
18693
18694         * Makefile.am (test_sources2): Add generics.2.cs.
18695         (EXTRA_DIST): Add test_sources2.
18696
18697 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18698
18699         Support for boxing and unboxing nullable types as well as the
18700         isinst operation on nullables, per the CLI ammendment.
18701
18702         * inssel.brg (CEE_ISINST): Special case for nullable
18703
18704         * mini.c (handle_unbox_nullable): new method
18705         (handle_box): Special case for nullable types
18706         (mono_method_to_ir): Call handle_unbox_nullable in correct
18707         places.
18708
18709         * generics.2.cs: New test suite
18710
18711         * Makefile.am: Support for regression tests with generics.
18712
18713 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
18714
18715         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
18716         allocated to registers. Fixes #76800.
18717
18718 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
18719
18720         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
18721
18722 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
18723
18724         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
18725         of platforms.
18726
18727 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
18728
18729         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
18730         objects.cs.
18731
18732         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
18733         
18734         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
18735 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
18736
18737         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
18738         single precision before storing to a single precision location.
18739
18740 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18741
18742         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
18743
18744 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
18745
18746         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
18747         correct files.
18748
18749         * basic.cs: Remove test_0_byte_compares test which was moved to
18750         objects.cs a long time ago.
18751
18752 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
18753
18754         * aliasing.c: Fixed aliasing issue on 64 bit archs.
18755
18756 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
18757
18758         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
18759         handlers are called.
18760
18761         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
18762         throwing code.
18763
18764          * mini-ia64.c: Add support for the throw->branch exception 
18765         optimization.   
18766
18767         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
18768
18769 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18770
18771         * mini.c: Enabled "fastpath" deadce :-)
18772         
18773 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
18774
18775         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
18776         alias analysis pass to support it.
18777         * mini.h: Likewise.
18778         * ssa.c: Likewise.
18779         * liveness.c: Likewise (liveness computation can use aliasing
18780         information to be more accurate).
18781         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
18782         moreover made so that "--compile-all" uses the given optimization
18783         flags and not the default ones.
18784         * aliasing.c: Alias analysis (new file).
18785         * aliasing.h: Likewise.
18786         * Makefile.am: added "aliasing.c" and "aliasing.h".
18787         
18788 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18789
18790         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
18791         OP_L opcodes.
18792
18793 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
18794
18795         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
18796         fp >= end_of_stack exit condition, as it is not needed, and it might
18797         become true for fp eliminated frames.
18798
18799 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18800
18801         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
18802         coded offsets.
18803
18804 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
18805
18806         * mini-arm.c: fixed alignment of doubles/longs to match
18807         the C ABI (bug #76635).
18808
18809 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
18810
18811         * aot.c: fix compilation with --enable-minimal=aot.
18812
18813 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
18814
18815         * mini-arm.c: fixed compatibility with the new
18816         floating point emulator package for compares.
18817
18818 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
18819
18820         * mini.c : reverted sig->pinvoke changes (r51396-51397).
18821
18822 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
18823
18824         * mini-exceptions.c (print_stack_frame): Output to stderr.
18825         (mono_handle_native_sigsegv): Ditto.
18826
18827 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18828
18829         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
18830         OP_LCONV_TO_OVF_I implementation.
18831
18832         * mini-amd64.c: Add support for the throw->branch exception 
18833         optimization.
18834
18835         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
18836         when the catch clause catches a more general exception, i.e. Object.
18837
18838 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
18839
18840         * cpu-ia64.md: Remove unused opcodes.
18841
18842         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
18843         specific defines for architectures defining USE_SIGACTION.
18844
18845         * mini-ia64.c: Fix some warnings.
18846
18847         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
18848         version seemed to skip a frame.
18849
18850 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18851
18852         * mini.c: Clean up the usage of sig->pinvoke flag. Now
18853         only calls which are made to native code use this flag.
18854
18855 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18856
18857         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
18858         varargs methods as well.
18859         
18860         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
18861         which have save_lmf set. Reorganize methods prologs a bit.
18862
18863         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
18864         debugger to the proper place.
18865
18866 2005-10-29  Martin Baulig  <martin@ximian.com>
18867
18868         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
18869         when running inside the debugger until the debugger has support
18870         for it.
18871
18872 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18873
18874         * mini.h: Fix a warning.
18875
18876 2005-10-24  Miguel de Icaza  <miguel@novell.com>
18877
18878         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
18879         we expose publicly, this returns the string.
18880
18881 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
18882
18883         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
18884         with fp elimination.
18885
18886 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18887
18888         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
18889         native stacktrace using the glibc 'backtrace' function if available.
18890
18891 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
18892
18893         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
18894
18895         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
18896         handle SIGSEGVs received while in native code.
18897
18898         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
18899         code, call mono_handle_native_sigsegv which will abort the runtime
18900         after printing some diagnostics, instead of converting it into a
18901         confusing NullReferenceException.
18902
18903 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18904
18905         * cpu-pentium.md: Remove unused opcodes.
18906
18907 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
18908
18909         * mini-amd64.h (MonoLMF): Add rsp field.
18910
18911         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
18912         the lmf too.
18913
18914 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
18915
18916         * mini-codegen.c (get_register_spilling): Fix some warnings.
18917
18918 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
18919
18920         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
18921         elimination during exception handling. Enable fp elimination by
18922         default.
18923
18924         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
18925         elimination.
18926
18927 2005-10-16  Martin Baulig  <martin@ximian.com>
18928
18929         * mini-exceptions.c
18930         (mono_debugger_run_finally): New public method for the debugger.
18931
18932 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18933
18934         * debug-mini.c (mono_debug_init_method): Fix warning.
18935
18936         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
18937         the 'exname' parameter const to fix some warnings.
18938
18939 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
18940
18941         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
18942         introduced by the previous patch.
18943
18944 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
18945
18946         * basic-float.cs: Add test for precision of float arithmetic.
18947
18948         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
18949         when loading/storing single values from/to memory.
18950
18951         * mini.c (mono_jit_compile_method_with_opt): Create the function
18952         pointers in the correct domain.
18953
18954 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18955
18956         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
18957         introduced by previous patch.
18958         
18959         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
18960         when out_filter_idx is NULL.
18961
18962         * mini-exceptions.c: Don't run filter clauses twice during exception
18963         handling. Fixes #75755.
18964
18965 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18966
18967         * aot.c: Add support for ldflda wrappers.
18968
18969         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
18970         #75902.
18971
18972 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
18973
18974         * mini.c, mini.h: do not consider exception handlers blocks when
18975         setting up interface variables.
18976
18977 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
18978
18979         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
18980
18981 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
18982
18983         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
18984         causes a regression.
18985
18986         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
18987
18988 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
18989
18990         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
18991         of the OP_P definitions.
18992
18993         * TODO: Add a proposal for dealing with the CEE/OP mess.
18994
18995         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
18996         optimizations from the x86 port.
18997
18998         * cpu-amd64.md: Ditto.
18999
19000         * basic.cs basic-long.cs: Add tests.
19001
19002 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
19003
19004         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
19005         Patrik Torstensson's implementation of my exception-handling
19006         optimization idea, when the exception object is not used
19007         (bug #62150).
19008
19009 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
19010
19011         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
19012         of the mul_imm optimizations from the old jit.
19013
19014 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
19015
19016         * mini.c, liveness.c: patch by Patrik Torstensson and
19017         Zoltan Varga to improve performance in methods with
19018         exception clauses.
19019
19020 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19021
19022         * driver.c: Remove 'Globalization' entry from --version.
19023
19024 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
19025
19026         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
19027         there is a profiler interested in JIT events.
19028
19029         * aot.c: Load profile files produced by the AOT profiling module, and
19030         reorder methods based on the profiling info. Add a 'method_order' table
19031         to the AOT file to make mono_aot_find_jit_info work with the reordered
19032         methods.
19033
19034         * mini.h: Bump AOT file version info.
19035
19036 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
19037
19038         * mini-arm.h: work around what looks like a gcc bug when optimizations
19039         are enabled.
19040
19041 2005-09-28  Raja R Harinath  <rharinath@novell.com>
19042
19043         * Makefile.am (AM_CFLAGS): Don't use += to append inside
19044         conditionals.  Use ...
19045         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
19046
19047 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
19048
19049         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
19050         to determine the amount of memory to copy when passing valuetypes.
19051
19052         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
19053         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
19054
19055 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
19056
19057         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
19058         information about aot.
19059
19060 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19061
19062         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19063         macros. This will allow a deadlock debugger to easily be plugged
19064         in.
19065
19066 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
19067
19068         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
19069
19070 2005-09-27  Raja R Harinath  <rharinath@novell.com>
19071
19072         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
19073         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
19074         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
19075         ($(arch_built)) [CROSS_COMPILING]: Error out.
19076
19077 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19078
19079         * aot.c: Add support for the no_special_static flag for classes.
19080
19081 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19082
19083         * Reapply reverted patches.
19084
19085         * *: Revert r50174 as well.
19086
19087         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
19088
19089 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19090
19091         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
19092
19093 2005-09-23  Miguel de Icaza  <miguel@novell.com>
19094
19095         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
19096         part of the SIG_HANDLER_SIGNATURE.  
19097
19098 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19099
19100         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
19101         statistics.
19102
19103         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
19104         introduced by previous patch.
19105
19106 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
19107
19108         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
19109         saved registers too.
19110
19111         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
19112         upon the information returned by get_call_info ().
19113         
19114         * mini-x86.c (add_float): Fix stack size calculation.
19115         (mono_arch_call_opcode): Rewrite this so it works based up the
19116         information returned by get_call_info ().
19117         (mono_arch_get_this_vret_args): Ditto.
19118
19119 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
19120
19121         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
19122         in cinfo to determine the registers which need to be used.
19123
19124 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19125
19126         * driver.c (mono_main): Add --server and --desktop flags. 
19127
19128 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
19129
19130         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
19131         registers as global registers.
19132
19133         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
19134         longer needed with the new register allocator.
19135
19136         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
19137
19138         * cpu-ia64.md: Remove unused opcodes.
19139         
19140         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
19141         
19142 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
19143
19144         * cpu-amd64.md: Remove unused opcodes.
19145
19146         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
19147         needed with the new register allocator.
19148
19149         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
19150         reg-reg moves.
19151
19152 2005-09-16  Raja R Harinath  <rharinath@novell.com>
19153
19154         * Makefile.am (check-local): Don't invoke semdel-wrapper.
19155
19156 2005-09-16  Martin Baulig  <martin@ximian.com>
19157
19158         * exceptions-amd64.c
19159         (throw_exception): Don't call mono_debugger_throw_exception() if
19160         we're a rethrow - see the FIXME in the code.
19161
19162 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
19163
19164         * mini.c (mono_init_exceptions): This only works on some architectures.
19165         
19166 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
19167
19168         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
19169         on ia64.
19170
19171         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
19172
19173         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
19174         now in mini-exceptions.c.
19175
19176 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
19177
19178         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
19179         now in mini-exceptions.c.
19180
19181 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
19182
19183         * exceptions-x86.c: Applied patch from Patrik Torstensson 
19184         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
19185
19186         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
19187         code into mini-exceptions.c. Add some assertions to it.
19188
19189 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19190
19191         * aot.c (emit_section_change): Applied patch from "The Software Team" 
19192         (<software@solmersa.com>). Fix as errors on windows.
19193
19194 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
19195
19196         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
19197         method info into the LMF.
19198
19199 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19200         
19201         * mini-ia64.c: Add proper unwind info for method epilogs.
19202
19203         * exceptions-ia64.c: Add some code to help debugging.
19204         
19205         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
19206
19207         * mini-exceptions.c: Fix warning.
19208
19209 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
19210
19211         * mini.c: Really fix build.
19212
19213         * mini-x86.c mini-amd64.c: Fix build.
19214
19215 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19216
19217         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
19218
19219         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
19220         some Interlocked methods as intrinsics.
19221
19222         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
19223         for Thread methods as well.
19224
19225         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
19226
19227         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
19228
19229         * mini-ia64.c mini-x86.c mini-amd64.c 
19230         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
19231         OP_MEMORY_BARRIER.
19232         
19233         * mini.c (mono_init_exceptions): Fix build breakage.
19234
19235 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
19236
19237         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
19238         of instructions. Use the new ia64_unw_op macros for emitting unwind
19239         info.
19240
19241         * mini.c (mono_init_exceptions): Initialize exception handling
19242         related trampolines at startup.
19243
19244 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
19245
19246         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
19247
19248 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19249
19250         * mini.c: Handle type loading errors gracefully during compilation and
19251         throw the appropriate exception.
19252
19253 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
19254
19255         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
19256         for the mono binary.
19257
19258 2005-09-09  Martin Baulig  <martin@ximian.com>
19259
19260         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
19261         the release.
19262
19263 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
19264
19265         * mini-arm.h: use emulation for conv.r.un for the release.
19266
19267 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
19268
19269         * mini-arm.c, objects.cs: more fixes and tests for them.
19270
19271 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
19272
19273         * mini-arm.c: align structures to at least 4 bytes to be able
19274         to keep our current optimized memcpy.
19275
19276 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
19277
19278         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
19279
19280 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19281
19282         * mini.c: ignore SIGPIPE.
19283
19284 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
19285
19286         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
19287
19288         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
19289
19290 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
19291
19292         * mini.h: Add prototype for mono_allocate_stack_slots_full.
19293
19294 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
19295
19296         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
19297         exception handling support.
19298         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
19299         patch by Brian Koropoff <briank@marakicorp.com>).
19300
19301 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
19302
19303         * mini.c: revert another 'optimization' which breaks when
19304         items on the eval stack need to be saved at a basic block end
19305         (bug #75940).
19306
19307 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
19308
19309         * jit-icalls.c: for arrays, ensure we always provide
19310         lower bounds.
19311
19312 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
19313
19314         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
19315         
19316         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
19317
19318 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19319
19320         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
19321         arguments in their original register.
19322
19323 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
19324
19325         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
19326         memset/memcpy.
19327
19328         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
19329         when ssapre is enabled.
19330
19331         * inssel-long.brg: Fix bug in previous patch.
19332
19333         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
19334         multiplication by a constant.
19335
19336 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
19337
19338         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
19339         icc.
19340
19341         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
19342         saving registers.
19343
19344 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
19345
19346         * inssel-arm.brg: apply changes tested by Brian Koropoff
19347         <briank@marakicorp.com>.
19348
19349 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19350
19351         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
19352         
19353 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
19354
19355         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
19356         to the same register if dreg is just a base register.
19357         (print_ins): Improve printing of membase opcodes.
19358
19359         * inssel-x86.brg: Add optimized ldind(reg) rules.
19360
19361         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
19362
19363 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
19364
19365         * mini.c: when running under valgrind, set the stack bottom for
19366         the GC at the actual approximate stack for the app (fixes running
19367         mono with valgrind).
19368
19369 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
19370
19371         * mini.c: do no break at the first valuetype to init found
19372         (fixes bug #75791).
19373
19374 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
19375
19376         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
19377
19378 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
19379
19380         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
19381
19382 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
19383
19384         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
19385
19386 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19387
19388         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
19389
19390         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
19391         code.
19392
19393         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
19394         code.
19395
19396         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
19397         methods.
19398
19399 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
19400
19401         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
19402
19403 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19404
19405         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
19406         in the tail recursion optimization.
19407
19408         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
19409         debug info into the assembly file.
19410
19411         * iltests.il: Add test for filter regions.
19412
19413         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
19414         initial stack of filter regions. Fixes #75755.
19415
19416 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
19417
19418         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
19419         stack requirements.
19420
19421 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19422
19423         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
19424         the check for an already compiled method on non-ia64 platforms.
19425         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
19426         proper domain.
19427
19428         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
19429
19430         * inssel-x86.brg: Add some optimized call rules.
19431
19432 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19433
19434         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
19435         method here.
19436
19437         * mini.h mini-trampolines.c: Pass the trampoline argument to 
19438         mono_arch_patch_delegate_trampoline.
19439
19440         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
19441
19442         * mini-trampolines.c: Fix build.
19443
19444         * mini-amd64.h: Add delegate trampolines.
19445
19446         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
19447
19448         * inssel-amd64.brg: Add optimized call rules.
19449         
19450         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
19451
19452         * inssel-ia64.brg: Add optimized ldind(reg) rules.
19453
19454 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19455
19456         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
19457         change.
19458
19459         * mini-ia64.c: Remove LMF fixmes.
19460
19461         * mini-ia64.h: Remove most fields from LMF.
19462
19463         * inssel-ia64.brg (stmt): Fix unaligned access errors.
19464
19465         * mini-trampolines.c: Add support for IA64 function descriptors.
19466
19467         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
19468         for IA64 function descriptors.
19469
19470 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
19471
19472         * tramp-arm.c: patch the vtable for virtual calls. Added
19473         support code to register/unregister the LMF.
19474         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
19475         more LMF work.
19476
19477 2005-08-19  Dick Porter  <dick@ximian.com>
19478
19479         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
19480         bit value if needed.
19481
19482 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19483
19484         * mini.c (mini_get_method): Move handling of wrapper data here.
19485
19486         * mini.c (mono_method_to_ir): Add support for dynamic methods.
19487
19488         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
19489         virtual.
19490
19491         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
19492         bblock->code does not remain empty.
19493
19494 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
19495
19496         * arrays.cs: Add regression test for #75832.
19497
19498         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
19499         rules. Fixes #75832.
19500
19501         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
19502         instruction scheduling.
19503
19504 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
19505
19506         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
19507
19508 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19509
19510         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
19511
19512         * mini-codegen.c: Fix VC build.
19513
19514         * cpu-pentium.md: Increase length of atomic_exhange_i4.
19515
19516 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19517
19518         * mini.h: fix signature for mono_register_opcode_emulation.
19519
19520 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
19521
19522         * mini.c: Get rid of most of the helper_sig_... constants using
19523         mono_create_icall_signature ().
19524
19525 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19526
19527         * jit-icalls.c (helper_ldstr): New helper function.
19528
19529         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
19530
19531         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
19532         throw, load the string using a helper call instead of creating a string object.
19533
19534         * aot.c: Update after LDSTR changes.
19535
19536         * mini.h: Bump AOT file version.
19537         
19538         * aot.c: Save class size info into the AOT file. Print more statistics during
19539         compilation.
19540
19541         * mini.h: Bump AOT file version.
19542
19543         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
19544         ordering of disasm cases. Fixes #74957.
19545
19546 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
19547
19548         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
19549         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
19550         the generic code needed for the ARM port.
19551
19552 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
19553
19554         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
19555         inssel-arm.brg: more ARM features and fixes.
19556
19557 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
19558
19559         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
19560         ARM port work in progress.
19561
19562 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19563
19564         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
19565
19566         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
19567
19568         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
19569
19570         * inssel.brg (mini_emit_memset): Add support for unaligned access.
19571
19572         * *-ia64.*: Ongoing IA64 work.
19573         
19574         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
19575
19576 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19577
19578         * TODO: Remove out-of-data todo stuff.
19579
19580         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
19581         dead code.
19582
19583         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
19584
19585         * mini.h: Bump corlib version.
19586
19587 2005-07-27  Martin Baulig  <martin@ximian.com>
19588
19589         * mini-codegen.c
19590         (create_copy_ins): Added `const unsigned char *ip' argument; set
19591         `copy->cil_code' from it.
19592
19593 2005-07-27  Martin Baulig  <martin@ximian.com>
19594
19595         * mini-exceptions.c (mono_handle_exception): Don't call
19596         mono_debugger_handle_exception() for filters.
19597
19598 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
19599
19600         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
19601         as well.
19602
19603 2005-07-26  Martin Baulig  <martin@ximian.com>
19604
19605         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
19606
19607         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
19608         helper_compile_generic_method() if the method is actually virtual
19609         and non-final.
19610
19611 2005-07-26  Martin Baulig  <martin@ximian.com>
19612
19613         * mini.c
19614         (trampoline_code): Renamed to `mono_trampoline_code' and made it
19615         public; this is now accessed directly by the debugger.
19616         (mono_generic_trampoline_code): Removed.
19617
19618         * debug-mini.c
19619         (mono_debug_init_method): Also add interncalls and wrappers.
19620
19621 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
19622
19623         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
19624
19625 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19626
19627         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
19628
19629 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19630
19631         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
19632
19633 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19634
19635         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
19636         getting TLS offsets on AMD64 too.
19637
19638 2005-07-20  Kornel Pal <kornelpal@hotmail.com>
19639
19640         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
19641
19642 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
19643
19644         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
19645         inssel-arm.brg, mini-arm.h: ARM port work in progress.
19646
19647 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19648
19649         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
19650
19651         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
19652         to mini.c.
19653
19654         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
19655         mono_sparc_is_virtual_call ().
19656         
19657         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
19658
19659         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
19660         trampoline parameters.
19661
19662         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
19663         
19664         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
19665         to mono_arch_get_vcall_slot_addr.
19666
19667         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
19668         trampoline code.
19669
19670         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
19671
19672 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19673
19674         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
19675
19676 2005-07-19  Martin Baulig  <martin@ximian.com>
19677
19678         * exceptions-amd64.c (throw_exception): Call
19679         mono_debugger_throw_exception() here like we're doing it on i386.
19680
19681 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
19682
19683         * mini-ia64.c: Add optimized TLS access support.
19684
19685 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
19686
19687         * mini-exceptions.c: Ongoing IA64 work.
19688
19689         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
19690
19691         * mini.c: Use the default optimization set when embedding. Fixes
19692         #75194.
19693
19694 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
19695
19696         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
19697         of trampolines to a separate file.
19698
19699         * mini-trampolines.c: New file.
19700
19701         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
19702         separate file.
19703         
19704         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
19705         amd64/ia64 code.
19706
19707         * mini-codegen.c: Fix cygwin build.
19708
19709 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
19710
19711         * mini.c: Add some minor changes needed by the IA64 port.
19712
19713         * *-ia64.*: Ongoing IA64 work.
19714
19715 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
19716
19717         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
19718         trampolines into arch-independent and arch-dependent parts.
19719
19720         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
19721
19722 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
19723
19724         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
19725
19726         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
19727         the xp-regalloc-branch for amd64.
19728
19729         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
19730         xp-regalloc-branch for x86.
19731
19732 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19733
19734         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
19735
19736 2005-07-06  Martin Baulig  <martin@ximian.com>
19737
19738         * mini.c
19739         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
19740         (mono_jit_runtime_invoke): Likewise.
19741
19742 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19743
19744         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
19745         on x86 too.
19746         
19747         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
19748         without loading their metadata. Reorganize the file format so exception handling+
19749         debug info is kept separate from normal method info. Create MonoJitInfo 
19750         structures for methods lazily.
19751
19752         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
19753         loading metadata.
19754         (x86_class_init_trampoline): Patch AOT class init trampolines too.
19755
19756         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
19757
19758         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
19759         in AOT code.
19760
19761         * mini.h: Bump AOT file version.
19762
19763 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
19764
19765         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19766
19767 2005-07-01  Raja R Harinath  <rharinath@novell.com>
19768
19769         * Makefile.am (check-local): Call semdel-wrapper.
19770
19771 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
19772
19773         * mini-x86.c: Revert the last change as it seems to break the build..
19774
19775 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19776
19777         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
19778         
19779         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
19780
19781 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
19782
19783         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
19784         outside of the macro, so strange stuff doesn't happen with gcc4
19785         (NEW_AOTCONST_TOKEN): Likewise.
19786
19787 2005-06-28  Martin Baulig  <martin@ximian.com>
19788
19789         * mini.c (mini_class_is_system_array): New static method; use this
19790         instead of `klass->parent == mono_defaults.array_class' everywhere
19791         since this also works for the new generic array class.
19792
19793 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19794
19795         * inssel.brg: Remove warnings.
19796
19797 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
19798
19799         * mini-ia64.c: Ongoing IA64 work.
19800
19801         * basic-float.cs: Add float->i1 conversion test.
19802
19803         * iltests.il: Add conv.u4 test.
19804
19805 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
19806
19807         * inssel-long.brg: Fix bug caused by last change.
19808
19809 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
19810
19811         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
19812         BSDs.  Allows the x86 JIT to work on OSX86
19813
19814 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
19815
19816         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
19817         u4->i8 conversion.
19818
19819         * mini-ia64.c: Ongoing IA64 work.
19820
19821 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19822
19823         * mini-ia64.c: Ongoing IA64 work.
19824
19825         * driver.c: Clean up jit_code_hash as well when using --regression.
19826
19827         * inssel-long.brg: Fix long->i4/u4 conversion rules.
19828
19829         * basic-long.cs: Add tests for long->u4 conversion.
19830
19831 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
19832
19833         * mini.c: Take mono_get_domainvar out of macros. This makes sure
19834         that we do not depend on undefined C behavior: the order stuff
19835         gets evaluated within an expression. Fixes mono when compiled on
19836         GCC 4.
19837
19838 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
19839
19840         * *-ia64.*: Ongoing IA64 work.
19841
19842         * aot.c: Lower memory usage while loading AOT methods.
19843
19844         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
19845
19846         * mini.h: Bump AOT file format version.
19847
19848 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19849
19850         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
19851
19852 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
19853
19854         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
19855         not on callee assembly). Fixed some comments.
19856
19857 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
19858
19859         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
19860         it gets proper disassembly.
19861         (emit_method_info): Remove some dead code.
19862
19863         * mini.c (mini_method_compile): Allways allocate the GOT var in
19864         mono_method_to_ir for emulating opcodes.
19865
19866 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
19867
19868         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
19869         before freeing the code memory. Fixes #74990.
19870
19871         * objects.cs: Add regression test for #74992.
19872
19873         * liveness.c: Extend live ranges of arguments to the beginning of the
19874         method. Fixes #74992.
19875
19876         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
19877         so it points into the faulting instruction.
19878
19879 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
19880
19881         * jit-icalls.c (mono_imul_ovf): Add exception handling.
19882
19883         * *-ia64.*: Ongoing IA64 work.
19884
19885         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
19886
19887 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
19888
19889         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
19890
19891         * *-ia64.*: Ongoing IA64 work.
19892
19893 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
19894
19895         * basic-long.cs: Add tests for add/sub.ovf.
19896
19897         * basic.cs: Add tests for sub.ovf.
19898
19899         * *-ia64.*: Ongoing IA64 work.
19900
19901 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
19902
19903         * *-ia64.*: Ongoing IA64 work.
19904
19905         * basic.cs: Add conv.ovf.i4.un test.
19906
19907 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
19908
19909         * mini.c: (remove_block_if_useless) Fixed bug 75061.
19910         
19911 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19912
19913         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
19914
19915 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19916
19917         * *-ia64.*: Ongoing IA64 work.
19918
19919 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19920
19921         * trace.[ch]:
19922         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
19923
19924 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
19925
19926         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
19927
19928 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
19929
19930         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
19931
19932         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
19933         of a call is callable by a near call.
19934
19935 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
19936
19937         * mini-ia64.c: Ongoing IA64 work.
19938
19939 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
19940
19941         * genmdesc.c: Make the generated array non-static.
19942
19943         * inssel-long.brg: Fix LSHR_IMM rule.
19944
19945         * *-ia64.*: Ongoing IA64 work.
19946
19947         * *-ia64.*: Ongoing IA64 work.
19948
19949 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19950
19951         * *-ia64.*: Ongoing IA64 work.
19952
19953         * *-ia64.*: Ongoing IA64 work.
19954         
19955         * mini-ia64.c: Ongoing IA64 work.
19956
19957         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
19958
19959 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
19960
19961         * objects.cs basic-calls.cs: Move some tests to objects.cs.
19962         
19963         * objects.cs basic-long.cs: Move some tests to objects.cs.
19964
19965 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
19966
19967         * *-ia64.*: Ongoing IA64 work.
19968
19969         * iltests.il: Add a new test.
19970
19971         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
19972         newobj. Fixes #75042.
19973
19974 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
19975
19976         * *-ia64.*: Ongoing IA64 work.
19977         
19978         * *-ia64.*: Ongoing IA64 work.
19979         
19980         * *-ia64.*: Ongoing IA64 work.
19981
19982         * basic.cs objects.cs: Move tests accessing static variables as well.
19983
19984         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
19985
19986 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
19987
19988         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
19989
19990         * driver.c: Always print failed tests.
19991
19992         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
19993         frame pointer.
19994
19995         * *ia64*: Ongoing IA64 work.
19996
19997 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
19998
19999         * basic.cs: Add tests for add.ovf. Fix warnings.
20000
20001 2005-05-18  Miguel de Icaza  <miguel@novell.com>
20002
20003         * driver.c (mono_main): Avoid crash if no argument is passed to
20004         --break;  Do not use g_error, but f_printf.   And fix all other
20005         ocurrences of the same crash.
20006
20007 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
20008
20009         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
20010         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
20011         Fixes #74742.
20012
20013 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
20014
20015         * *-ia64.*: Add beginnings of IA64 backend.
20016
20017         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
20018
20019 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
20020
20021         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
20022         Fixes #74925.
20023
20024         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
20025
20026         * mini-amd64.c: Fix a warning.
20027
20028 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
20029
20030         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
20031         in float_neg. Fixes #74897.
20032
20033         * mini-amd64.c (emit_call): Fix another near call bug.
20034
20035 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
20036
20037         * declsec.c: Keep the appdomain information in the structure. Added a 
20038         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
20039         value gets overwritten).
20040         * declsec.h: Set the default MonoArray for the the stack to 6. Added
20041         an MonoAppDomain member to MonoSecurityFrame.
20042         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
20043         used in the stack walk. Now use a MonoArray which grow (double) when
20044         it gets full.
20045
20046 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20047
20048         * mini.c: Re-enabled runtime cleanup, since running threads should
20049         now properly stop when exiting.
20050
20051 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20052
20053         * mini-codegen.c: New file contaning the arch-independent local
20054         register allocator. Not used by any architectures yet.
20055
20056         * mini.h linear-scan.c: Merge some changes from the 
20057         mini-xp-local-regalloc branch.
20058
20059 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
20060
20061         * mini-amd64.c (emit_call): Fix calls to native functions when the
20062         runtime is compiled as a shared library. Fixes #74756.
20063
20064         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
20065         on a literal field. Fixes #74751.
20066
20067 2005-04-25  Raja R Harinath  <rharinath@novell.com>
20068
20069         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
20070
20071 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
20072
20073         * objects.cs: Add missing null casting test.
20074
20075 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
20076
20077         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
20078         in wrapper methods. Also rename 'address' variable to 'offset'.
20079
20080 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
20081
20082         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
20083         warnings.
20084         
20085         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
20086
20087         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
20088         work on windows.
20089
20090 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
20091
20092         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
20093
20094 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
20095
20096         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
20097         just the last bytes.
20098
20099 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
20100
20101         * aot.c (mono_compile_assembly): Fix warning.
20102
20103         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
20104         by the _MSC_VER stuff.
20105
20106 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
20107
20108         * inssel-long.brg: Fix #74588.
20109
20110         * cpu-amd64.md: Fix #74591.
20111
20112         * iltests.il: Add new regression tests.
20113
20114 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
20115
20116         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
20117         valuetype.
20118
20119 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
20120
20121         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
20122
20123         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
20124         from Bill Middleton <flashdict@gmail.com>.
20125
20126 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
20127
20128         * arrays.cs: Add new regression test. Fix warnings.
20129
20130 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
20131
20132         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
20133         and leakage in CKFINITE.
20134
20135         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
20136         this to a null op since it is called on amd64 too.
20137
20138         * exceptions-amd64.c (get_throw_trampoline): Align stack.
20139
20140         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
20141         body since this is not used on amd64.
20142         
20143         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
20144
20145         * mini-amd64.c: Remove obsolete fixmes.
20146
20147         * mini.c (print_method_from_ip): Fix debugging support.
20148
20149 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20150
20151         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
20152         so that expressions that don't give much gain are not reduced.
20153         * ssapre.h: Likewise.
20154
20155 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
20156
20157         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
20158
20159         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
20160
20161         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
20162
20163 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
20164
20165         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
20166
20167         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
20168
20169 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
20170
20171         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
20172         stack touching.
20173
20174         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
20175
20176         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
20177
20178         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
20179
20180         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
20181         MONO_ARCH_USE_SIGACTION. Fixes #74252.
20182
20183         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
20184
20185         * mini-x86.c: Fix up stack overflow handling.   
20186
20187         * exceptions.cs: Add new regression test.
20188
20189 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
20190
20191         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
20192         mono_jit_thread_attach.
20193
20194         * mini.c (mono_method_to_ir): Verify called method is not abstract.
20195
20196 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20197
20198         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
20199         avoid calling constructors using callvirt.
20200
20201         * inssel.brg: Fix #74073.
20202
20203 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20204
20205         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
20206         compilation with non-GCC compilers.
20207         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
20208         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
20209
20210 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
20211
20212         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
20213         klass->interface_offsets (will likely fix bug#74073).
20214
20215 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20216
20217         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
20218
20219 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
20220
20221         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
20222         to amd64_div_reg_size ().
20223         
20224         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
20225
20226 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
20227
20228         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
20229
20230 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20231
20232         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
20233
20234 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20235
20236         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
20237         
20238         * mini.c (mono_precompile_assembly): Load and precompile referenced
20239         assemblies as well. Fixes #74015.
20240
20241 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20242
20243         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
20244
20245 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
20246
20247         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
20248         a lot of checks and (anyway) permissions cannot work until corlib is 
20249         loaded.
20250
20251 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
20252
20253         * mini-ppc.c: fixed ABI issue on sysv/ppc.
20254
20255 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
20256
20257         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
20258         calls (fixes bug#72824).
20259
20260 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20261
20262         * mini.c: fix tail recursion elimination (see test in bug#73936).
20263
20264 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
20265
20266         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
20267         some fp functions in sse2 mode.
20268
20269 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
20270
20271         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
20272
20273 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
20274
20275         * mini.h mini.c: Add mono_get_jit_tls_key ().
20276
20277         * mini-x86.c: Enable fast TLS support on windows.
20278
20279 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
20280
20281         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
20282         * mini.c: Check for p/invoke method when generating code. If a
20283         p/invoke method, or it's class, isn't decorated with [Suppress
20284         UnmanagedCodeSecurity] then generate code to call System.Security.
20285         UnmanagedDemand (only if the security manager is active).
20286
20287 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20288
20289         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
20290         last change as it seems to cause strange crashes.
20291         
20292 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20293
20294         * *.c: handle unsafe function pointers where needed.
20295
20296 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20297
20298         * mini.c (mono_jit_free_method): Remove the fixme too.
20299
20300 2005-03-15  Miguel de Icaza  <miguel@novell.com>
20301
20302         * mini.c: As discussed, make the code actually free the delegate
20303         thunk now, to enable the debugging of delegate problems, use
20304         MONO_DEBUG=1 when running Mono. 
20305
20306         This takes also care of parts of the leaks as seen by Joe.
20307
20308 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
20309
20310         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
20311         thread_tls_offset calculation.
20312
20313 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
20314
20315         * declsec.c: Reworked linkdemand checks for icall. The previous code
20316         was using the declaration code (untrusted) and didn't work as expected
20317         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
20318         specific case.
20319
20320 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
20321
20322         * iltests.il: Add new localloc test.
20323
20324         * mini-amd64.c: Handle large stack allocations the same way as on
20325         windows if stack overflow handling is working.
20326         
20327         * mini-amd64.c: Allocate the signal stack using mmap.
20328
20329         * mini.c (sigsegv_signal_handler): Fix reading of context.
20330
20331         * mini-exceptions.c: Fix up stack overflow handling.
20332
20333         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
20334
20335         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
20336
20337         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
20338
20339         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
20340
20341         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
20342         tramp_init functions as they are no longer needed.
20343
20344 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
20345
20346         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
20347         
20348         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
20349
20350         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
20351         
20352         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
20353         support that now.
20354
20355         * mini-ops.h: Add OP_LMUL_IMM.
20356
20357         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
20358         long mul/div opcodes as intrinsic.
20359
20360         * mini-amd64.c (emit_call): Handle the case when the callee might be
20361         an AOT method.
20362
20363 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20364
20365         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
20366         extra safe.
20367         
20368         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
20369
20370         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
20371
20372 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
20373
20374         * mini.c (mono_codegen): Don't leak here, to help people running
20375         monogrind.
20376
20377 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20378
20379         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
20380         conversions in sse2 mode.
20381
20382         * basic-float.cs: Add regression test.
20383         
20384         * mini-amd64.c: Reenable sse2.
20385
20386 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20387
20388         * mini-amd64.c: Disable sse2 until some regressions are fixed.
20389
20390 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
20391
20392         * driver.c: Copyright text should include 2005.
20393         
20394 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
20395
20396         * cpu-amd64.md (load_membase): Fix more max lengths.
20397
20398 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
20399
20400         * cpu-amd64.md (load_membase): Fix max length.
20401
20402         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
20403
20404         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
20405
20406         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
20407         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
20408
20409         * basic-float.cs: Add rounding regression test.
20410
20411         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
20412
20413 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
20414
20415         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
20416         structures in registers for pinvoke wrappers.
20417
20418 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20419
20420         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
20421
20422 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20423
20424         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
20425         wrapper to mono_jit_thread_attach.
20426
20427         * mini.c (mini_jit_thread_attach): New jit icall.
20428
20429         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
20430         native->managed wrappers.
20431
20432         * exceptions.cs: Add new regression test.
20433
20434         * mini.c (optimize_branches): Check regions in the cbranch to throw
20435         block case as well. Fixes #73242.
20436
20437 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20438
20439         * mini.c: thread safety fixes.
20440
20441 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
20442
20443         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
20444         patching stuff, since delegates use jump trampolines so there is
20445         no caller.
20446
20447         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
20448         jump trampolines.
20449         
20450         * tramp-amd64.c: Fix build.
20451
20452         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
20453         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
20454
20455         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
20456         Rename this to mono_arch....
20457         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
20458
20459         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
20460
20461         * mini-amd64.c (emit_call): If both the caller and the callee is
20462         guaranteed to have 32 bit addresses, emit a normal call.
20463
20464         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
20465
20466         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
20467         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
20468         method_ptr inside delegates.
20469
20470 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
20471
20472         * mini.c (mono_jit_free_method): Free the method info even if the native code is
20473         invalidated. Fixes #73001.
20474
20475         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
20476
20477         * mini-x86.c: Only use stdcall for pinvokes on windows.
20478
20479 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
20480
20481         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
20482         * mini-x86.c: remove unreliable __thread var offset detection,
20483         use the correct accessors and enable by default.
20484
20485 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20486
20487         * mini.c (mono_jit_free_method): Fix memory leak.
20488
20489 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
20490
20491         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
20492
20493 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
20494
20495         * cpu-amd64.md: Fix lengths of atomic opcodes.
20496
20497 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
20498
20499         * driver.c: try to not imply using ICU is any good.
20500
20501 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
20502
20503         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
20504         functions as inline ops.
20505
20506         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
20507         some Interlocked functions as inline ops.
20508
20509         * mini.c (move_basic_block_to_end): Fix bug in last patch.
20510
20511         * mini.h (MonoBasicBlock): Reorganize fields a bit.
20512
20513         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
20514
20515         * mini.c: Add support for OP_NOT_TAKEN.
20516
20517         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
20518         structures in registers for pinvoke wrappers.
20519
20520         * mini-amd64.c: Fix warnings.
20521
20522 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
20523
20524         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
20525
20526         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
20527
20528         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
20529         address instead of loading the address from it.
20530
20531         * mini-x86.c: Add support for returning small structs in registers
20532         on Win32. Fixes part of #70864.
20533         
20534 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
20535
20536         * trace.c (get_token): Improve error checking.
20537
20538 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20539
20540         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
20541
20542 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
20543  
20544         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
20545         it can be reused for MonoClass.
20546         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
20547         _LINKDEMAND.
20548
20549 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
20550
20551         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
20552         instead of a MonoReflectionMethod. The method information wasn't used
20553         when displaying SecurityException details (but will be now).
20554
20555 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
20556
20557         * Makefile.am : windows build fix.
20558
20559 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
20560
20561         * iltests.il: Add new regression test.
20562
20563         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
20564         #72522.
20565
20566 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
20567  
20568         * mini.c: Moved linkdemand check into helper function check_linkdemand
20569         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
20570         LDFTN, LDVIRTFTN).
20571
20572 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
20573
20574         * declsec.c: Added statistics counter for different kinds of 
20575         LinkDemands.
20576         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
20577         (and commented) declaration.
20578         * mini.c: Added statistics counter for security Demand code 
20579         generation. Added display of security statistics.
20580
20581 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
20582
20583         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
20584         Fix compilation errors under gcc-2.95.
20585
20586 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
20587
20588         * mini.c, driver.c: Use the new jit trampoline hashtable
20589
20590 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20591
20592         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
20593
20594 2005-02-11  Martin Baulig  <martin@ximian.com>
20595
20596         * debug-mini.c (mono_debug_close_method): Free the line number array.
20597
20598 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20599
20600         * aot.c: Break up large methods into smaller ones. Share GOT slots for
20601         icalls.
20602
20603         * mini.h: Bump AOT file format version. 
20604
20605 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
20606
20607         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
20608         APTC and P/Invoke.
20609         * declsec.h: Added macros to get/set lazyly initialized security 
20610         informations about assemblies. Added new enum for different type of
20611         possible LinkDemand violation. Added function to check LinkDemands.
20612         * mini.h: Added a field to MonoCompile to hold any security violation
20613         detected when JITting a method (so it can be thrown later).
20614         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
20615         and CEE_CALLVIRT. Added code to throw exception at the end of
20616         mini_method_compile (note: the exception is unhandled right now).
20617
20618 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
20619
20620         * mini.c, jit-icalls.c: use the managed implementation of
20621         memset for initobj and memset, to avoid managed <-> unmanaged
20622         transitions.
20623
20624 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
20625
20626         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
20627         optimization if it would need a GOT var.
20628
20629         * basic.cs: Add tests for constant propagation and switch statements.
20630
20631         * ssa.c: Fix out-of-range constant propagation and switch statements.
20632
20633 2005-02-09    <vargaz@freemail.hu>
20634
20635         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
20636
20637 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
20638
20639         * cpu-amd64.md (load_membase): Fix max length of load_membase.
20640
20641 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
20642
20643         * mini.c: update to new signature of mono_class_get_allocation_ftn().
20644
20645 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
20646
20647         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
20648         arithmetic operations.
20649
20650 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
20651
20652         * mini-ppc.c: add a workaround for broken user code that
20653         DllImports vararg functions with non-vararg signatures.
20654
20655 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20656
20657         * mini.c (mono_jit_compile_method_inner): Add detection and a 
20658         meaningfull error message for assemblies written in Managed C++.
20659
20660         * tramp-amd64.c mini-amd64.h: Add support for 
20661         create_trampoline_from_token ().
20662
20663         * aot.c mini-x86.c abcremoval.c: Applied patch from
20664         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
20665
20666 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20667
20668         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
20669         which takes a MonoImage/token as parameter instead of a MonoMethod.
20670
20671         * aot.c: Use the new trampoline for initializing vtables.
20672
20673         * aot.c: Add support for ldfld/stfld_remote wrappers.
20674
20675         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
20676         rules for compare <MEM>, IMM.
20677
20678         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
20679
20680         * aot.c: Handle inherited finalizers correctly.
20681
20682 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20683
20684         * inssel.brg (stmt): Add a missing _setup_... ().
20685
20686         * aot.c: Save some parts of the class state to the AOT file and use it
20687         to recompute that state when a class is initialized.
20688
20689         * mini.c: Install AOT hooks into the runtime.
20690
20691         * mini.h: Bump AOT file format version.
20692         
20693         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
20694         Fixes #72148.
20695
20696         * iltests.il: Add new test.
20697
20698 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20699
20700         * mini.c: fix typo.
20701
20702 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
20703
20704         * mini.c: setup the statistical profiler in the thread attach
20705         callback to cope with the new single thread code.
20706
20707 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
20708
20709         * mini-ppc.c: ensure we have enough room for the profiler
20710         calls (fixed bug#72084).
20711
20712 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
20713
20714         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
20715         it.
20716
20717 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20718
20719         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
20720
20721 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20722
20723         * ssapre.c: Fixed an issue with down safety (this allows IronPython
20724         to succesfully execute parrotbench).
20725         * ssapre.h: Likewise.
20726
20727 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
20728
20729         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
20730         variable for stores to method arguments (fixes a SSAPRE issue).
20731
20732 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20733
20734         * mini.c: handle value types in dup, fixes gen-112.cs.
20735
20736 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
20737
20738         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
20739         sequence for calls in dynamic methods to avoid thunks.
20740
20741 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20742
20743         * mini.c: correctly remove dynamic methods from the hashtable.
20744
20745 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20746
20747         * driver.c: Disabled SSAPRE until fix the bug that appears
20748         in IronPython's parrotbench.
20749
20750 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
20751
20752         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
20753
20754         * mini.c (mono_method_to_ir): Revert the previous change.
20755         
20756         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
20757         when AOT compiling.
20758
20759         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
20760         mono_jit_info_table_find () etc. when running under valgrind.
20761
20762         * inssel.brg: Fix warnings.
20763
20764         * mini-exceptions.c: Fix warnings.
20765
20766 2005-01-31  Martin Baulig  <martin@ximian.com>
20767
20768         * driver.c (compile_all_methods_thread_main): Don't try to compile
20769         generic methods or anything which has type parameters.
20770
20771 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
20772
20773         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
20774
20775         * TestDriver.cs: Add --verbose flags.
20776
20777         * graph.c ssa.c: Fix 64 bit warnings.
20778         
20779         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
20780         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
20781         Fix 64 bit warnings.
20782
20783         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
20784         variable not spotted by gcc.
20785         
20786         * mini-amd64.c inssel-amd64.brg: Applied patch from  
20787         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
20788         X86_COMPARE_MEMBASE opcodes.
20789
20790         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
20791
20792 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
20793
20794         * *: MonoMethod->signature might be NULL now. You *MUST* use
20795         mono_method_signature.
20796
20797 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20798
20799         * driver.c (compile_all_methods_thread_main): Compile the methods
20800         without invoking cctors.
20801
20802 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20803
20804         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
20805         * basic-calls.cs: test for the above.
20806
20807 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20808
20809         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
20810         MonoJitInfo changes.
20811
20812 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
20813
20814         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
20815         eagerly if it contains dynamic methods.
20816         
20817         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
20818
20819         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
20820         trace, it is now computed by an icall from trace_ips.
20821         
20822         * mini-exceptions.c: Fix a warning.
20823
20824 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
20825
20826         * mini-exceptions.c: don't bother getting stack trace info if
20827         it's not going to be used.
20828
20829 2005-01-27  Raja R Harinath  <rharinath@novell.com>
20830
20831         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
20832         ssapre-mini-ops.h.
20833
20834 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
20835
20836         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
20837
20838         * aot.c: Avoid calling mono_method_get_header () if not needed.
20839
20840         * mini.h: Bump AOT file format version.
20841         
20842         * mini.c (mono_emit_native_call): Allocate a GOT var here.
20843
20844         * mini.c (mono_print_tree): Print more info for calls.
20845
20846 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
20847
20848         * declsec.h: Remove warning by adding missing include for marshal.h
20849
20850 2005-01-26  Martin Baulig  <martin@ximian.com>
20851
20852         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
20853         `ip' twice.
20854
20855 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
20856
20857         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
20858         flags.
20859
20860         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
20861
20862         * aot.c (mono_compile_assembly): Fix a warning.
20863
20864 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
20865
20866         * declsec.c: Look for security attributes on the original MonoMethod 
20867         (and not the wrapped one). This fix permissions on icalls.
20868
20869 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20870
20871         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20872
20873         * mini.c (mono_allocate_stack_slots): Add a fixme.
20874
20875         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
20876
20877 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20878
20879         * inssel.brg: optimize casts of sealed types (more
20880         optimizations waiting for fixes in remoting).
20881
20882 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
20883
20884         * inssel.brg (stmt): Add another dummy rule.
20885
20886         * driver.c: Fix warnings.
20887
20888         * driver.c (mono_main): If running under valgrind, instruct glib to use
20889         the system allocation functions so valgrind can track the memory
20890         allocated by the g_... functions.
20891
20892         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
20893
20894         * mini-ops.h: Add OP_DUMMY_STORE opcode.
20895
20896         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
20897
20898         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
20899         variables in try regions.
20900
20901         * mini.c (mini_method_compile): Don't disable optimizations on large
20902         methods when AOT compiling.
20903
20904         * mini.c (mono_allocate_stack_slots): New arch independent method to 
20905         allocate stack slots. Not yet used.
20906
20907 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
20908
20909         * debug-mini.c (mono_debug_close_method): Plug some leaks.
20910
20911 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
20912
20913         * mini-ppc.c: make the branch info relative as the code
20914         buffer can be reallocated.
20915
20916 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
20917
20918         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
20919         * driver.c: Removed the AOT/security restriction. Now initialize the
20920         security manager (in metadata) if --security is used.
20921         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
20922         rather than the pointer to declarative security, when AOT is used.
20923
20924 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
20925
20926         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
20927         basic blocks, reduced intrinsic exception throwing code size.
20928
20929 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
20930
20931         * driver.c (mini_usage): Reorder the usage screen.
20932
20933 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
20934
20935         * mini.c (mono_resolve_patch_target): Fix warning.
20936
20937 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
20938
20939         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
20940         previous patch.
20941
20942         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20943
20944         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
20945         breaks the amd64 build.
20946
20947         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
20948         register allocation. Fixes #71454.
20949
20950         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
20951
20952         * arrays.cs: Add new regression test.   
20953
20954 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20955
20956         * ssapre.c: Turned usage of snprintf to GString.
20957         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
20958         (I left it on by mistake in my previous commit).
20959
20960 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
20961
20962         * mini.c, cfold.c, basic-calls.cs: preserve side effects
20963         on cond branch optimization (fixes bug# 71515).
20964
20965 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20966
20967         * abcremoval.c: Fixed bug 71062.
20968         * abcremoval.h: Likewise.
20969
20970 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
20971
20972         * mini.c: Added a new functionality to optimize_branches, the removal
20973         of useless basic blocks, and fixed some problem in the removal of
20974         critical edges; some utility functions added for both purposes.
20975         * ssapre.c: Added complex expression support, and fixed bug 70637.
20976         * ssapre.h: Likewise.
20977         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
20978         enabled in SSAPRE.
20979         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
20980         * driver.c: Re-enabled SSAPRE.
20981
20982 2005-01-19  Martin Baulig  <martin@ximian.com>
20983
20984         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
20985         the result of mono_get_method_constrained().
20986
20987 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
20988
20989         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
20990         manager.
20991
20992 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
20993
20994         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
20995         be detected.  Fixes #59296.
20996
20997 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20998
20999         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
21000         which can happen. Fixes #71361.
21001
21002 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
21003
21004         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
21005         manager.
21006
21007 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
21008
21009         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
21010         appdomain-unload.exe to fail.
21011         
21012         * mini.c: Fix some memory leaks.
21013
21014 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
21015
21016         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
21017         Fixed bug and sped up some codepaths.
21018
21019 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
21020
21021         * mini.c: Fix some memory leaks.
21022
21023         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
21024         conversion.
21025
21026         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
21027
21028         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
21029         #71320.
21030
21031         * iltests.il: Add regression test for #71320.
21032
21033 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
21034
21035         * mini.c (mono_codegen): Fix installation of profiler hooks.
21036
21037         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
21038
21039 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21040
21041         * mini.h, mini.c, cfold.c: optimize access to enum
21042         readonly fields, too. Eval conditional branches if possible
21043         to perform unreachable code removal in more cases.
21044
21045 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
21046
21047         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
21048
21049         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
21050         code manager.
21051
21052         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
21053         WinXP DEP. Fixes #71244.
21054
21055 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
21056
21057         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
21058
21059 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
21060
21061         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
21062
21063 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21064
21065         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
21066         changes.
21067
21068         * mini.h: Bump AOT version.
21069
21070         * mini.h (MonoCompile): Change exvar to a hash table.
21071
21072         * mini.c: Allocate a separate exvar for each handler block.
21073
21074         * mini.c: Get rid of the computation of filter_lengths, its not needed.
21075
21076         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
21077         ex var with the pending exception and only throw if the two are equal.
21078         Fixes #68552.
21079         
21080         * exceptions.cs: Add tests for rethrow and nested catch clauses.
21081
21082         * mini-x86.c: Fix warnings.
21083
21084         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
21085         used by all the ports now.
21086
21087         * aot.c: Add write-symbols and save-temps options.
21088
21089 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
21090
21091         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
21092
21093 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
21094
21095         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
21096         operations.
21097
21098         * tramp-s390.c: Check vtable slot belongs to the domain.
21099
21100         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
21101         as per other platforms.
21102
21103         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
21104
21105 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
21106
21107         * driver.c: we don't run the Main() code in a subthread anymore.
21108
21109 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
21110
21111         * mini.c: added experimental rtc support in the statistical
21112         profiler: if the user has the permission, more accurate statistics
21113         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
21114         The MONO_RTC value must be restricted to what the linux rtc allows:
21115         power of two from 64 to 8192 Hz.
21116
21117 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
21118
21119         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
21120
21121 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
21122
21123         * mini-ppc.c: better icache flush for smp.
21124
21125 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
21126
21127         * mini-amd64.c (emit_move_return_value): Fix memory leak.
21128
21129         * mini-x86.c (get_call_info): Add the get_call_info () code from the
21130         amd64 port, not yet used.
21131
21132 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
21133
21134         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
21135         a struct type.
21136
21137 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
21138
21139         * driver.c: Added --security option to activate the security manager.
21140         Right now this will allow code generation for declarative demands and
21141         is disabled when AOT is specified.
21142         * mini.c: Add code generation for declarative security demands.
21143         * mini.h: Add mono_use_security_manager as an extern gboolean.
21144
21145 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
21146
21147         * aot.c (mono_compile_assembly): Speed up compilation a bit by
21148         emitting more dense assembly code.
21149
21150         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
21151         exception throwing stuff.
21152
21153 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
21154
21155         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
21156         dead code.
21157
21158         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
21159         left in by mistake.
21160
21161         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
21162         fixed.
21163
21164         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
21165
21166         * tramp-*.c: Only patch vtable slots if the object is in the current
21167         domain. Fixes appdomain-unload.exe.
21168
21169         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
21170         
21171         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
21172         x86 branch.
21173
21174 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21175
21176         * mini.c (reverse_branch_op): New helper function.
21177
21178         * mini.c (optimize_branches): Run the new optimization only on 
21179         platforms which support it. Also reverse all kinds of branches.
21180
21181         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
21182
21183         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
21184         a throw statement.
21185
21186         * mini.c (optimize_branches): Reverse not-equals branches if the false
21187         bblock is a throw. This happens a lot of time with argument checking in
21188         corlib.
21189
21190         * mini.c (mono_codegen): Add support for placing basic blocks after
21191         the function epilogue.
21192
21193         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
21194         function epilogue.
21195         
21196 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
21197
21198         * mini.c (setup_stat_profiler): Only set this up if the platform
21199         supports ITIMER_PROF.
21200
21201 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21202
21203         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
21204         previous patch.
21205
21206         * inssel.brg: Fix a warning.
21207
21208 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
21209
21210         * mini.c: added support for statistical profiler 
21211         (run with: --profile=default:stat).
21212
21213 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
21214
21215         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
21216
21217         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
21218
21219         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
21220         related to global registers from the amd64 port.
21221
21222 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
21223
21224         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
21225
21226         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
21227         with global registers.
21228         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
21229
21230         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
21231
21232 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
21233
21234         * debug-mini.c (encode_value): Fix off-by-one.
21235
21236         * aot.c (encode_value): Likewise.
21237
21238         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
21239
21240 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
21241
21242         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
21243         AOT.
21244
21245         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
21246         
21247         * aot.c (emit_method_info): Increase size of temp buffer.
21248
21249         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
21250         the AOT case.
21251
21252 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
21253
21254         * aot.c (emit_method_info): Fix build.
21255         
21256         * aot.c: Further rework of the AOT file format to reduce the size of
21257         the method info data.
21258
21259         * mini.h: Bump AOT file format version.
21260
21261 2004-12-27  Martin Baulig  <martin@ximian.com>
21262
21263         * mini.c (mini_get_method): New static method; call
21264         mono_get_method_full() and mono_get_inflated_method().
21265         (mono_method_to_ir): Use mini_get_method() instead of
21266         mono_get_method_full(). 
21267
21268 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
21269
21270         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
21271
21272 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
21273
21274         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
21275
21276         * inssel-amd64.brg: Add some optimization rules.
21277
21278 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
21279
21280         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
21281         standard not GC'd stuff is fine.
21282
21283 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
21284
21285         * aot.c: Rework the AOT file format to get rid of most of the global
21286         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
21287
21288         * mini.h: Bump AOT file format version.
21289         
21290 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
21291
21292         * mini.h: Bump AOT file format version.
21293
21294         * aot.c (mono_aot_is_got_entry): New function to determine if an 
21295         address is inside a GOT.
21296
21297         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
21298
21299         * cpu-pentium.md: Increase the maximum size of some instructions which
21300         might involve a got access.
21301         
21302         * mini.c (get_method_from_ip): Another debug helper function.
21303
21304         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
21305         when got var accesses are created during the decompose phase.
21306
21307         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
21308
21309         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
21310         argument mini_compile_method and to MonoCompile, and use this to
21311         determine whenever a given method is compiled for AOT. This allows the
21312         other methods compiled during AOT compilation to be free of AOT stuff,
21313         so the backends does not need to add special support for them by
21314         creating a fake GOT etc.
21315
21316         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
21317         longer needed.
21318
21319 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
21320
21321         * mini.c (mono_method_to_ir): It turns out that some of the
21322         x-appdomain wrappers are lax with types, so just ignore this for
21323         all wrappers.
21324
21325         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
21326         at the vtable->klass. If it is non-shared code we can just use the
21327         vtable.
21328
21329 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
21330
21331         * mini-ppc.c: access MonoDomain from tls, too.
21332
21333 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
21334
21335         * declsec.c: Removed unused variable (and related warning ;-)
21336
21337 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
21338
21339         * iltests.il: New test for LDELEMA on an array of ref types.
21340
21341         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
21342         all ldelema's on reftypes.
21343         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
21344         it was the wrong place to put it.
21345
21346         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
21347         register to pop to make this cleaner, at the request of Paolo.
21348
21349 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21350
21351         * mini-ops.h (OP_GETHASHCODE): New op.
21352
21353         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
21354
21355         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
21356         operation.
21357
21358         For a microbenchmark, this reduces the cost of Hashtable.get_Item
21359         by 25%.
21360         
21361         * mini-x86.c (mono_arch_output_basic_block): Rather than
21362
21363         add ebp, 4
21364
21365         Emit
21366
21367         pop edx
21368
21369         The first is 3 bytes while the second is 1. This saves 36 kb on
21370         mscorlib, quite a big saving. When bootstraping mcs, I was able to
21371         see a small boost because of icache locality.
21372
21373         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
21374
21375 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
21376
21377         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
21378         started code sharing with the generic code.
21379
21380 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
21381
21382         * mini-ppc.c, cpu-g4.md: added code for direct access to
21383         tls data slots.
21384
21385 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
21386
21387         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
21388          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
21389         to OP_TLS_GET.
21390
21391 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
21392
21393         * declsec.c|h: Added functions to cache the declarative stack modifiers
21394         in MonoJitInfo and to create a security frame from a MonoJitInfo 
21395         structure.
21396         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
21397         created. Register internal calls for System.Security.SecurityFrame::
21398         _GetSecurityFrame and _GetSecurityStack.
21399         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
21400         the definitions for the new stack walk/callback mechanism.
21401         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
21402         first security frame for LinkDemands and InheritanceDemands) and
21403         GetSecurityStack for Demands. Both use the new mono_walk_stack code
21404         from lupus.
21405         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
21406         walk initialization (lupus).
21407
21408 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21409
21410         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
21411         idiom.
21412         (handle_loaded_temps): Do not create a temporary variable for
21413         things that we know are temps. They will never be modified.
21414         (mono_spill_call): Set MONO_INST_IS_TEMP
21415         (mono_emulate_opcode): ditto
21416         (emit_tree): ditto
21417         (mono_method_to_ir.CEE_DUP): ditto
21418
21419 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
21420
21421         * mini.c (type_to_eval_stack_type): Make this handle the void type
21422         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
21423         (emit_tree): use ip_in_bb to special case some common idioms
21424         Update all callers to pass in the IP.
21425         (mono_method_to_ir): Make CEE_CALL* do the above as well.
21426
21427         This gives us a nice 2% speedup in mcs bootstrap.
21428
21429         * mini-x86.c (peephole_pass): Peephole pass to make
21430         mov  [foo], eax
21431         push [foo]
21432
21433         into
21434
21435         mov [foo], eax
21436         push eax
21437
21438         * mini.c (ip_in_bb): new method.
21439         (mono_method_to_ir): use this method rather than doing the hash
21440         lookup ourselves.
21441
21442         * linear-scan.c (mono_linear_scan): When expiring actives, you
21443         don't need to keep around variables that expire on this
21444         instruction. This makes it so that:
21445              a = b + 1
21446         will turn into:
21447              store (ebx add (ebx, 1))
21448         which will become
21449              add ebx, 1
21450
21451 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
21452
21453         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
21454         combination to avoid doing two copies. Fix up problems with previous
21455         patch.
21456
21457         * mini.c: Fix 64 bit warnings.
21458
21459         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
21460
21461 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
21462
21463         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
21464         changes from the x86 code.
21465
21466         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
21467
21468 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
21469
21470         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
21471         throwing code to reduce its size, unify the AOT and non-aot code and 
21472         get rid of relocations in the AOT case.
21473
21474         * mini-x86.h mini.c exceptions-x86.c 
21475         (mono_arch_get_throw_corlib_exception): New arch specific function to 
21476         raise corlib exceptions which doesn't require relocations in the 
21477         caller.
21478
21479         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
21480
21481 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
21482
21483         * mini.c (mono_emit_method_call): Only allocate the got var when it is
21484         needed.
21485
21486         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
21487         in the AOT case.
21488
21489 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21490
21491         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
21492         with add function when used from Inc/dec atomic 
21493         functions. Re-enabled optimization on x86.
21494         * mini-ops.h: renamed atomic_add functions to
21495         allow _add to match the Interlocked::Add and
21496         _add_next to match Interlocked::Inc/Dec.
21497
21498 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
21499
21500         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
21501         linking of BBs to the end BB, and enabled SSAPRE also with
21502         consprop and copyprop (which was prevented by that bug).
21503
21504 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21505
21506         * mini-x86.c: disabling the Interlocked optimizing code. 
21507
21508 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21509
21510         * aot.c (load_aot_module): Move reading of got_addr after the AOT
21511         file version check.
21512         
21513 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
21514
21515         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
21516         interlocked optimization due lack of support on x86, rewrote 
21517         exchange to take into account that base may be in eax.
21518         
21519         xsp works again; activated Interlocked optimizing code.
21520         
21521 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21522
21523         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
21524
21525 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
21526
21527         * mini-ops.h: Add new opcodes.
21528
21529         * mini.h: Add new patch types. Add got_var to MonoCompile.
21530
21531         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
21532         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
21533         make it work with all kinds of patchable code.
21534
21535         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
21536         address of the GOT, and referencing entries in the GOT.
21537
21538         * mini.c: Add code to load the GOT address if needed by an opcode.
21539
21540         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
21541         independent AOT code on the x86 using an elf-style Global Offset Table.
21542
21543 2004-12-14  Raja R Harinath  <rharinath@novell.com>
21544
21545         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
21546
21547 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21548
21549         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
21550         when running xsp.
21551
21552 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
21553
21554         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
21555         of Interlocked:Increment/Decrement/Add as inline ops.
21556         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
21557
21558 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
21559
21560         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
21561         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
21562
21563 2004-12-12  Duncan Mak  <duncan@ximian.com>
21564
21565         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
21566         again. `patch_info->table_size' is no longer valid after Zoltan's
21567         commit #37636.
21568
21569 2004-12-12  Martin Baulig  <martin@ximian.com>
21570
21571         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
21572         if we are the "real" method, ie. not an inlined method inside it.
21573
21574 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
21575
21576         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
21577         before we look in the special fields table. This fixes
21578         ../tests/thread-static-init.cs.
21579
21580 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21581
21582         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
21583         for Array get_Rank and get_Length. Fixes bug #70465.
21584
21585 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
21586
21587         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
21588         separate structure to reduce the size of MonoJumpInfo.
21589
21590 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
21591
21592         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
21593
21594 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
21595
21596         * mini.c (mini_get_inst_for_method): Changed to allow ports
21597         to return a MonoInst instead of opcode 
21598         (renamed mini_get_opcode_for_method to better reflect the new functionality)
21599         
21600         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
21601         Allow ports to return a created MonoInst instead of op-code, will enable
21602         new optimizations.
21603         (renamed mini_get_opcode_for_method to better reflected the functionality)
21604
21605 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
21606
21607         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
21608
21609 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21610
21611         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
21612         Fixes #69985.
21613
21614 2004-12-08  Martin Baulig  <martin@ximian.com>
21615
21616         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
21617         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
21618
21619 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21620
21621         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
21622         correctly.
21623
21624         * exceptions.cs: Disable some tests which depend on properties of x86 fp
21625         arithmetic.
21626
21627 2004-12-08  Raja R Harinath  <rharinath@novell.com>
21628
21629         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
21630
21631 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
21632
21633         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
21634         bug introduced by the previous patch.
21635
21636 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21637
21638         * mini-ppc.c, objectc.cs: handle large structs passed by value
21639         (fixes bug #69972).
21640
21641 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
21642
21643         * mini-ppc.c: OP_ARGLIST implementation from
21644         Geoff Norton  <gnorton@customerdna.com>.
21645
21646 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
21647
21648         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
21649         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
21650
21651 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
21652
21653         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
21654
21655 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21656
21657         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
21658         support.
21659
21660 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
21661
21662         * mini-sparc.c: Zero out localled-ed memory.
21663
21664         * iltests.il: Add tests for zeroing out localloc-ed memory.
21665
21666 2004-12-04  Martin Baulig  <martin@ximian.com>
21667
21668         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
21669         mono_method_get_signature_full().       
21670
21671 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
21672
21673         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
21674         and some utility functions (always for SSAPRE), integrated SSAPRE.
21675         * mini.h: Likewise.
21676         * driver.c: Added ssapre option.
21677         * ssa.c: Small fix on OP_ARG handling.
21678         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
21679         * Makefile.am: Likewise.
21680
21681 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21682
21683         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
21684         now in the xp code.
21685
21686         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
21687         icall.
21688
21689 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21690
21691         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
21692         
21693         * cpu-s390.md : Increase instruction length of oparglist.
21694
21695         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
21696
21697 2004-11-30  Martin Baulig  <martin@ximian.com>
21698
21699         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
21700         virtual generic methods.  We call a special helper_compile_generic_method()
21701         icall to retrieve the method from the vtable, inflate and compile
21702         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
21703
21704         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
21705
21706 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
21707
21708         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
21709
21710 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
21711
21712         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
21713         Fixes #69929.
21714
21715 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
21716
21717         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
21718         platforms with PIC aot.
21719
21720 2004-11-28  Martin Baulig  <martin@ximian.com>
21721
21722         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
21723         Fixes gen-112.cs.
21724
21725 2004-11-28  Martin Baulig  <martin@ximian.com>
21726
21727         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
21728         the result of mono_type_get_underlying_type() to check whether
21729         we're byref.
21730
21731 2004-11-26  Martin Baulig  <martin@ximian.com>
21732
21733         * mini.c
21734         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
21735         in the g_assert().
21736
21737 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
21738
21739         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
21740         the same way as the other arguments so they won't get clobbered.
21741
21742         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
21743         calls through R11 since it is clobbered by the trampoline code.
21744
21745 2004-11-26  Raja R Harinath  <rharinath@novell.com>
21746
21747         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
21748         pick up in-tree mscorlib.dll.
21749
21750 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
21751
21752         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
21753
21754         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
21755         runtime data/code are now stored in a table similar to the GOT in ELF. 
21756         This allows the code itself to be position independent.
21757
21758         * aot.c: Fix loading of referenced assemblies after the lazy assembly
21759         loading changes.
21760
21761         * aot.c: Attach ELF type (object/function) directives to all global
21762         symbols.
21763
21764         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
21765
21766         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
21767
21768         * mini-amd64.h: Turn on PIC AOT code.
21769
21770         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
21771         returning the offset within an OP_AOTCONST instruction where the GOT
21772         offset needs to be added.
21773
21774         * mini.h: Bump AOT file format version.
21775
21776 2004-11-25  Martin Baulig  <martin@ximian.com>
21777
21778         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
21779         uninflated generic methods.
21780
21781 2004-11-25  Martin Baulig  <martin@ximian.com>
21782
21783         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
21784
21785 2004-11-24  Martin Baulig  <martin@ximian.com>
21786
21787         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
21788         original klass (this only applies for generic instances).
21789
21790 2004-11-24  Martin Baulig  <martin@ximian.com>
21791
21792         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
21793         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
21794         that array).
21795
21796 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
21797
21798         * mini.c (mono_method_to_ir): Disable inlining for methods containing
21799         localloc. Fixes #69678.
21800
21801         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
21802         
21803 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
21804
21805         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
21806         used SSE registers on pinvoke calls. Fixes #69774.
21807
21808 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
21809
21810         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
21811         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
21812
21813 2004-11-23  Raja R Harinath  <rharinath@novell.com>
21814
21815         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
21816         Refer directly to the mcs/ tree.
21817
21818 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21819
21820         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
21821         Check if a trampoline for a synchronized method is required. 
21822
21823 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
21824
21825         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
21826         with localloc if needed. Throe arithmetric exception in
21827         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
21828         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
21829
21830 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
21831
21832         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
21833         types before switching on type.  Fixes #69622.
21834
21835 2004-11-19  Raja R Harinath  <rharinath@novell.com>
21836
21837         * Makefile.am (check-local): New.  Integrate into 'make check'.
21838         (MCS,RUNTIME): Define using in-tree mono and mcs.
21839         (ILASM): New.
21840         (%.exe): Use $(ILASM).
21841
21842 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
21843
21844         * mini-ppc.c: adjust initial prolog size (bug #69691).
21845
21846 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
21847
21848         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
21849         #69664.
21850
21851 2004-11-17  Raja R Harinath  <rharinath@novell.com>
21852
21853         * Makefile.am (clean-local): Rename from 'clean'.
21854
21855 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21856
21857         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
21858         to mono_arch_is_int_overflow. 
21859         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
21860         SIGFPE events.
21861
21862 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
21863
21864         * declsec.c|h: New files to support declarative security attributes.
21865         Added function to check if a method has (applicable) security.
21866         * mini.c|h: Add check for declarative security attributes in
21867         mono_method_check_inlining.
21868         * Makefile.am: Added declsec.c and declsec.h to the build.
21869
21870 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
21871
21872         * mini.c, mini.h: update to keep dynamic code info per-domain.
21873
21874 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
21875
21876         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
21877         (mini_init): Get rid of it from here too.
21878
21879 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
21880
21881         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
21882         implemented OP_RETHROW (patch by Geoff Norton
21883         <gnorton@customerdna.com>).
21884
21885 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
21886
21887         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
21888         between appdomains.  Fixes appdomain-unload on PPC.
21889
21890 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
21891
21892         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21893         mini-exceptions.c: handle the new wrapper types.
21894         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
21895         token value as a MonoClass* when compiling a wrapper.
21896         mono_jit_create_remoting_trampoline now takes an additional
21897         MonoRemotingTarget parameter.
21898         
21899 2004-11-10  Martin Baulig  <martin@localhost>
21900
21901         * mini.c (mono_method_to_ir): Use `generic_container->context'
21902         rather than creating a new one.
21903
21904 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21905
21906         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
21907
21908         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
21909
21910 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
21911
21912         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
21913         the experimental aot cache stuff.
21914
21915 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
21916
21917         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
21918         mini-exceptions.c: update to exception clause structure changes.
21919
21920 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21921
21922         * exceptions-x86.c (throw_exception): Fix warnings.
21923
21924         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
21925         for OP_RETHROW.
21926
21927 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21928
21929         * exceptions-sparc.c (get_throw_exception): Really fix this.
21930
21931 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
21932
21933         * tramp-*.c: we no longer support icalls without wrappers, so
21934         a bit of code can be removed here
21935
21936 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
21937
21938         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
21939         patch.
21940
21941         * cpu-sparc.md: Add op_rethrow.
21942
21943         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
21944
21945         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
21946
21947         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
21948         * mini-ops.h: Add OP_RETHROW.
21949
21950         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
21951
21952         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
21953
21954 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
21955         
21956         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
21957         Makes the output much easier to read
21958
21959 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
21960
21961         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
21962         prevents another huge leak when compiling with ssa. Secondly, the
21963         performance of doing this rather than freeing the lists is much
21964         better. GList does a lock every time you allocate a list link,
21965         so that it can use a memory pool. So, it is better to just use
21966         a memory pool of our own.
21967         
21968         * ssa.c, linear-scan.c: replace g_list_remove_link with
21969         g_list_delete.  The remove one does not free the GList, so we were
21970         leaking memory. On -O=all --compile-all with corlib, this cut down
21971         3 MB of allocations.
21972
21973 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
21974
21975         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
21976
21977         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
21978
21979         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
21980         into a new function mono_create_jit_trampoline ().
21981
21982 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
21983
21984         * trace.c (get_spec): Allow tracing of classes without a namespace.
21985
21986 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
21987
21988         * mini.c: Fix pointer overwrite in mini_method_compile.
21989
21990 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
21991
21992         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
21993         The darwin ABI needs some special handling for 1 and 2 byte structs
21994         Lets use lbz/lhz instead of lwz everywhere.
21995         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
21996         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
21997         Use stb/sth for the former, and put the latter always on stack instead of in
21998         argument registers.
21999
22000 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
22001
22002         * trace.c (is_filenamechar): Add '_'.
22003
22004 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
22005
22006         * mini-s390.c: Fix prolog length to allow for large trace requirements.
22007
22008         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
22009
22010 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
22011
22012         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
22013         depends on libmonogc. Fixes #68805.
22014
22015 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
22016
22017         * mini.c (mono_jit_free_method): Provide extra information for
22018         this error.  Currently this leaks, but will be turned into a
22019         developer option in the future.
22020
22021 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
22022
22023         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
22024
22025 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
22026
22027         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
22028         boundary. Fixes reading of PATCH_INFO_R4 and R8.
22029         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
22030
22031 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
22032
22033         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
22034         trampolines for AOT code.
22035
22036 2004-10-22    <vargaz@freemail.hu>
22037
22038         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
22039         constructed types. Fixes #68136.
22040
22041 2004-10-21  Martin Baulig  <martin@ximian.com>
22042
22043         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
22044         if it returns true, unwind the stack to the call instruction.
22045
22046 2004-10-21    <vargaz@freemail.hu>
22047
22048         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
22049
22050         * mini.h: Bump AOT version number.
22051
22052         * objects.cs: Add another test for unbox trampolines.
22053
22054         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
22055         valuetype methods.
22056
22057 2004-10-20    <vargaz@freemail.hu>
22058
22059         * driver.c: Add SHARED to the set of optimizations tested.
22060
22061         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
22062
22063         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
22064         used by CEE_NEWARR.
22065
22066         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
22067
22068 2004-10-20  Martin Baulig  <martin@ximian.com>
22069
22070         * mini-exceptions.c (mono_handle_exception): Call
22071         mono_debugger_handle_exception() to tell the debugger about
22072         catch/finally clauses.
22073
22074 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
22075
22076         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
22077
22078         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
22079         #68447.
22080
22081 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
22082
22083         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
22084         methods as their native size, fixed bug #57543, #57545.
22085         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
22086         This saves a temporary register and mullw call down into 1 (minor perf
22087         increase for cases like sum = sum * 5;  This use to translate into:
22088             li r11,5
22089             mullw r28,r28,r11
22090         It now translates to
22091             mulli r28,r28,5
22092
22093 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
22094
22095         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
22096         #68388.
22097
22098 2004-10-11  Martin Baulig  <martin@ximian.com>
22099
22100         * mini.c (mono_method_to_ir): If we're a generic method, get the
22101         MonoGenericContainer from our MonoMethodNormal and create a
22102         MonoGenericContext from it.
22103
22104 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
22105
22106         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
22107
22108         * basic-long.cs: Add test for checked i8->i2 cast.
22109
22110 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
22111
22112         * inssel-ppc.brg: added a couple of speedup rules.
22113
22114 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
22115
22116         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
22117         to speed up rebuilds.
22118
22119 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22120
22121         * mini-s390.c: Minor fix to OP_OR_IMM.
22122
22123 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
22124
22125         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
22126         better. Fixes appdomain-unload.exe on sparc.
22127
22128 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
22129
22130         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
22131         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
22132         see bug 67324.
22133
22134 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
22135
22136         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
22137
22138 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
22139
22140         * mini.c: Always generate a field read/write wrapper for members
22141         of the class MarshalByRefObject since the actual instance could
22142         be a CBO.
22143
22144 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
22145
22146         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
22147
22148 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
22149
22150         * driver.c mini.h trace.c: Move the setting of the main assembly into
22151         a separate function called mono_trace_set_assembly () and call it after
22152         actually loading the main assembly. Fixes #66872.
22153
22154 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
22155
22156         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
22157         using the code manager.
22158
22159 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
22160
22161         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
22162
22163 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
22164
22165         * cpu-amd64.md: Fix bug in previous patch.
22166         
22167         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
22168         #66650.
22169
22170 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
22171
22172         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
22173         mini-exceptions.c: updates for changed stack walk interface.
22174
22175 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22176
22177         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
22178
22179 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
22180
22181         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
22182
22183 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
22184
22185         * driver.c (mini_regression_list): Do not call mono_assembly_close 
22186         since assemblies can't be unloaded.
22187         
22188 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
22189
22190         * cpu-amd64.md: Fix more instruction lengths.
22191
22192         * cpu-amd64.md: Fix lengths of some instructions.
22193
22194 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
22195
22196         * inssel.brg: Make the array ldelema check aot friendly.
22197
22198 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
22199
22200         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
22201
22202         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
22203
22204 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
22205
22206         * mini-x86.c: Fix build.
22207
22208         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
22209         mono_type_get_underlying_type () helper function to simplify code.
22210         
22211 2004-09-09  Martin Baulig  <martin@ximian.com>
22212
22213         * mini-amd64.c: Don't access `type->data.klass' directly, call
22214         mono_class_from_mono_type() instead since the type may be a
22215         generic instance.
22216
22217 2004-09-09  Martin Baulig  <martin@ximian.com>
22218
22219         * mini-amd64.c (get_call_info): Fix support for generic instances.
22220         (add_valuetype): Use mono_class_from_mono_type() to get the class
22221         since we can be a generic instance.
22222
22223 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
22224
22225         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
22226
22227 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
22228
22229         * liveness.c: reset spill costs on each scan: bug 62107
22230
22231 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
22232
22233         * exceptions-sparc.c (mono_arch_find_jit_info): remove
22234         unnecessary line that doesn't compile
22235
22236 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
22237
22238         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
22239         trampolines, make them call an error function so people can fix their
22240         code.
22241
22242 2004-09-06  Martin Baulig  <martin@ximian.com>
22243
22244         * mini.c (mono_method_to_ir): When initializing locals, handle a
22245         generic instances like a valuetype if it's a valuetype and like a
22246         class if it's a class.
22247
22248 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22249
22250         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
22251         stack. Fixes #64674.
22252
22253         * exceptions.cs: Add test for unwinding of call arguments.
22254
22255 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
22256
22257         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
22258         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
22259         set the carry/borrow flag). The sparc and s390 implementations
22260         can now use optimized versions (and simplify the code). ppc bugfixes.
22261
22262 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22263
22264         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
22265
22266 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
22267
22268         * inssel-amd64.brg: Remove leftover 32 bit rule.
22269
22270         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
22271
22272 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
22273
22274         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
22275         mono_arch_find_jit_info functions into a new function. Fix a memory
22276         leak.
22277
22278         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
22279         refactored code.
22280         
22281 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22282
22283         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
22284         as well.
22285         
22286         * exceptions.cs: Add array size tests.
22287
22288         * mini.c: Allocate a separate icall wrapper for each arity of 
22289         mono_array_new_va. Fixes #59509.
22290
22291         * exceptions.cs: Add testcase for 64578.
22292
22293         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
22294
22295         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
22296         
22297 2004-09-02  Martin Baulig  <martin@ximian.com>
22298
22299         * mini.c (mono_method_to_ir): When initializing the locals, call
22300         handle_initobj() on the generic instance itself, not its
22301         underlying type.
22302
22303 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22304
22305         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
22306         MonoJitInfo for dynamic methods.
22307
22308         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
22309
22310         * mini.c: Add support for freeing JIT data for dynamic methods.
22311         
22312 2004-09-01  Martin Baulig  <martin@ximian.com>
22313
22314         * mini-x86.c (is_regsize_var): Added support for generic
22315         instances.
22316         (mono_arch_emit_prolog): Make this compile again, use
22317         `x86_push_imm_template (code)'.
22318
22319 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
22320
22321         * mini-x86.c: make all push_imm instructions that get
22322         patched always emit the long form
22323
22324 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
22325
22326         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
22327         in a per-domain hash.
22328
22329         * mini-amd64.c (merge_argument_class_from_type): Handle generic
22330         types.
22331
22332 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
22333
22334         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
22335         work.
22336         
22337         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
22338         work.
22339
22340         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
22341         Beginnings of SSE2 support.
22342
22343         * exceptions.cs: Add more tests for checked int<->uint casts.
22344
22345 2004-08-28  Martin Baulig  <martin@ximian.com>
22346
22347         * mini-x86.c (mono_arch_instrument_epilog): Added support for
22348         generic instances.
22349
22350         * mini.c
22351         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
22352         Handle generic instances recursively.
22353
22354 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22355
22356         * iltests.il: test for conv.u8 on a constant
22357
22358 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22359
22360         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
22361         LCONV_x4 (shrun_32 (membase)).
22362
22363 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
22364
22365         * inssel-x86.brg: c&p rules for push/setret of long
22366
22367 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22368
22369         * inssel-x86.brg: c&p rules for compare (base, regvar) and
22370         compare (regvar, base)
22371
22372         * inssel-x86.brg: more burg love
22373
22374         * inssel.brg: more cleanup
22375
22376         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
22377
22378 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
22379
22380         * basic-long.cs, basic-calls.cs: new tests for optimization.
22381
22382 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
22383
22384         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
22385         patch.
22386
22387 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22388
22389         * mini-amd64.c (read_tls_offset_from_method): Add another case.
22390         
22391 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
22392
22393         * inssel.brg (mini_emit_memcpy): use 
22394         NO_UNALIGNED_ACCESS to disable memcpy optimization
22395
22396 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22397
22398         * mini-amd64.c: Handle generic types in various places.
22399
22400         * mini.c (mono_method_to_ir): Handle generic types in init locals.
22401
22402 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
22403
22404         * mini.c (handle_box): Fix warning.
22405
22406         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
22407
22408         * mini-amd64.h: Enable the emit_state optimization.
22409
22410         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
22411
22412         * mini-amd64.c: Add some new 64 bit peephole opts.
22413
22414         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
22415
22416         * cpu-amd64.md: sreg1 of div instructions must be %rax.
22417
22418         * mini-amd64.c: Register allocator fixes.
22419
22420         * mini.c: Add an optimization to emit_state to avoid allocation of new
22421         registers on some platforms.
22422
22423 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
22424
22425         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
22426
22427         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
22428         allocation. Fixes #63085.
22429
22430         * basic-long.cs: Add new regression test.
22431
22432         * mini-amd64.c: Register allocator improvements.
22433
22434 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
22435
22436         * mini-amd64.c (read_tls_offset_from_method): Add another code
22437         sequence.
22438
22439         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
22440         instruction sequence for nullifying class init trampolines.
22441
22442         * objects.cs: Add new regalloc test.
22443
22444         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
22445
22446 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22447
22448         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
22449         
22450         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
22451         arguments.
22452
22453         * driver.c: Fix profiling after TLS changes.
22454         
22455         * driver.c (mono_main): Set mono_stats.enabled if needed.
22456
22457         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
22458         CEE_BOX.
22459
22460 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
22461
22462         * mini-x86.c: use a 1 op rather than a 2 op tls access
22463         instruction -> faster.
22464
22465 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22466
22467         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
22468         x86 backend.
22469
22470 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
22471
22472         * exceptions-sparc.c (throw_exception): fix typo
22473
22474 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
22475
22476         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
22477         set tree->dreg correctly with tls. Allow any
22478         register to be used.
22479
22480         * mini-x86.c (read_tls_offset_from_method): add new code
22481         generation pattern seen with GCC.
22482
22483
22484 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
22485
22486         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
22487         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
22488         exceptions-sparc.c: fix some performance issues in exception
22489         handling and setting of the stack trace for exceptions that were
22490         already thrown.
22491
22492 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22493
22494         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
22495         x86 backend.
22496         
22497         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
22498         registers.
22499
22500 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
22501
22502         This patch inlines tls access, when possible.
22503         
22504         * mini.h: new arch functions for TLS intrinsics.
22505         All platforms updated with a stub.
22506
22507         * mini.c: use the new intrinsics
22508
22509         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
22510         arch specific intrinsic for tls variables
22511
22512 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22513
22514         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
22515         under windows.
22516
22517 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22518
22519         * mini.c: thread local allocation
22520
22521 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
22522
22523         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
22524
22525         * Makefile.am: Link against the static version of libmonogc.
22526         
22527         * Makefile.am: Link the static versions of the convenience libraries
22528         into the mono executable.
22529
22530         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
22531
22532 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
22533
22534         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
22535         on integer overflow.
22536
22537         * mini-amd64.c: Reorganize function call code.
22538
22539         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
22540
22541 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22542
22543         * inssel-x86.brg: use xor eax,eax.
22544         
22545         * basic.cs: new tests
22546
22547 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22548
22549         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
22550         in exception throwing code.
22551         
22552 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22553
22554         * inssel-x86.brg: use xor esi,esi.
22555
22556 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22557
22558         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
22559         can trace methods compiled during mini_init () too.
22560
22561         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
22562         CEE_CONV_U4.
22563
22564 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
22565
22566         * Makefile.am: static link on x86 (r=zoltan)
22567
22568 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22569
22570         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
22571         code since it causes some programs to fail.
22572
22573 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
22574
22575         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
22576
22577 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22578
22579         * mini.c: ovfops_op_map - add STACK_OBJ case for
22580         CONV_I 
22581         * basic.cs: add test_0_pin_string as test
22582         case for above.
22583
22584 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
22585
22586         * Makefile.am: build C# if srcdir != builddir
22587
22588 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
22589
22590         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
22591         fall-through blocks.
22592
22593 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
22594
22595         * driver.c: enable loop by default again and include abcrem in -O=all.
22596
22597 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
22598
22599         * iltests.il: Add some localloc tests.
22600
22601         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
22602
22603         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
22604         Fixes #62574.
22605
22606         * inssel-amd64.brg: Add some optimizations.
22607
22608         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
22609         for gcc-3.4.
22610
22611         * Makefile.am: Statically link mono against libmono on AMD64.
22612         
22613         * mini-amd64.c inssel-amd64.brg: Optimizations.
22614
22615 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
22616
22617         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
22618
22619         * tramp-amd64.c: Patch calling code in trampolines.
22620
22621 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
22622
22623         * mini-amd64.c: pinvoke struct passing fixes.
22624
22625 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
22626
22627         * mini-sparc.c: redo change, make mono_arch_cpu_init call
22628         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
22629
22630 2004-08-05  Duncan Mak  <duncan@ximian.com>
22631
22632         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
22633         CEE_LDELEM_ANY.
22634
22635 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22636
22637         * mini-amd64.c (emit_move_return_value): Move return value for normal
22638         calls too.
22639
22640 2004-08-05  Martin Baulig  <martin@ximian.com>
22641
22642         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
22643         `type->type'; just modify `type' itself when dealing with enums
22644         and generic instances.
22645         (check_call_signature): Make `simple_type' a `MonoType *'.
22646
22647 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22648
22649         * mini.c: Use OP_PADD to add offsets to addresses.
22650
22651         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
22652
22653 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
22654
22655         * mini-sparc.c (mono_arch_emit_epilog): fix check
22656         for folding last op into restore instruction
22657
22658 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22659
22660         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
22661         helper methods using the code manager.
22662         
22663         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
22664
22665         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
22666
22667 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22668         
22669         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
22670           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
22671
22672         * mini-s390.c: fix tail processing
22673
22674 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
22675
22676         * mini-ppc.c: mul.ovf.un exception name fix.
22677
22678 2004-08-03  Martin Baulig  <martin@ximian.com>
22679
22680         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
22681         instances; before jumping to `handle_enum', also modify `ptype'.
22682
22683 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
22684
22685         * cpu-sparc.md: fcall maximal length too small.
22686
22687 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
22688
22689         * mini-amd64.c mini.h: Add initial support for passing/returning 
22690         structures to/from pinvoked methods.
22691
22692 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
22693
22694         * mini-ppc.c: reg allocator fix.
22695
22696 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
22697
22698         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
22699
22700         * inssel.brg: Optimize memset on 64 bit machines.
22701
22702         * mini-amd64.c: Fix some vararg cases.
22703
22704 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22705
22706         * mini-s390.c: Corrected macro in emit_float_to_int
22707
22708         * s390-abi.cs: Tests to exercise the s390 ABI
22709
22710 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22711
22712         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
22713         caller saved regs.
22714
22715         * basic.cs: Add a test for add.ovf.un.
22716
22717 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
22718
22719         * mini-sparc.c: add case for OP_IDIV_UN
22720
22721 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22722
22723         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
22724         
22725         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
22726
22727 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
22728
22729         * basic.cs: regression tests.
22730
22731         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
22732         regressions.
22733
22734 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22735
22736         * basic.cs: Add a new test.
22737
22738         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
22739         and AOT. Various fixes and optimizations.
22740
22741         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
22742
22743 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
22744
22745         * mini-ppc.c: make sure temp regs are not used for global reg
22746         allocation.
22747
22748 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
22749
22750         * cpu-sparc.md: conv_i8 fix for 64bits
22751
22752         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
22753
22754 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
22755         
22756         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
22757         add opcode for cmp BYTE PTR [eax], imm.
22758
22759         * inssel.brg: Make memcpy and memset takes bases.
22760
22761 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22762
22763         * *-amd64.*: More AMD64 work.
22764         
22765 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22766
22767         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
22768         add a compare-not-equal opcode.
22769         
22770 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
22771
22772         * mini.c: Use mono_init_from_assembly instead of mono_init.
22773         
22774 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
22775
22776         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
22777
22778         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
22779
22780         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
22781
22782         * inssel.brg: 64 bit fixes.
22783
22784         * mini.h (MonoCallInst): Add some AMD64 specific data.
22785
22786         * mini.h: Add some OP_P opcodes.
22787
22788 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
22789
22790         * basic.cs: tests for 61797 and 61740
22791
22792 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
22793
22794         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
22795         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
22796
22797 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
22798
22799         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
22800
22801         * *-amd64*.*: Ongoing AMD64 work.
22802
22803 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
22804
22805         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
22806
22807         * *-amd64*: Ongoing AMD64 work.
22808
22809         * mini-arch.h: Add AMD64 support.
22810
22811         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
22812
22813         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
22814
22815         * mini-ops.h: Add new opcodes.
22816
22817         * Makefile.am: Add AMD64 support.
22818
22819         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
22820         rules into the inssel-long*.brg files.
22821
22822         * *-amd64.*: Add beginnings of AMD64 backend.
22823
22824 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
22825
22826         * mini.c (print_dfn): commenting out the code that prints
22827         the cil. With -O=deadce, this makes -v -v crash.
22828         
22829         * cpu-pentium.md: make checkthis have a length of 2
22830
22831 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
22832
22833         * mini-sparc.h: fix implementations of __builtin
22834         functions for Sun compiler for V9.
22835
22836 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
22837
22838         * mini.c: use the new stelem.ref wrapper
22839         * exceptions.cs, arrays.cs: new stelem.ref tests
22840
22841 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
22842
22843         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
22844         new XSP should work with these changes).
22845
22846 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
22847         
22848         * inssel-{long32,x86,}.brg: trivial optimizations.
22849         
22850 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
22851
22852         * mini.c: load value when emitting box operation in
22853         constrained calls.
22854
22855 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
22856
22857         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
22858         is one byte shorter than cmp DWORD PTR [eax], 0.
22859
22860 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
22861
22862         * inssel-ppc.brg: arguments on the stack are always
22863         relative to the stack pointer (spotted by Neale Ferguson).
22864
22865 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22866
22867         * exceptions-x86.c: delay appending the method name to the trace until
22868         after mono_jit_info_table_find is called, as this gets the real
22869         MonoMethod.
22870
22871 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
22872
22873         * aot.c: register roots
22874
22875 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22876
22877         * aot.c : I could just use PLATFORM_WIN32 flag.
22878
22879 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22880
22881         * aot.c : Reverting the previous fix. This time it broke linux build.
22882
22883 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
22884
22885         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
22886
22887 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
22888
22889         * mini.c (handle_stack_args): Remove some more debugging code.
22890         
22891         * mini.c (handle_stack_args): Remove debug output left in by mistake.
22892
22893         * driver.c mini.h aot.c: Allow additional options to be specified with
22894         --aot and pass them to mono_compile_assembly.
22895
22896         * aot.c: Add experimental code to AOT compile all loaded assemblies
22897         on demand and save the code into a cache in the filesystem.
22898
22899         * aot.c: Add support for more wrapper methods.
22900         
22901         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
22902         58863.
22903
22904         * cpu-*.md: Remove removed opcodes.
22905
22906         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
22907         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
22908         related icalls to marshal.c.
22909
22910 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
22911
22912         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
22913
22914         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
22915
22916         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
22917
22918 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
22919         * liveness.c: If liveness is recomputated we need to reset the information
22920         for each variable. This way, if the liveness range has been narrowed
22921         by optimizations that happened after the last computation, we can return
22922         a smaller range.
22923         
22924         For example, if you have
22925         
22926         {
22927                 int i = 0;
22928                 
22929                 // Tons of code that does not affect i
22930                 
22931                 i = foo ();
22932                 ...
22933         }
22934         
22935         i = 0 is dead code and will be removed by SSA. However, when
22936         linear scan gets to the code, i will still appear to be live
22937         throughout the entire block. This prevents good register allocation.
22938
22939 2004-07-06  Martin Baulig  <martin@ximian.com>
22940
22941         * debug-mini.c (mono_debug_init_method): Allow
22942         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
22943         (mono_debug_add_icall_wrapper): New method.
22944
22945         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
22946
22947 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
22948
22949         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
22950         optimization.
22951
22952 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
22953
22954         * aot.c (mono_aot_load_method): Fix loading of debug info.
22955
22956 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22957
22958         * aot.c: Add logging support.
22959
22960 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22961
22962         * mini.h: Add prototype for mono_print_method_from_ip.
22963
22964         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
22965
22966         * inssel.brg: 64 bit fixes.
22967
22968         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
22969         inssel-long32.brg.
22970
22971         * Makefile.am: Add SPARC64 support.
22972
22973 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22974
22975         * aot.c: Fix alignment problems on 32 bit platforms.
22976
22977 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
22978
22979         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
22980         SPARC64.
22981
22982         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
22983         problems.
22984
22985         * mini.h: Bump AOT file version. Some 64 bit fixes.
22986
22987 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22988
22989         * inssel-sparc.brg: Add new rule to avoid register moves.
22990
22991         * inssel.brg: Add ldind_to_load_membase helper function.
22992
22993 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
22994
22995         * mini.c: OffsetToStringData intrinsic.
22996         
22997 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22998
22999         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
23000
23001         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
23002         regression tests.
23003
23004         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
23005 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23006
23007         * mini.c: reinstated mono_compile_get_interface_var()
23008         on x86, too, since the change breaks the Gtk# build there as well.
23009
23010 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23011
23012         * driver.c: remove loop from the default optimizations: it seems to
23013         interact badly with some of the other options (see bug #60613).
23014
23015 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
23016
23017         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
23018         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
23019
23020 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
23021
23022         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
23023         vararg-using methods.
23024
23025 2004-06-21  Martin Baulig  <martin@ximian.com>
23026
23027         * mini/mini-exceptions.c
23028         (mono_handle_exception): Added `gpointer original_ip' argument.
23029         After calling mono_unhandled_exception(), call
23030         mono_debugger_unhandled_exception() and if that returns true,
23031         restore the context and return.
23032
23033 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
23034
23035         * mini-ppc.c: prefer the use of relative branches so
23036         they won't need to be patched in aot code (patch from Patrick Beard).
23037
23038 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
23039
23040         * aot.c: patch from Patrick Beard to make the output assembly
23041         more correct for the MacOSX assembler. Small tweak to
23042         generate sane images on Linux/PPC, too.
23043
23044 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23045
23046         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
23047         case until bug #59509 is fixed (shows up in #60332).
23048
23049 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23050
23051         * mini.c: make sure the needed wrappers are compiled, too, with
23052         precomp.
23053
23054 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
23055
23056         * driver.c: remove NPTL reference in --version output.
23057
23058 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23059
23060         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
23061         generate valid assembly for the Mach-O assembler.
23062
23063 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
23064
23065         * driver.c: don't include abcrem in the all optimization specifier
23066         since it slows down jit compilation too much for now.
23067
23068 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
23069
23070         * mini.c: use BIGMUL only if both operands have the same signage.
23071         * iltests.il: Test for bug 60056. (errors related to signage in
23072         BIGMUL).
23073
23074         r=lupus.
23075
23076 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
23077
23078         * mini.c, aot.c: memory leak fixes.
23079
23080 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23081
23082         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
23083
23084 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
23085
23086         * Makefile.am: remove the -static hack completely, it links in
23087         statically glib as well.
23088
23089 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
23090
23091         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
23092         * exceptions.cs: make it compile with new mcs/csc.
23093
23094 2004-06-03 Massimiliano Mantione <massi@ximian.com>
23095         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
23096         and added relevant test case.
23097
23098 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
23099
23100         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
23101         regressions in gtk-sharp.
23102
23103 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
23104
23105         * exceptions.cs: New regression tests.
23106
23107         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
23108
23109 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
23110
23111         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
23112
23113 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
23114
23115         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
23116
23117         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
23118
23119 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
23120
23121         * mini.c (mono_jit_runtime_invoke): Init class in this
23122         method instead of trusting mono_jit_compile_method to
23123         do the work (because wrappers can be in object class)
23124
23125 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
23126
23127         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
23128
23129         * basic-long.cs: New regression test.
23130
23131 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
23132
23133         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
23134         and div/rem checks.
23135
23136 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
23137
23138         * Makefile.am: fix miguel's change to build mono statically against
23139         libmono (track build dependencies).
23140
23141 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
23142
23143         * cfold.c: Some glib versions do not have G_MININT32.
23144
23145 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
23146
23147         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
23148         with precision of tan, atan, sin and cos, and implemented related
23149         regressions tests (fixes bug 54467, but one new problem appeared and
23150         is not fixed yet).
23151
23152 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
23153
23154         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
23155
23156         * exceptions.cs: Add test for constant folding && division by zero.
23157
23158         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
23159         since driver.c is in libmono too, so the optimization was useless.
23160
23161         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
23162         variable to driver.c so the compiler can emit more efficient code to
23163         access them.
23164
23165 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23166
23167         * Makefile.am: don't distribute generated inssel.[ch] files.
23168
23169 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
23170
23171         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
23172         into the default appdomain. Fixes #58707.
23173
23174         * jit-icalls.c: Remove the broken approximation for truncl, doing
23175         no conversion is better.
23176
23177         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
23178         Fixes #58863.
23179
23180 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
23181
23182         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
23183         of the mcrxr instruction which is not available on some processors
23184         even if it's documented to be. Implement add and sub overflow correctly
23185         (still not complete for long unsigned). Speed up icalls a bit.
23186
23187 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
23188
23189         * mini.c (mono_jit_compile_method_with_opt): Make sure that
23190         we run .cctor in the current domain instead of target_domain.
23191         
23192         Fixes bug #58558, .cctor not being called in -O=shared.
23193
23194 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23195
23196         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
23197
23198 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
23199
23200         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
23201         which can be done with an imm8, do it that way.
23202         (mono_arch_output_basic_block): ditto for a jmp
23203         (mono_arch_emit_prolog): Computate maximum offset of a label.
23204
23205 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
23206
23207         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
23208         now tries to allocate prefered physical reg's for virtual
23209         regs. This reduces the number of emited spills/loads with
23210         20-30% on our core assemblies.
23211
23212 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23213
23214         * jit-icalls.c: truncl() is not needed and trunc() is
23215         the correct thing to do anyway (bug #58287).
23216
23217 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
23218
23219         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
23220         if available.
23221
23222 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
23223
23224         * driver.c: enable loop optimizations by default.
23225
23226 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
23227
23228         * mini-x86.c: fix calc of max loop size when aligning loops start.
23229
23230 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
23231
23232         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
23233         the stack.
23234
23235 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
23236
23237         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
23238         should set carry.
23239
23240         * basic-long.cs: Add tests for add/subtract of immediates with carry.
23241
23242         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
23243         
23244         * mini.c (inline_method): Allways inline some wrappers even if the cost
23245         is too large. Fixes #58785.
23246
23247         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
23248         
23249 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
23250
23251         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
23252         (crichton@gimp.org). Beginning of support for sparc/linux.
23253
23254         * mini-sparc.c: Optimize retrieval of LMF address.
23255
23256 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
23257
23258         * exceptions-ppc.c:  handle alloca in methods with clauses.
23259
23260 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
23261
23262         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
23263
23264 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
23265
23266         * mini.c: Delegate most of the abort signal work to 
23267           mono_thread_request_interruption, which also handles Stop and Suspend
23268           states.
23269
23270 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
23271
23272         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
23273         supports the save/restore lmf opcodes.
23274
23275 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
23276
23277         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
23278         by gcc-3.4 as well.
23279
23280         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
23281
23282 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
23283
23284         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
23285         methods which contain array accesses.
23286
23287         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
23288         boundaries. Fixes #58537.
23289
23290         * iltests.il: Add regression test for #58537.
23291
23292 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
23293
23294         * mini-x86.c (mono_arch_local_regalloc): Last part of
23295         fix for bug #58633 (releasing register to early).
23296
23297 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
23298
23299         * basic-long.cs: Add new regression test.
23300
23301 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
23302
23303         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
23304         register too early on the chain.
23305
23306 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
23307
23308         * mini.c (create_helper_signature): Use a helper function to reduce
23309         the code which needs to be written. Also set the calling convention of
23310         icalls on windows. Fixes #57840.
23311
23312 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
23313
23314         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
23315         exceptions-ppc.c: added helper function to get the instruction address
23316         from a signal handler context.
23317
23318 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23319
23320         * helpers.c: use g_get_tmp_dir. Invokes happyness 
23321         from gonzalo.
23322
23323 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23324
23325         * helpers.c: Add new env variable to pass args to objdump.
23326         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
23327
23328 2004-05-17  Radek Doulik  <rodo@ximian.com>
23329
23330         * Makefile.am (common_sources): added abcremoval.h so it get
23331         disted and daily mono packages on go-mono.com will build again
23332
23333 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
23334
23335         * abcremoval.c: Fixed coding style, added copyright header.
23336
23337         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
23338
23339         * mini.h: Added prototype for abc removal main function.
23340
23341         * build_relations_propagation_table.pl: Added copyright header.
23342
23343 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
23344
23345         * basic-long.cs: reg test for complex ceq_long bug.
23346
23347 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
23348
23349         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
23350         reg in long and clob case (bug #58343). Fixed/added comments.
23351
23352 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
23353
23354         * mini.c (mono_jit_runtime_invoke): Follow new convention
23355         of calling the invoke method with an function pointer.
23356
23357 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
23358
23359         * ChangeLog: Fix author of memory leak patch.
23360
23361 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
23362
23363         * Makefile.am: fix make dist as well...
23364
23365
23366 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
23367
23368         * cfold.c: Made so that conversions from pointer to int4 are no-ops
23369         on archs where pointers are 4 bytes long.
23370
23371         * Makefile.am: Added abcremoval.c source file.
23372
23373         * abcremoval.c: Added abcremoval.c.
23374
23375         * abcremoval.h: Added abcremoval.h.
23376
23377         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
23378
23379         * inssel.brg: Enabled bounds check removal.
23380
23381         * mini.c: Added support for abcrem optimization.
23382
23383         * mini.h: Added abcrem optimization label.
23384
23385         * driver.c: Added support for abcrem optimization.
23386
23387         * propagated_relations_table.def: Added propagated_relations_table.def.
23388
23389 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
23390
23391         * mini.c, cfold.c: fix style.
23392
23393 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23394
23395         * mini.c: handle issue with the low-level implementation of
23396         some long opcodes (bug #54209).
23397
23398 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
23399
23400         * basic.cs: test for my new cmov stuff.
23401
23402 2004-05-13      Patrik Torstensson
23403
23404         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
23405         opt and added peephole documentation.
23406
23407 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
23408
23409         * tramp-ppc.c: rewrote the generic trampoline code.
23410
23411 2004-05-11      Patrik Torstensson
23412
23413         * mini-x86.c: optimize long shl/shr asm code (one less branch)
23414
23415 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
23416
23417         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
23418
23419         * mini.h mini.c dominators.c: Applied patch from Derek Woo
23420         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
23421
23422         * mini.c: Add new icalls for AsAny marshalling.
23423
23424 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
23425
23426         * tramp-ppc.c, mini-ppc.c: more cleanups.
23427
23428 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23429
23430         * mini.c: no warnings.
23431
23432 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23433
23434         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
23435
23436 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
23437
23438         * mini.c: In the thread abort signal handler, if the thread is in the
23439         process of being stoped, don't throw the Abort exception, just stop the
23440         thread.
23441
23442 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
23443
23444         * tramp-ppc.c: removed old code.
23445
23446 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23447
23448         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
23449         do some simple speed optimizations on ppc.
23450
23451 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
23452
23453         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
23454         and large offsets in load/store.
23455
23456 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23457
23458         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
23459         it causes regressions.
23460
23461 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
23462
23463         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
23464         support.
23465
23466 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23467
23468         * jit-icalls.c: remove warnings.
23469         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
23470         speedups for unsafe code.
23471
23472 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
23473
23474         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
23475
23476 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
23477
23478         * basic-calls.cs: Add new regression test.
23479
23480         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
23481         more portable.
23482
23483         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
23484
23485         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
23486         is no longer used.
23487
23488 2004-05-06      Patrik Torstensson
23489
23490         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
23491         long reg allocation in any reg (not only eax:edx) and implemented 
23492         long shl/shr ops in asm instead of helpers.
23493
23494 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
23495
23496         * mini-sparc.h: Fix warnings.
23497
23498         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
23499         stack.
23500
23501         * mini-exceptions.c (mono_handle_exception): Call the filter in a
23502         separate statement for clarity.
23503
23504         * mini-sparc.c: Update status.
23505
23506 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
23507
23508         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
23509         here.
23510
23511 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23512
23513         * inssel-ppc.brg: another small pre-release workaround:
23514         we don't do overflow detection for long_sub_un.
23515
23516 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23517
23518         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
23519         (also works around a weird ppc bug: 57957).
23520
23521 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
23522
23523         * tramp-ppc.c: trampoline fixes.
23524
23525 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
23526
23527         * mini-ppc.c: fixed typos.
23528
23529 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23530
23531         * mini-ppc.c, exceptions-ppc.c: more code saves registers
23532         at the top of the stack. Fixed typos. Use a frame registers
23533         for all the methods with exception clauses.
23534
23535 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23536
23537         * exceptions-ppc.c: restore fp registers.
23538
23539 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
23540
23541         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
23542         order from the stack top (moved the stack room to save the
23543         return value for trace after the param area). Fixed corruption
23544         in restoring registers on unwind.
23545
23546 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23547
23548         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
23549
23550 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23551
23552         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
23553         and prolog/epilog for methods that use it. Allow
23554         enough param area room for varargs methods. Fix miguel's
23555         breakage in exception handling.
23556
23557 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
23558
23559         * Makefile.am: run genmdesc only on current arch.
23560
23561 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23562
23563         * exceptions-x86.c:
23564         * mini-x86.h: fix the build on windows.
23565
23566 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
23567
23568         * 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.
23569
23570         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
23571
23572         * mini-exceptions.c: New file.
23573         
23574         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
23575         Move some parts of the x86 exception handling code to an 
23576         arch-independent file so it can be shared with other ports.
23577
23578 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
23579
23580         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
23581
23582 2004-04-26  David Waite  <mass@akuma.org>
23583
23584         * driver.c: remove comma from end of enumeration declaration
23585
23586 2004-04-26  Jackson Harper  <jackson@ximian.com>
23587
23588         * driver.c: parse config file before loading first assembly. This
23589         allows the user gac to be enabled/disabled. 
23590         
23591 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
23592
23593         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
23594         simpler mechanism: we do not care what is encoded initially
23595         (branch absolute or relative), we care about the code and its
23596         target.  I kept the old code for reference for now.
23597
23598         The new code tries first to determine if the jump is anywhere in
23599         the -/+32 absolute meg range, if it succeeds, it encodes using the
23600         absolute branch;  If not, it tried to find something in the
23601         relative range, if not, it uses the handle_thunk code. 
23602
23603 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
23604
23605         * exceptions-ppc.c: use the correct ip register on macosx.
23606
23607 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
23608
23609         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
23610
23611 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
23612
23613         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
23614         Raise exception on integer divide by zero by hand since the hw
23615         doesn't support it. Handle NaNs in FP compares.
23616
23617 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
23618
23619         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
23620         code reducing duplication between the platforms and enabled
23621         signal exception handling (on linux for now).
23622
23623 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
23624
23625         * exceptions-ppc.c: more macosx support.
23626
23627 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
23628
23629         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
23630
23631 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23632
23633         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
23634
23635 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
23636
23637         * iltests.il: more tests.
23638
23639 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23640
23641         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
23642         vars as well.
23643
23644 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
23645
23646         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
23647
23648 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
23649
23650         * liveness.c: Mark variables as volatile in all basic blocks reachable
23651         from exception clauses.
23652
23653 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
23654
23655         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
23656         inlining.
23657
23658 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23659
23660         * iltests.il, basic.cs: more tests for regalloc.
23661
23662 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23663
23664         * iltests.il: Some tests for register allocation modifications
23665         I have locally.
23666
23667 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
23668
23669         * exceptions.cs: Add regression test for bug #56782.
23670
23671         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
23672         original stack trace if an exception is rethrown. Fixes #56782. Oh,
23673         the beauty of fixing the same thing in 5 different files...
23674
23675 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
23676
23677         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
23678         methods.
23679
23680 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
23681
23682         * mini.c: Add support for STRWLPARRAY marshalling convention.
23683
23684 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
23685
23686         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
23687         to init the context to setup the regs pointer).
23688
23689 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
23690
23691         * exceptions-ppc.c: more exceptions work.
23692
23693 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23694
23695         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
23696         not allowed.
23697
23698 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23699
23700         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
23701         can use the memory directly.
23702
23703         * cpu-pentium.md: Update documentation from a post from Zoltan. 
23704
23705         add x86_add_membase, x86_sub_membase, x86_mul_membase
23706
23707 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
23708
23709         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
23710         GENERAL_REGS they were also hardcoded for all PPC ports.
23711
23712         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
23713
23714         Remove hard-coded limit for floating point registers, use
23715         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
23716
23717         Notice that in MacOS X calling conventions you can fit a lot more
23718         floating point values in registers, so I should update the PInvoke
23719         test to excercise the passing of floating point values on the
23720         stack (currently broken).
23721         
23722 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
23723
23724         * tramp-ppc.c (create_trampoline_code): Added
23725         JUMP_TRAMPOLINE_SIZE. 
23726         (ppc_magic_trampoline): Follow the pattern from
23727         x86_magic_trampoline: if code is set to zero, return. 
23728         (create_trampoline_code): Always pass MonoMethod to the jump
23729         trampoline, before it was passing a null.
23730         (mono_arch_create_jump_trampoline): Implement the jump stub, could
23731         share the code with mono_arch_create_jit_trampoline. 
23732
23733         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
23734         implemented.
23735         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
23736         implemented.  
23737
23738         * cpu-g4.md: Added length for jmp instruction, the worst case
23739         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
23740         for save_lmf).
23741
23742 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
23743
23744         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
23745
23746 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
23747
23748         * mini.c: Only set bblock->real_offset when adding a new bblock, and
23749         before each IL instruction.
23750
23751         * mini.c (CEE_BOX): Fix warnings.
23752
23753 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23754
23755         * mini.c: removed a few unused vars and extra whitespace.
23756
23757 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
23758
23759         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
23760         checks.
23761         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
23762         index.
23763         (OP_GETCHR): use the above
23764         (CEE_LDELEMA): use the above.
23765
23766         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
23767         version of the generic impl.
23768         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
23769         (CEE_LDELEMA): use the above.
23770
23771 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23772
23773         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
23774         Fixes #56317.
23775
23776         * iltests.il: Added new regression test for #56317.
23777
23778 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
23779
23780         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
23781         under NetBSD. Fixes #56450.
23782
23783         * liveness.c (update_gen_kill_set): Fix previous patch.
23784
23785 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23786
23787         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
23788
23789 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
23790
23791         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
23792         ldsfld and ldsflda.
23793
23794         * inssel-sparc.brg: Add more optimizations.
23795
23796         * mini-sparc.c: Replace multiply/divide with shifts if possible.
23797
23798 2004-04-01  Martin Baulig  <martin@ximian.com>
23799
23800         * mini.c (handle_box): New static function; moved the
23801         implementation of CEE_BOX here.
23802         (mono_method_to_ir): Added `constrained_call' variable.
23803         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
23804         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
23805         mono_method_get_constrained() to get the method.
23806
23807 2004-04-01  Martin Baulig  <martin@ximian.com>
23808
23809         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
23810         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
23811         (mono_method_to_ir): We don't need these macros anymore since
23812         mono_class_get_full() already takes care of it. 
23813
23814 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23815
23816         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
23817         use @function (as doesn't accept #function here) and check the return
23818         value of system and stop if fails.
23819
23820 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23821
23822         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
23823
23824 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
23825
23826         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
23827
23828         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
23829
23830         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
23831         #56223.
23832
23833         * basic-long.cs: Add test for negation of Int64.MinValue.
23834
23835 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
23836
23837         * mini-sparc.c: Update status.
23838
23839         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
23840
23841         * exceptions-sparc.c: Fix return value in filters.
23842
23843         * inssel-sparc.brg: Fix register allocation in some rules.
23844
23845 2004-03-28  Martin Baulig  <martin@ximian.com>
23846
23847         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
23848         if neccessary.  
23849
23850 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
23851
23852         * mini-x86.c (mono_arch_patch_code): Fix warnings.
23853         
23854         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
23855         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
23856         remove unused conv_u4 opcode.
23857
23858         * mini-x86.c: Remove valgrind workaround since it slows down things
23859         even when mono is not run under valgrind.
23860
23861 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
23862
23863         * mini-sparc.c: Update status.
23864
23865         * inssel-sparc.brg: Add some optimizations.
23866
23867         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
23868         future delay slot filling. Add support for varargs, tail calls and JMP.
23869
23870         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
23871         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
23872
23873         * inssel.brg: Fix register allocation in OP_ARGLIST.
23874
23875         * inssel.brg: Fix warnings.
23876
23877 2004-03-25  Martin Baulig  <martin@ximian.com>
23878
23879         * mini.c (inflate_generic_field): Removed.
23880         (mini_get_method): Removed, use mono_get_method_full(),
23881         (mini_get_class): Removed, use mono_class_get_full().
23882         (mono_method_to_ir): Pass our generic context to
23883         mono_field_from_token().        
23884
23885 2004-03-25  Martin Baulig  <martin@ximian.com>
23886
23887         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
23888         of a `MonoMethod *'.
23889         (mini_get_method): Take a `MonoGenericContext *' instead
23890         of a `MonoMethod *'.
23891         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
23892         a new local variable called `generic_context' which holds the
23893         current `MonoGenericContext *'; use it to lookup things.
23894
23895 2004-03-24  Martin Baulig  <martin@ximian.com>
23896
23897         * mini.c (mini_get_class): New static method; if we're inside a
23898         generic instance, inflate the class if neccessary.
23899         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
23900
23901 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
23902
23903         * iltests.il: New regression test for #55976.
23904
23905         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
23906         #55976.
23907
23908 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23909
23910         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
23911         output.
23912
23913 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
23914
23915         * liveness.c: Consider SSA stores as well as loads when making vars
23916         volatile.
23917
23918         * exceptions.cs: New regression tests for register allocation.
23919         
23920 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
23921
23922         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
23923         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
23924           domain lock only to protect puntual access to data structures.
23925           Added access lock for sighash, jit_icall_hash_name, 
23926           jit_icall_hash_addr and domain->code_mp.
23927
23928 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
23929
23930         * driver.c: Print SIGSEGV handling method.
23931
23932         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
23933
23934         * mini.c (setup_jit_tls_data): Handle case when this is called
23935         multiple times for a thread.
23936
23937         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
23938         is different from fbxx_un. Fixes #54303. Also use constants instead of
23939         magic numbers in a lot of places.
23940
23941 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
23942
23943         * exceptions.cs: Fix cctor test when --regression is used.
23944
23945 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
23946
23947         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
23948         for Linux/ppc.
23949
23950 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
23951
23952         * inssel-ppc.brg: fixed register assignments for some rules.
23953
23954 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23955
23956         * exceptions.cs: Add test for exceptions in static constructors.
23957
23958         * mini.c (mono_jit_compile_method_with_out): Move the calling of
23959         static constructors outside the domain lock. Fixes #55720.
23960
23961 2004-03-17  Martin Baulig  <martin@ximian.com>
23962
23963         * mini.c (get_generic_field_inst): Removed, this'll never happen.
23964         (inflate_generic_field): Take the `MonoMethod *' instead of the
23965         `MonoClass *' and added support for generic method.
23966         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
23967         have a `field->parent->gen_params', only inflate the field if it's
23968         an open constructed type.
23969
23970 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
23971
23972         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
23973         exception object instead of the preconstructed ones.
23974
23975 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23976
23977         * mini.c: reverted changed to sigsegv_signal_handler commited
23978         accidentally in the previous patch.
23979
23980 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23981
23982         * mini.c:
23983         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
23984         running --aot with an old assembly.
23985
23986 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
23987
23988         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
23989         point values.
23990
23991         * mini-sparc.c: Add support for v9 branches with prediction.
23992
23993 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
23994
23995         * mini.c (mini_init): #warning is GNUC only
23996
23997         * mini-sparc.h: implement __builtin_frame_address
23998         and __builtin_return_address for Sun C compiler
23999
24000 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
24001
24002         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
24003
24004 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
24005
24006         * basic-calls.cs: Add test for unaligned byref long argument passing.
24007
24008         * mini-ops.h: Add sparcv9 compare and branch instructions.
24009
24010         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
24011         v9 instructions if we have a v9 cpu.
24012
24013         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
24014         registers for global allocation.
24015
24016         * exceptions-sparc.c: Fixes.
24017         
24018 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
24019
24020         * liveness.c (mono_analyze_liveness): Optimized version.
24021
24022         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
24023
24024         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
24025         sparc work.
24026
24027         * basic-float.cs basic-calls.cs: New regression tests.
24028
24029 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
24030
24031         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
24032         sigaltstack implementation.
24033
24034         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
24035         
24036         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
24037         stuff if SIGSEGV_ON_ALTSTACK is not defined.
24038
24039 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
24040
24041         * mini.c: Fix warnings.
24042         
24043         * mini.c (mono_resolve_patch_target): New function which contains the
24044         arch independent part of the patching process.
24045
24046         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
24047         patching code to a separate function.
24048
24049 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
24050
24051         * mini.c (add_signal_handler): ifdef out on Windows
24052
24053 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
24054
24055         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
24056         cpu-sparc.md: Add exception handling support + other fixes.
24057
24058         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
24059         typed GC detection in --version.
24060
24061         * basic.cs exceptions.cs: New regression tests.
24062
24063         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
24064         the arch specific code can store data during a compilation.
24065
24066         * mini-ops.h: Add OP_SETFRET.
24067
24068         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
24069         function, register a separate icall for each arity, so the icalls can
24070         get a wrapper.
24071         
24072         * mini.c (mono_print_tree): Print negative offsets in a more readable
24073         form.
24074         
24075         * mini.c: Make signal handling work on sparc.
24076         
24077         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
24078
24079         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
24080
24081         * jit-icalls.c: Emulate truncl by aintl on solaris.
24082
24083         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
24084
24085 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
24086
24087         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
24088
24089 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
24090
24091         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
24092         a MarshalByRef type, inline a method that performs the check, taking into
24093         account that the object can be a proxy. Also implemented tow new opcodes:
24094         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
24095         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
24096         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
24097
24098 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
24099
24100         * mini-ppc.c: if a relative branch displacement is too big
24101         but it points to and area reachable with an absolute branch, 
24102         avoid the thunks.
24103
24104 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
24105
24106         * mini.c: optimize small copies in cpblk.
24107
24108 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
24109
24110         * basic-calls.cs basic-float.cs: New regression tests.
24111
24112         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
24113         negative offsets from %fp. Implement localloc. Fix local register 
24114         allocation. Fix the case when the this argument needs to be saved to
24115         the stack. Implement some missing opcodes.
24116
24117 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
24118
24119         * mini.c (mini_method_compile): Reenable global regalloc in methods
24120         with exception handlers.
24121
24122         * linear-scan.c (mono_varlist_sort): Fix warning.
24123
24124         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
24125
24126         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
24127         regalloc costs.
24128
24129         * liveness.c: Make all variables uses in exception clauses volatile, to
24130         prevent them from being allocated to registers. Fixes #42136.
24131
24132 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
24133
24134         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
24135         causes regressions.
24136
24137         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
24138         argument to mono_arch_regalloc_cost.
24139
24140         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
24141         precisely.
24142
24143 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
24144
24145         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
24146         Make the cost of allocating a variable to a register arch dependent.
24147
24148         * basic-calls.cs: Fix compilation of tests.
24149         
24150         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
24151         helper function to cut back on the number of #ifdefs needed.
24152
24153         * mini-ppc.c: Fix compilation.
24154
24155         * basic-calls.cs: New regression tests.
24156
24157         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
24158
24159         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
24160         of l0 since that is callee saved.
24161
24162         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
24163         to virtual calls.
24164
24165         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
24166         of delay instruction.
24167
24168         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
24169
24170         * mini.h (MonoCallInst): Add 'virtual' flag.
24171
24172         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
24173
24174 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
24175
24176         * *.cs: New regression tests.
24177
24178         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
24179         work.
24180
24181         * mini.c (mono_runtime_install_handlers): Fix build.
24182
24183         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
24184         'signal_stack_size' members.
24185
24186         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
24187         alternate signal stack.
24188
24189         * exceptions-x86.c: Add stack overflow handling.
24190
24191         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
24192         functions to arch independent code.
24193
24194         * mini.c (mono_print_tree): Print more detailed info for load_membase
24195         opcodes.
24196         
24197 2004-02-23  Martin Baulig  <martin@ximian.com>
24198
24199         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
24200
24201 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
24202
24203         * mini-x86.c: fixed reg allocation for div/rem.
24204
24205 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
24206
24207         * driver.c (mono_main): Report some configuratio options on --version.
24208
24209 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
24210
24211         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
24212         low in the address space. Correctly flush memory in thunks where we
24213         output native code.
24214
24215 2004-02-20  Martin Baulig  <martin@ximian.com>
24216
24217         * mini.c (mini_get_method): New static method; inflate all generic
24218         methods and methods in open generic instances.
24219         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
24220         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
24221
24222 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
24223
24224         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
24225
24226         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
24227
24228 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
24229
24230         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
24231
24232         * mini-sparc.c (flushi mono_arch_output_basic_block): make
24233         it compile using Sun's compiler.
24234
24235 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
24236
24237         * 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.
24238
24239         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
24240
24241 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
24242
24243         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
24244         code.
24245         * mini-ppc.c: handle calls outside of the allowed range with thunks
24246         allocated using the code manager.
24247         * tramp-ppc.c: use the code manager to hold generated native code.
24248         Fixed the magic trampoline to just patch vtable entries.
24249
24250 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
24251
24252         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
24253         independent file.
24254
24255 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
24256
24257         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
24258         PPC.
24259
24260         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
24261         if we have a working __thread implementation.
24262
24263         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
24264         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
24265
24266 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
24267
24268         * mini-x86.c: Fix compilation under gcc 2.
24269         
24270 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
24271
24272         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
24273         contains a call to the wrapped function.
24274
24275         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
24276         OP_<CALL>_IMM opcodes, and use them under X86.
24277         
24278         * mini.c (mono_jit_find_compiled_method): Fix warning.
24279
24280         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
24281
24282         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
24283
24284         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
24285         functionality to mini.c.
24286
24287         * mini.c (mono_create_jump_trampoline): New function to create a jump
24288         trampoline. Return a compiled method instead of a trampoline if it
24289         exists. Add a cache for jump trampolines.
24290
24291         * mini.c (mono_jit_find_compiled_method): New function to return a
24292         compiled method if it exists.
24293
24294         * mini-x86.c: Call mono_create_jump_trampoline instead of 
24295         mono_arch_create_jit_trampoline.
24296
24297         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
24298         a jump trampoline. Fixes #52092.
24299         
24300 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
24301
24302         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
24303         which is not up-to-date. Add check_corlib_version () instead.
24304
24305         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
24306         have to call it.
24307         
24308         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
24309         since newer valgrind versions do not need it.
24310
24311         * mini.c (mono_jit_compile_method_with_opt): New helper function to
24312         compile a method with a given set of optimizations.
24313
24314         * mini.c: Compile icall wrappers on-demand instead of at startup.
24315
24316         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
24317         wrapper for an icall.
24318
24319 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
24320
24321         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
24322         #54063.
24323
24324         * iltests.il: Add test for non-empty stack before switch instruction.
24325
24326 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
24327
24328         * mini.c: Add support for new stringbuilder marshalling conventions.
24329
24330         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
24331
24332 2004-02-01  Martin Baulig  <martin@ximian.com>
24333
24334         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
24335         in `ginst->mtype_argv'.
24336
24337 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
24338
24339         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
24340         facilitate grepping.
24341
24342 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
24343
24344         * mini.c: fixed buglet in initobj generic implementation for references.
24345
24346 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
24347
24348         * Makefile.am: make the version script conditional.
24349         * jit-icalls.c: handle missing truncl().
24350
24351 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
24352
24353         * exceptions.cs: Add more tests for double->int conversion.
24354
24355         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
24356         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
24357
24358 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
24359
24360         * driver.c: make --verbose --version emit an error
24361         if the loaded corlib doesn't match the runtime version.
24362
24363 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24364
24365         * mini-ppc.h: export ppc_patch().
24366         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
24367         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
24368         on par or better than on MacOSX.
24369
24370 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
24371
24372         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
24373         mono_lookup_pinvoke_call.
24374
24375         * mini-x86.c: Under windows, the default pinvoke calling convention is
24376         stdcall. Fixes #52834.
24377
24378         * mini.c (optimize_branches): Add an upper bound to the number of
24379         iterations to prevent infinite loops on strange loops. Fixes #53003.
24380
24381 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
24382
24383         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
24384         and ISINST. Fixes #52093.
24385
24386         * objects.cs (test_0_vector_array_cast): New tests.
24387         
24388 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
24389
24390         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
24391         checking in Array.Set ().
24392
24393         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
24394         #52590.
24395
24396         * object.cs (test_0_multi_array_cast): New regression test.
24397
24398 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
24399
24400         * exceptions-ppc.c: fix build on Linux/PPC.
24401
24402 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
24403
24404         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
24405         running under valgrind.
24406         (x86_magic_trampoline): Fix build bustage.
24407
24408         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
24409         negative values as well. This is needed for the encoding of the line number
24410         info, since sometimes the line numbers are not in increasing order.
24411
24412 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
24413
24414         * cpu-pentium.md (localloc): Increase the size of the localloc 
24415         instruction since it is a loop under Win32.
24416
24417         * debug-mini.c (record_line_number): Get rid of unneccesary memory
24418         allocation.
24419
24420 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
24421
24422         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
24423         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
24424         Max Horn (max@quendi.de). Fix file names in comments.
24425
24426 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
24427
24428         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
24429         avoid stack overflow.
24430         (replace_usage): Avoid uninitialized variable warnings.
24431
24432         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
24433         and taking the address of valuetype variables.
24434
24435 2004-01-03  Patrik Torstensson
24436
24437         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
24438         for other purposes than FP later on.
24439
24440 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
24441
24442         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
24443         of tail calls.
24444
24445 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
24446
24447         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
24448
24449 2003-12-30  Patrik Torstensson <p@rxc.se>
24450
24451         * mini-x86.h: Decreased number of availiable fp regs.
24452         Solves corner cases with FP spilling.
24453
24454 2003-12-23  Patrik Torstensson <p@rxc.se>
24455
24456         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
24457         for floating point stack tracking / spilling on x86. 
24458         Fixes bug #49012.
24459         
24460         * basic-float.cs: added float mul overflow test.
24461
24462 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
24463
24464         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
24465
24466 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24467
24468         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
24469         supports for cond branches that overflow the immediate
24470         overflow offset. mcs can compile simple programs.
24471
24472 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
24473
24474         * exceptions-ppc.c: exception handling support wip:
24475         finally handlers get run on exception.
24476
24477 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
24478
24479         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
24480         profiling.
24481
24482 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24483
24484         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
24485         initial support for stack walking and unwinding.
24486
24487 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
24488
24489         * driver.c (mono_main): Make corlib-out-of-sync message more 
24490         descriptive. Also remove verify_corlib call.
24491
24492 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24493
24494         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
24495         not overlap with other call's arguments, too.
24496
24497 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
24498
24499         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
24500         move to arch-specific code the choice of arch-specific
24501         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
24502         * mini.c: ensure emulation calls will not interleave
24503         with other calls.
24504
24505 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
24506
24507         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
24508         the magic trampoline stack frame is dropped before executing
24509         the new method.
24510
24511 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
24512
24513         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
24514         and integer to fp conversions. Added support for overflowing
24515         arguments on the stack. Reserve a couple more registers as temps.
24516         Added support for aot compilation (as output still needs to be
24517         tweaked, though).
24518
24519 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24520
24521         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
24522         Don't overwrite return register in some corner cases.
24523
24524 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
24525
24526         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
24527         static constructors when AOT compiling.
24528
24529         * driver.c (mono_main): Call mono_check_corlib_version.
24530
24531 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24532
24533         * cpu-g4.md, basic.cs: fixed div target register.
24534
24535 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
24536
24537         * mini-ppc.c, basic.cs: shl_imm fix with test.
24538
24539 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24540
24541         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
24542         structures by value. Misc fixes.
24543         * objects.cs: more tests.
24544
24545 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
24546
24547         * mini-ppc.c: lconv.ovf.i implemented.
24548
24549 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24550
24551         * mini.c:
24552         (mini_init): don't error out if someone already called g_thread_init.
24553
24554 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
24555
24556         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
24557         to be any type per the spec. Fix abnormal memory usage when
24558         the same object is repeatedly thrown.
24559
24560 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
24561
24562         * mini.c: check for overruns in IL code.
24563
24564 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
24565
24566         * TODO: Add/remove some todo entries.
24567
24568 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
24569
24570         * driver.c (mono_main): Call mono_verify_corlib.
24571
24572 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
24573
24574         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
24575         This has been moved to mini.c
24576         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
24577         type being casted is marshalbyref it could be a proxy, so instead of
24578         emitting the type check code, emit a call to a runtime method that will
24579         perform the check by calling CanCastTo if needed.
24580
24581 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
24582
24583         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
24584         methods with large stack frames under Win32.
24585
24586 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
24587
24588         * Makefile.am: Distribute regression tests.
24589
24590         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
24591         at the end instead of inserting each variable into the sorted list.
24592
24593         * linear-scan.c (mono_varlist_sort): New helper function.
24594         
24595 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
24596
24597         * mini.c: ensure arguments and locals are within bounds.
24598
24599 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
24600
24601         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
24602         related fixes.
24603
24604 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24605
24606         * mini.c (mono_cprop_copy_values): Fix crash.
24607
24608         * aot.c: Set verbosity back to 0.
24609         
24610 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24611
24612         * regalloc.c: complete memory leak fix by Laurent Morichetti
24613         (l_m@pacbell.net).
24614
24615 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24616
24617         * driver.c (main_thread_handler): Revert the previous patch.
24618
24619         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
24620         under valgrind.
24621
24622         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
24623         memory from the memory pool.
24624
24625         * driver.c (main_thread_handler): Turn on all optimizations when
24626         --aot is used.
24627
24628         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
24629         an array for better performance.
24630
24631         * regalloc.c (mono_regstate_assign): Fix memory leak.
24632
24633         * debug-mini.c (mono_debug_serialize_debug_info): New function to
24634         serialize the debug info.
24635
24636         * debug-mini.c (mono_debug_add_aot_method): New function to load the
24637         debug info from the serialized representation.
24638
24639         * aot.c: Save debug info into the generated file and load it when 
24640         loading a method.
24641
24642         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
24643
24644 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24645
24646         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
24647         More FP-related fixes.
24648
24649 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
24650
24651         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
24652         and register allocation buglet. Hello world now runs.
24653
24654 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
24655
24656         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
24657         * tramp-ppc.c: fixed class init trampoline.
24658         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
24659
24660 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24661
24662         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
24663         mini.c: more ppc changes/fixes.
24664
24665 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24666
24667         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
24668         Also optimize the case when the arguments are the same in the caller 
24669         and in the callee.
24670
24671         * iltests.il: Add tests for tail calls with valuetype arguments.
24672
24673 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24674
24675         * mini-ppc.c: fixes for struct return type.
24676
24677 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
24678
24679         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
24680         mono_spillvar_offset() to arch-specific code.
24681
24682 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
24683
24684         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
24685
24686 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
24687
24688         * exceptions-x86.c: Fix stack space leaks.
24689         
24690         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
24691         registers from the lmf if the method has save_lmf set.
24692
24693 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
24694
24695         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
24696         of icall wrappers into InvokeInDomain, since these are now per-domain.
24697
24698 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
24699
24700         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
24701         make some opcode emulation and intrinsic ops enabled/disabled 
24702         according to the architecture. More fixes.
24703
24704 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
24705
24706         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
24707
24708 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
24709
24710         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
24711         arch-specific handling for 'this' and struct return type to
24712         arch-specific code.
24713
24714 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24715
24716         * aot.c: prevent divide by zero error when reporting (it happened with
24717         Accessibility.dll).
24718
24719 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
24720
24721         * mini.h (inst_switch): Remove unused macro.
24722
24723 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24724
24725         * aot.c:
24726         (load_aot_module): free 'info->methods' and 'info' properly. No more
24727         "free(): invalid pointer blah" messages when you have an old aot
24728         compiled assembly.
24729
24730 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
24731
24732         * jit-icalls.c, mini.c: Added support for context static fields.
24733
24734 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24735
24736         * mini.c (mono_method_blittable): Methods which set LastError are not 
24737         blittable either. Fixes #51108.
24738         
24739 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
24740
24741         * mini.c: flush icache.
24742         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
24743
24744 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24745
24746         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
24747
24748 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
24749
24750         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
24751         safe on IA32.
24752
24753         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
24754         vararg calls.
24755
24756         * inssel.brg (CEE_MKREFANY): Fix AOT case.
24757
24758 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
24759
24760         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
24761         instruction when the result is discarded.
24762
24763         * iltests.il (test_0_div_regalloc): New regression test.
24764
24765         * arrays.cs: Fix compilation error.
24766
24767 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
24768
24769         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
24770         float rules to inssel-x86.brg: sane architectures with FP registers
24771         don't need to implement these rules.
24772
24773 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
24774
24775         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
24776
24777 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
24778
24779         * mini.h, inssel-long32.brg: fixed endianess issues in int64
24780         implementation of 32 bit systems.
24781
24782 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
24783
24784         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
24785         (Jeroen Zwartepoorte).
24786
24787 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24788
24789         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
24790         the caller and the callee matches.
24791         
24792         * mini.c (mono_method_to_ir): Add comment.
24793
24794         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
24795         signbit is missing on some platforms.
24796
24797 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
24798
24799         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
24800
24801         * mini.c (setup_jit_tls_data): Call the new function.
24802         
24803         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
24804
24805         * mini-x86.c: Add experimental support for fast access to the lmf
24806         structure under NPTL/Linux 2.6.x.
24807
24808 2003-11-06  Martin Baulig  <martin@ximian.com>
24809
24810         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
24811         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
24812         the debugger.
24813
24814 2003-11-02  Martin Baulig  <martin@ximian.com>
24815
24816         * mini.c (inflate_generic_field): New static method.
24817         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
24818         generic instance and the field is declared in a generic type, call
24819         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
24820
24821 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
24822
24823         * mini.h mini.c (mono_method_same_domain): New function to return
24824         whenever the caller and the callee are in the same domain.
24825
24826         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
24827
24828 2003-10-30  Martin Baulig  <martin@ximian.com>
24829
24830         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
24831         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
24832         method parameters.
24833         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
24834         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
24835
24836 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
24837
24838         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
24839         propagation.
24840
24841         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
24842         object here, so it is in the correct appdomain etc.
24843
24844 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
24845
24846         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
24847         already done.
24848         (mono_method_to_ir): Avoid freeing the type created returned from
24849         mono_type_create_from_typespec, since it is put into an internal cache
24850         by the function. Fixes pointer.exe.
24851
24852         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
24853         trampolines for icalls and pinvokes as well. Fixes #33569.
24854
24855 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
24856
24857         * mini.c: Update after appdomain changes.
24858
24859         * mini.c (mono_jit_compile_method_inner): Allways compile native
24860         method wrappers in the root domain, since there can only be one
24861         instance of them, whose address is stored in method->info.
24862
24863 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
24864
24865         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
24866         environment variable. Instead detect automatically whenever running
24867         under valgrind using the magic macro RUNNING_ON_VALGRIND from
24868         valgrind.h.
24869
24870 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
24871
24872         * trace.c, trace.h: New files that implement the new trace option
24873         parsing. 
24874
24875         * driver.c: Document new --trace options.
24876
24877         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
24878         mini-x86.c: Apply:
24879
24880         -       if (mono_jit_trace_calls)
24881         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
24882
24883         * mini.h: prototypes.
24884         
24885 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
24886
24887         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
24888
24889         * mini.c inssel.brg: Implement typedefbyref opcodes.
24890
24891         * mini.c (mono_jit_compile_method): Remove unused local variable.
24892
24893         * mini.c (mono_jit_compile_method_inner): Ditto.
24894         
24895 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
24896
24897         * tramp-x86.c (x86_class_init_trampoline): Fix build.
24898         
24899         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
24900
24901 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
24902
24903         * mini.c (mono_no_aot): Remove unused global variable.
24904
24905         * mini.c: Thread safety fixes.
24906
24907 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
24908
24909         * mini.c (mono_create_class_init_trampoline): Add a lock around
24910         class_init_hash_addr.
24911
24912         * arrays.cs (test_0_newarr_emulation): Add new regression test for
24913         #30073.
24914
24915         * mini.c: Decompose the NEWARR instruction before decomposing its
24916         arguments. Fixes #30073.
24917
24918 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
24919
24920         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
24921         convention.
24922
24923 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
24924
24925         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
24926
24927         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
24928
24929         * driver.c: Add support for compiling icall wrappers to --compile.
24930
24931 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
24932
24933         * inssel.brg: The empty value in class->interface_offsets is -1, not
24934         0. Fixes #49287.
24935
24936 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
24937
24938         * objects.cs: New test for 'is' operator on an array of interfaces.
24939
24940 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
24941
24942         * tramp-ppc.c: update trampoline code to support jumps
24943         and class initialization.
24944
24945 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
24946
24947         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
24948
24949         * inssel.brg (OP_UNBOXCAST): Fix #46027.
24950
24951         * inssel.brg (OP_UNBOX): Remove unused rule.
24952
24953         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
24954         region instead of one for each method. Fixes #47813.
24955
24956 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
24957
24958         * exceptions.cs (test_0_nested_finally): New regression test for
24959         nested exception handlers.
24960
24961         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
24962
24963         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
24964
24965         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
24966         inlining.
24967
24968         * mini.c (mono_method_check_inlining): Make the inlining limit 
24969         configurable by an environment variable.
24970         
24971         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
24972
24973         * mini.h: Bump AOT file version.
24974
24975         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
24976         token, store the image along with the token, since the token might not 
24977         refer to the same image as the method containing the relocation, 
24978         because of inlining.
24979
24980 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
24981
24982         * mini.c (mono_precompile_assemblies): New function to compile
24983         all methods in all loaded assemblies.
24984
24985         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
24986
24987         * regalloc.h regalloc.c (MonoRegState): Change the type of 
24988         iassign and fassign to int*, since they can contain large negative
24989         values if the register is spilled. Also added some comments. Fixes
24990         #45817.
24991
24992         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
24993         under Win32. Fixes #42964.
24994
24995 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
24996
24997         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
24998
24999         * aot.c: Added support for AOT compiling methods which contain calls
25000         to wrappers. Currently, only remoting-invoke-with-check wrappers are
25001         handled.
25002         
25003         * driver.c (compile_all_methods): Run the compilation in a thread
25004         managed by mono. Fixes #44023.
25005
25006         * mini.c (mono_codegen): Print full method name in verbose output.
25007
25008         * mini-x86.c (mono_arch_patch_code): Fix warning.
25009         
25010         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
25011         jumps, since the method we are jumping to might be domain-specific.
25012
25013         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
25014
25015 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25016
25017         * inssel.brg: string chars are unsigned.
25018
25019 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
25020
25021         * TODO: New todo item.
25022
25023         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
25024         which calls mono_runtime_class_init and patches the call site to
25025         avoid further calls.
25026         (mono_arch_create_class_init_trampoline): New arch specific function 
25027         to create a class init trampoline.
25028         (create_trampoline_code): Generalized so it can create
25029         class init trampolines as well.
25030
25031         * mini.c (helper_sig_class_init_trampoline): New helper variable.
25032         (mono_create_class_init_trampoline): New function to create and cache
25033         class init trampolines.
25034         (mono_find_class_init_trampoline_by_addr): New function to lookup the
25035         vtable given the address of a class init trampoline. Used by the
25036         patching process.
25037         (mono_codegen): Generate a call to a trampoline instead of
25038         mono_runtime_class_init in LDSFLD[A].
25039         (mono_codegen): Add relocations for the new trampoline.
25040         
25041         * mini.h mini-x86.c aot.c: Added a new relocation type: 
25042         MONO_PATCH_INFO_CLASS_INIT.
25043
25044         * mini.h: Bump AOT version number.
25045
25046         * aot.c: Create a copy of the loaded code instead of using the original
25047         so methods which call each other will be close in memory, improving
25048         cache behaviour.
25049         
25050         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
25051         patch since it breaks the regression tests.
25052         
25053         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
25054         for the register saving instruction sequence since the 
25055         frame_state_for function in glibc 2.3.2 don't seem to detect it.
25056
25057 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
25058
25059         * TODO: Fix todo item && remove another.
25060
25061 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
25062
25063         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
25064         previous checkin.
25065
25066         * aot.c: Moved the check for MONO_LASTAOT into the initialization
25067         function of the module.
25068
25069         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
25070         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
25071         --no-aot command line option.
25072
25073 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
25074
25075         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
25076         by Bernie Solomon (bernard@ugsolutions.com).
25077
25078         * inssel.brg: Refactor the interface offset table related code into
25079         its separate functions and add support for the AOT case.
25080
25081 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
25082
25083         * aot.c (mono_aot_get_method_inner): Fix memory leak.
25084         
25085         * aot.c: Added mono_aot_verbose variable and made all debugging
25086         output depend on the value of this variable.
25087
25088         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
25089         method_label and info_label.
25090
25091         * mini.h mini-x86.c aot.c: Added a new relocation type 
25092         MONO_PATCH_INFO_IID for klass->interface_id.
25093
25094         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
25095         the MonoJitInfo structure.
25096
25097         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
25098         a non-root appdomain in shared mode.
25099
25100 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
25101
25102         * aot.c: make aot loader less verbose. Remove free of unused variable.
25103
25104 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
25105
25106         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
25107
25108         * .cvsignore: Added *.dll.
25109
25110         * mini.c (mono_print_tree_nl): New function callable while debugging.
25111
25112         * mini.c (mono_print_code): Export this.
25113
25114         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
25115         patched code.
25116
25117 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
25118
25119         * mini.h (MonoCompile): Added 'jit_info' field.
25120
25121         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
25122         the cfg structure, since it is needed by the AOT compiler.
25123
25124         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
25125
25126         * aot.c: A major rewrite. Changes include:
25127         - save exception tables for methods which have them.
25128         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
25129         to g_module_symbol.
25130         - reworked the file format so it is now much smaller and needs
25131         fewer relocation entries.
25132         
25133 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
25134
25135         * aot.c (load_aot_module): Fix build bustage on platforms without
25136         Boehm GC.
25137
25138 2003-09-04  Martin Baulig  <martin@ximian.com>
25139
25140         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
25141
25142 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
25143
25144         * TODO: Some new optimization ideas.
25145
25146         * aot.c: Move AOT module loading logic here from mono_assembly_open.
25147
25148         * aot.c: Save the optimization flags used to compile the code into
25149         the AOT module.
25150
25151         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
25152         support emitting domain specific code.
25153         
25154         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
25155         no longer domain neutral. It can be made domain neutral by compiling 
25156         with --optimize=shared.
25157
25158         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
25159         between appdomains.
25160
25161         * driver.c mini.h mini.c: New --no-aot debugging option which disables
25162         loading of AOT code.
25163
25164         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
25165         
25166         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
25167         if there is no domain neutrality information.
25168
25169 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
25170
25171         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
25172         format version into the generated library.
25173
25174         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
25175         callee method into the caller since one of them could be shared.
25176
25177         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
25178         system exceptions from AOT code now works.
25179
25180         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
25181         method if it is domain neutral and the callee is not.
25182
25183         * graph.c (cfg_emit_one_loop_level): Fix warning.
25184
25185 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
25186
25187         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
25188         last checkin.
25189
25190 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
25191
25192         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
25193         is needed  by code which is executed before mono_runtime_init ().
25194         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
25195         
25196         * mini.c (mono_thread_abort): Fix warning.
25197         (mono_jit_compile_method): Call static constructor in the AOT case too.
25198
25199         * aot.c (mono_compile_assembly): Fix warning.
25200
25201 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25202
25203         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
25204
25205 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
25206
25207         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
25208
25209         * cpu-pentium.md: Fix the length of call opcodes so they include the
25210         ESP restoring instruction. Fixes #47968.
25211
25212 2003-08-28  Martin Baulig  <martin@ximian.com>
25213
25214         * mini-x86.c (mono_arch_call_opcode): Added support for
25215         MONO_TYPE_GENERICINST.
25216
25217         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
25218
25219 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
25220
25221         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
25222         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
25223
25224         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
25225         metadata_section.
25226
25227 2003-08-26  Martin Baulig  <martin@ximian.com>
25228
25229         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
25230         when reporting an error, set this to the actual error location.
25231         (mono_method_to_ir): Report the correct error location if
25232         get_basic_blocks() returned an error.
25233
25234 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
25235
25236         * mini.c (mono_type_blittable): OBJECT is not blittable.
25237         (mono_method_blittable): Methods which have marshalling descriptors
25238         are not blittable either. Fixes #47842.
25239
25240 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
25241
25242         * driver.c mini.c: Use an environment variable instead of a global 
25243         variable. Also fix the build.
25244
25245         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
25246         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
25247         reporting this. 
25248
25249         * driver.c mini.c: Added --with-valgrind option to turn off some
25250         code which prevents mono from running under valgrind.
25251
25252         * mini.c (mono_emit_call_args): Fixed warning.
25253
25254         * mini.c (mono_emulate_opcode): Fixed warning.
25255
25256 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25257
25258         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
25259         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
25260         regalloc.c, regalloc.h: specify available registers in arch-specific
25261         code and support floats in the regallocator (patch by Laurent Morichetti 
25262         <l_m@pacbell.net>)
25263
25264 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
25265
25266         * mini.c: mono_thread_current() can be called only after
25267         mono_runtime_init(): rearrange code to not call it early on.
25268
25269 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25270
25271         * mini.c: allocate jump tables in the code mempools.
25272
25273 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25274
25275         * mini.c, mini.h: make sure per-thread data allocated by the jit is
25276         freed.
25277
25278 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
25279
25280         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
25281         12 to 16.  This fixes bug #47453.
25282
25283
25284 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
25285
25286         * mini-ppc.c: fixed indexed load and unsigned compares.
25287
25288 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
25289
25290         * mini.c: reenabled installation of handler for
25291           thread abort signal.
25292
25293 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25294
25295         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
25296         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
25297         until it's fixed and actually useful.
25298
25299 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25300
25301         * inssel-long32.brg: couple more opcodes implemented.
25302
25303 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
25304         
25305         * mini-sparc.c: Even more opcodes implemeted.
25306
25307 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
25308
25309         * mini-sparc.c: More opcodes implemented.
25310
25311 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
25312
25313         * mini-sparc.c: More opcodes implemented.
25314
25315 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
25316
25317         * inssel-sparc.brg: Add some needed rules.  Direct
25318         copy from PPC.
25319         * Makefile.am: Use inssel-sparc.brg
25320         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
25321         an assert happy for now.
25322
25323 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
25324
25325         * mini-sparc.c: Fixed compile errors.
25326         * exceptions-sparc.c: Same.  We now produce a mono binary 
25327         on sparc-linux.  Yea.
25328
25329 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
25330
25331         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
25332         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
25333         They compile, but do not work.
25334
25335 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25336
25337         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
25338         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
25339         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
25340         (ct@gentoo.org).
25341
25342 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25343
25344         * mini.c: more opcodes implemented and better support for generics.
25345
25346 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
25347
25348         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
25349         * mini.c, mini.h: first cut at generics support: some new instructions 
25350         added and changed the behaviour of some of the existing ones.
25351
25352 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
25353
25354         * mini.c: Removed definition of metadata_shared mutex here.
25355
25356 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25357
25358         * mini-x86.c: make vararg calls work for instance methods.
25359
25360 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
25361
25362         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
25363         returns the arguments in a separte list, now.
25364
25365 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25366
25367         * aot.c, mini.c: updates for array type representation changes.
25368
25369 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
25370
25371         * mini.c: register function to perform jit shutdown.
25372
25373 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25374
25375         * mini.c: use a faster allocator if possible.
25376
25377 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25378
25379         * aot.c: some cleanups and portability changes.
25380
25381 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25382
25383         * mini.c: use faster allocation for CEE_BOX if possible.
25384
25385 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25386
25387         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
25388         Moved inlined mempcy code to its own function so that is can be
25389         reused. Added an inline memset function as well (optimized initobj).
25390         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
25391
25392 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25393
25394         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
25395
25396 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
25397
25398         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
25399         arch code can setup the cpu for CLR execution, if needed.
25400         We use it on x86 to set the precision of FP operations.
25401
25402 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
25403
25404         * mini.c: disable some optimizations if we can guess they'll cost too
25405         much for a given method.
25406
25407 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25408
25409         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
25410         
25411 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25412         * mini.h mini.c mini-x86.c: Added instruction level coverage 
25413         info collection support.
25414
25415 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25416
25417         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
25418         is now implemented in the profiling API. Get rid of a couple of
25419         unnecessary global variables.
25420
25421 2003-06-15  Nick Drochak <ndrochak@gol.com>
25422
25423         * basic-long.cs: tests for negative values for bigmul, and unsigned.
25424         * cpu-g4.md: add op_bigmul and op_bigmul_un
25425         * cpu_pentium.md: add op_bigmul_un
25426         * inssel-long32.brg: add rule for unsigned bigmul
25427         * mini-ops.h: define OP_BIGMUL_UN
25428         * mini-x86.c: THE BUG: handle (un)signed properly
25429         * mini.c: choose unsigned opcode if needed.
25430         This set of patches fixes bug #44291
25431
25432 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
25433
25434         * mini.c (optimize_branches): improved to handle all kinds of
25435         conditional branches.
25436
25437 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25438
25439         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
25440         don't raise exceptions.
25441
25442 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25443
25444         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
25445         to arch-specific files.
25446
25447 2003-06-09  Martin Baulig  <martin@ximian.com>
25448
25449         * Makefile.am (libs): Added $(LIBGC_LIBS).
25450
25451 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
25452
25453         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
25454         and OP_ATAN (fixes bug#44293).
25455
25456 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
25457
25458         * Makefile.am, mini-x86.c: rename cpu description array to
25459         pentium_desc, since some compilers define the 'pentium' preprocessor
25460         symbol.
25461
25462 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
25463
25464         * mini.c (mini_select_instructions): add explicit branch if the
25465         following block is not the false target of a conditional branch -
25466         we need this with any optimization that reorder or remove bblocks
25467
25468         * mini.c (optimize_branches): bug fixes
25469
25470 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
25471
25472         * mini.c (mono_method_to_ir): inline static readonly fields
25473
25474         * ssa.c (fold_tree): start cfold support for long (very simple
25475         cases only)
25476
25477         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
25478
25479 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
25480
25481         * inssel.brg: fixed memcpy (bug #44219).
25482
25483 2003-06-05  Dick Porter  <dick@ximian.com>
25484
25485         * driver.c: Set the glib log levels to not abort if g_message
25486         recurses.
25487
25488         g_set_prgname() has to happen before mini_init() so that the
25489         process handle gets the info.
25490         
25491 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25492
25493         * driver.c: add intrins to the default optimizations to get wider
25494         exposure.
25495
25496 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25497
25498         * mini.h: some large basic blocks will overflow a 16-bit
25499         integers for symbolic registers.
25500
25501 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25502
25503         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
25504         (mono_arch_output_basic_block): fix bug 43499 
25505
25506 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25507
25508         * mini.c: kill duplicated definition of mono_debug_format.
25509
25510 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
25511
25512         * mini-x86.c, arrays.cs: fixed register allocation bug.
25513
25514 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
25515
25516         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
25517
25518         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
25519
25520 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25521
25522         * mini.c:
25523         (print_method_from_ip): also print source location information if
25524         available.
25525
25526 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
25527
25528         * mini.c (mono_find_block_region): bug fix in region code
25529         (mini_method_compile): enable removing unreachable code again, but
25530         only in methods without exception clauses.
25531
25532 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
25533
25534         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
25535         Implemented arglist opcode and handling of TypedReference type.
25536         Fixed x86 call convention when a structure is returned.
25537         Minimal support for calling static vararg methods.
25538
25539 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
25540
25541         * mini.c (mini_method_compile):  always remove unreachable code,
25542         because the code in them may be inconsistent  (access to dead
25543         variables for example).
25544
25545 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
25546
25547         * driver.c, debug-mini.c: warning fixes.
25548
25549 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
25550
25551         * Makefile.am, jit.h, mini.h: install header for embedding mono.
25552
25553 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
25554
25555         * mini.c: thread-static fields are registered in mono_class_vtable(),
25556         so ensure the function is called before checking for them.
25557
25558 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
25559
25560         * mini.c (optimize_branches): fix for bug 43586
25561
25562         * jit-icalls.c (mono_llmult_ovf): added an additional check for
25563         overflow (fixes Bug #43639)
25564
25565 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25566
25567         * mini.c, objects.cs: allow the use of stobj for primitive types.
25568
25569 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25570
25571         * mini.c: be less strict about argument checking until we support
25572         running the verifier.
25573
25574 2003-05-27  Nick Drochak <ndrochak@gol.com>
25575
25576         * basic-long.cs: tests for (ulong)int * (ulong)int also
25577         * mini.c: use the same trick for (ulong)int * (ulong)int
25578
25579 2003-05-27  Nick Drochak <ndrochak@gol.com>
25580
25581         * basic-long.cs: add regression test for (long)int * (long)int
25582         * cpu-pentium.md: add op_bigmul specification
25583         * inssel-long32.brg: add OP_BIGMUL rule
25584         * mini-ops.h: add OP_BIGMUL
25585         * mini-x86.c: register allocator: handle case where src1 needs to be
25586         in EAX.
25587         * mini.c: substitute special BIGMUL opcode in the tree for 
25588         (long)int * (long)int
25589
25590 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
25591
25592         * jit-icalls.c: call the type ctor on field access if needed.
25593
25594 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25595
25596         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
25597         to a method (including results of ldelema, bug#43207).
25598
25599 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
25600
25601         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
25602         colors to show exception handler blocks.
25603
25604         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
25605         (fix for pinvoke7.cs).
25606
25607 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25608
25609         * mini.h, mini.c: ensure correct initialization order for types that
25610         require it. Prepare for lazy compilation of jit icall wrappers.
25611         Provide a name for opcode emulation to reduce unneeded mallocing.
25612
25613 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
25614
25615         * mini-x86.c: better register restoring code and profiling
25616         support for tail calls.
25617
25618 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
25619
25620         * mini.h, driver.c: prepare for leaf methods optimization.
25621
25622 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25623
25624         * mini.c: get targets of branches before converting a method.
25625
25626 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
25627
25628         * mini.c (optimize_branches): added some experimental code (disbaled) 
25629
25630 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
25631
25632         * mini.c (optimize_branches): fix branch to branch optimization 
25633
25634         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
25635
25636         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
25637
25638         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
25639
25640         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
25641         if needed.
25642
25643 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
25644
25645         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
25646         enable use of interface variables again.
25647
25648         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
25649         I1 to registers because there is no simply way to sign extend 8bit
25650         quantities in caller saved registers on x86.
25651
25652         * inssel-float.brg: set costs of some rules to 2 so
25653         that monobure always select the arch. specific ones if supplied,
25654         regardless of the order we pass the files to monoburg.
25655
25656 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25657
25658         * mini.c, mini-x86.c: since the magic trampoline for jumps
25659         can't patch the code directly, we do it as soon as the
25660         method gets compiled.
25661
25662 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
25663
25664         * mini-x86.c, mini.h: introduce a new patching method
25665         to support CEE_JMP and tail calls.
25666         * mini.c: obey tail.call. Don't precompile methods target
25667         of CEE_JMP.
25668         * tramp-x86.c: new trampoline code to handle methods
25669         reached through a jump.
25670
25671 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
25672
25673         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
25674         bit values to registers
25675
25676 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
25677
25678         * mini.c (mono_compile_get_interface_var): share interface
25679         variables if possible.
25680
25681 2003-05-16  Martin Baulig  <martin@ximian.com>
25682
25683         * debug-mini.c (mono_init_debugger): New function to initialize
25684         the debugger.  This is not in the debugger since it needs to
25685         access some of mini's internals.
25686
25687 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25688
25689         * mini.c (mono_method_to_ir): inlining fixes/cleanups
25690
25691 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
25692
25693         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
25694         for value type handling.
25695
25696 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
25697
25698         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
25699         (mono_method_check_inlining): enable inlining of all kinds of wrappers
25700
25701 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
25702
25703         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
25704           the constructor through a proxy.
25705
25706 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25707
25708         * jit-icalls.c, inssel.brg: fixes to array element address
25709         calculations.
25710
25711 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
25712
25713         * mini-x86.c (is_regsize_var): allocate pointer to registers
25714
25715 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25716
25717         * driver.c: fixed typo, added intrins to the set of optimizations
25718         tested with regressions.
25719
25720 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
25721
25722         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
25723         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
25724         test case.
25725
25726 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
25727
25728         * inssel.brg: remove some common pop instructions without side effects
25729
25730 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
25731
25732         * inssel-x86.brg: fixed thinko in int to double conversions.
25733
25734 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
25735
25736         * mini.c, jit-icalls.c: added runtime thread-static variable support.
25737
25738 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25739
25740         * inssel-long32.brg: two more missing instructions.
25741
25742 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
25743
25744         * mini.c (mono_emit_call_args): set the cil_code for all arguments
25745         if not already set.
25746
25747 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
25748
25749         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
25750         correctly.
25751
25752         * basic-float.cs: Added tests for negative zero.
25753
25754 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
25755
25756         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
25757         a couple of missing operations for long casts, with test cases.
25758
25759 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25760
25761         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
25762
25763 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
25764
25765         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
25766         code size estimation.
25767
25768 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
25769
25770         * mini.c (mono_jit_create_remoting_trampoline): make it work with
25771         abstract methods (fix bug 42542)
25772
25773         * aot.c: add ability to handle array types
25774         
25775 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
25776
25777         * mini.c: Call the _specific versions of the object allocation
25778         functions if possible.
25779
25780 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
25781
25782         * driver.c: call setlocale ().
25783
25784 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
25785
25786         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
25787         windows build.
25788
25789 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
25790
25791         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
25792
25793         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
25794         wrappers (fix bug 42122)
25795
25796 2003-05-04  Martin Baulig  <martin@ximian.com>
25797
25798         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
25799
25800         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
25801         s/mini_set_defaults/mono_set_defaults/g.
25802
25803 2003-05-04  Martin Baulig  <martin@ximian.com>
25804
25805         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
25806
25807 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25808
25809         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
25810         (reported by Don Roberts).
25811
25812 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
25813
25814         * mini.c: temporarily work around two bugs for this release.
25815
25816 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25817
25818         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
25819         that contains -export-dynamic and it makes using the ld script
25820         useless.
25821         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
25822
25823 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25824
25825         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
25826         specific cpu.
25827
25828 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25829
25830         * mini.c: make sure leave calls all the needed finally blocks,
25831         even when the target jumps out of multiple exception clauses.
25832
25833 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25834
25835         * ldscript, Makefile.am: add linker script to reduce the number of
25836         exported symbols (should also fix the issues with libwine defining
25837         some of the same symbols in io-layer).
25838
25839 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
25840
25841         * driver.c (mini_main): Avoid assertion when no file name is given on 
25842         the command line.
25843
25844 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
25845
25846         * driver.c: added --version/-V command line option.
25847         Added the inline optimization in the regression tests.
25848
25849 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
25850
25851         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
25852         to the type in the method signature (fixes bug#42134).
25853
25854 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
25855
25856         * mini.c: when inlining, check this is not null only when needed (bug #42135).
25857
25858 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
25859
25860         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
25861
25862 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25863
25864         * driver.c: fixed bug #42100.
25865
25866 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
25867
25868         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
25869
25870 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25871
25872         * mini.c: moved most of the code required to do inlining to its own
25873         function so it can be reused. Inline also ctors if appropriate.
25874
25875 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
25876
25877         * Makefile.am: Link with -export-dynamic so shared libs loaded by
25878         the runtime can call mono API functions.
25879
25880 2003-04-27  Martin Baulig  <martin@ximian.com>
25881
25882         * debug-mini.c (mono_debug_init_method): Added
25883         `guint32 breakpoint_id' argument; if the method has a breakpoint,
25884         send a notification to the debugger.
25885
25886         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
25887         running in the Mono Debugger, just pass the breakpoint number to
25888         mono_debug_init_method().
25889
25890         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
25891
25892 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
25893
25894         * mini.c: allow some more unsafe compares.
25895
25896 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25897
25898         * mini-x86.c, Makefile.am: make distcheck works (partially from
25899         a patch by Richard Lee <r.h.lee@attbi.com>).
25900         * regset.c, regset.h: removed, they are unused.
25901
25902 2003-04-25  Dick Porter  <dick@ximian.com>
25903
25904         * driver.c: Usage reports the name as 'mono' not 'mini'
25905         * exceptions-x86.c: Build and run on freebsd
25906
25907 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
25908
25909         * Makefile.am: install the program with the 'mono' name and
25910         the library as libmono instead of mini and libmini.
25911
25912 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
25913
25914         * driver.c: provide the APIs for the embedding interface of the old jit.
25915
25916 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
25917
25918         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
25919
25920 2003-04-23  Martin Baulig  <martin@ximian.com>
25921
25922         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
25923
25924         * driver.c: Added `--debug' command line argument to enable
25925         debugging support.
25926
25927 2003-04-23  Martin Baulig  <martin@ximian.com>
25928
25929         * debug.[ch]: Removed.  The code is now in
25930         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
25931
25932         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
25933         last six months.
25934
25935 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
25936
25937         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
25938
25939 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25940
25941         * mini.c:
25942         (mini_cleanup): moved mono_runtime_cleanup call after the call to
25943         mono_domain_finalize.
25944         (mini_method_compile): use mono_method_profile* if the the option is
25945         enabled.
25946
25947 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
25948
25949         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25950         methods with their wrapper.
25951
25952         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
25953         methods with their wrapper.
25954
25955         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
25956         their wrapper.
25957
25958         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
25959         wrapper.
25960
25961         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
25962         methods.
25963
25964 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
25965
25966         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
25967
25968 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
25969
25970         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
25971         of the mempool. This is slightly faster and uses less memory
25972
25973 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
25974
25975         * mini.c: avoid O(n) allocation for variables.
25976
25977 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25978
25979         * mini.c: handle items on the stack after inlining methods.
25980
25981 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25982
25983         * mini.c: make the method->opcode optimization dependent
25984         on MONO_OPT_INSTRINS and do it lazily.
25985
25986 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25987
25988         * driver.c: print overall results at the end of regression run.
25989
25990 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
25991
25992         * inssel.brg: don't overwrite symbolic registers.
25993
25994 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
25995
25996         * inssel-x86.brg: fix conversion from long to float.
25997
25998 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
25999
26000         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
26001
26002 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
26003
26004         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
26005
26006         * driver.c: Added --print-vtable option as in the old JIT.
26007
26008 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
26009
26010         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
26011
26012 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
26013
26014         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
26015
26016 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
26017
26018         * mini.c regalloc.c regalloc.h: Fix memory leak.
26019
26020 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
26021
26022         * aot.c (mono_aot_get_method): register all used strings
26023
26024 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
26025
26026         * mini.c: always intern strings references with ldstr at compile time.
26027
26028 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
26029
26030         * Makefile.am: add BUILT_SOURCES.
26031
26032 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
26033
26034         * driver.c: give a better error message when the assembly to execute
26035         doesn't have an entry point.
26036
26037 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
26038
26039         * Makefile.am: added hack for automake
26040
26041         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
26042         correct sematics.
26043
26044         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
26045
26046 22003-04-07  Martin Baulig  <martin@ximian.com>
26047
26048         * Makefile.am: Added Makefile.am.
26049
26050         * debugger-main.c: Removed, this is now in the debugger where it
26051         belongs.
26052
26053         * mini.pc.in: Call this package `mini' for the moment.
26054
26055
26056
26057
26058
26059
26060
26061
26062
26063
26064
26065
26066
26067
26068