In mono/mini:
[mono.git] / mono / mini / ChangeLog
1 2007-12-09  Robert Jordan  <robertj@gmx.net>
2
3         * mini-x86.c (mono_arch_emit_epilog):
4         Consider all kinds of 64-bit types. Fixes #323114.
5
6 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
7
8         * tramp-amd64.c (mono_arch_create_trampoline_code): Clean up the code a bit.
9
10 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
11
12         * mini-amd64.c (peephole_pass): Add a missing instruction check.
13
14 Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15
16         * mini.c: run type ctor before allocating an object, not only
17         when running it's constructor method (fixes at least part of bug #342507).
18
19 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
20         
21         * mini-trampolines.c (mono_delegate_trampoline): Fix a warning.
22         
23         * mini-trampolines.c (mono_generic_class_init_trampoline): Remove a debug printf.
24         * mini.h mini-amd64.c mini-x86.c: Get rid of the mono_arch_find_vtable () 
25         function.
26
27         * tramp-x86.c tramp-amd64.c mini-trampolines.c: Pass the vtable argument to
28         mono_generic_class_init_trampoline () the same as it is done with the other
29         trampolines.
30
31         * mini-arm.h mini-arm.c tramp-arm.c inssel-arm.brg cpu-arm.md 
32         aot-runtime.c aot-compiler.c: Implement AOT support.    
33
34 2007-12-07  Mark Probst  <mark.probst@gmail.com>
35
36         * mini-trampolines.c (mono_generic_class_init_trampoline): Fixed
37         build for archs which don't have the vtable trampoline defined
38         yet.
39
40 2007-12-07  Zoltan Varga  <vargaz@gmail.com>
41
42         * tramp-x86.c (mono_arch_create_trampoline_code): Fix the build.
43
44         * tramp-ppc.c (mono_arch_create_trampoline_code): Use the new helper function.
45
46         * mini-trampolines.c (mono_get_trampoline_func): New helper function.
47
48         * tramp-<ARCH>.c: Use the new helper function.
49
50 2007-12-07  Mark Probst  <mark.probst@gmail.com>
51
52         * inssel.brg: Added a pattern for the OP_TRAMPCALL_VTABLE
53         trampoline call, which takes a vtable argument.
54
55         * graph.c, mini-ops.h, local-propagation.c, aliasing.c: Treat
56         OP_TRAMPCALL_VTABLEs like other calls.
57
58         * mini-amd64.c, mini-amd64.h, mini-x86.c, mini-x86.h: Designated a
59         register to hold the vtable argument to the OP_TRAMPCALL_VTABLE
60         call.  Implemented a support function which fetches the vtable
61         from a register set.
62
63         * mini.c, mini.h, tramp-amd64.c, tramp-x86.c, mini-trampolines.c:
64         Implemented a generic class init trampoline, using the
65         OP_TRAMPCALL_VTABLE opcode.
66
67         * mini.c: Implemented static field access when sharing generic
68         code.  This implies initing the class using the new
69         OP_TRAMPCALL_VTABLE call.
70
71 2007-12-07  Mark Probst  <mark.probst@gmail.com>
72
73         * mini.c: Don't compile methods with sharing enabled if their
74         classes are disabled for sharing.
75
76 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
77
78         * inssel.brg: Add a missing sign extension to the GETCHR and array access
79         opcodes. Fixes #346563.
80
81         * objects.cs: Add a new test.
82
83         * aot-compiler.c (emit_method_code): Put back an #ifdef which is needed.
84
85         * mini-<ARCH>.h mini.c aot-compiler.c aot-runtime.c: Get rid of the
86         HAVE_PIC_AOT define and use AOT_SUPPORTED instead.
87
88 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
89
90         * mini-arm.h mini-arm.c: Add support for the common vtable trampoline.
91
92 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
93
94         * mini-arm.c (mono_arch_emit_exceptions): Avoid uninitialized memory in the
95         code stream.
96
97 2007-12-02  Zoltan Varga  <vargaz@gmail.com>
98
99         * patch-info.h (PATCH_INFO): Add DELEGATE_TRAMPOLINE.
100
101         * mini.c aot-compiler.c aot-runtime.c: Implement the delegate creation 
102         optimization in the AOT case.
103         
104 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
105
106         * aot-runtime (mono_aot_get_method_from_vt_slot): Add support for multi-byte method ref encodings.
107         
108         * aot-runtime.c (decode_klass_ref): Implement decoding of generic instances.
109
110         * aot-compiler.c (encode_klass_ref): Implement proper encoding of generic instances.
111
112         * mini.c (mono_method_to_ir): Optimize the common ldftn+create delegate combination.
113
114         * mini-trampolines.c (mono_delegate_trampoline): Add some code to handle the case when the delegate
115         is created by the inlined delegate ctor.
116
117         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.  
118
119         * mini.c (mono_jit_compile_method_inner): Replace calls to delegate invoke with the trampoline here too.
120
121 2007-11-29  Zoltan Varga  <vargaz@gmail.com>
122
123         * cpu-x86.md: Fix the length of ckfinite.
124
125 2007-11-28  Zoltan Varga  <vargaz@gmail.com>
126
127         * mini-x86.c (mono_arch_output_basic_block): Unify div/rem code and handle the case when sreg2 is EDX.
128         
129         * mini-x86.c (mono_arch_output_basic_block): Clean up the fp stack properly in CKFINITE.
130         (mono_arch_output_basic_block): Get rid of unused last_ins and last_offset.
131
132         * mini-x86.c (mono_arch_output_basic_block): Add some micro optimizations.
133
134         * mini-x86.c inssel-x86.brg cpu-x86.md: Move the implementation of the 
135         OP_START_HANDLER/OP_ENDFINALLY/OP_ENDFILTER opcodes to mini-x86.c.
136
137 2007-11-28  Martin Baulig  <martin@ximian.com>
138
139         * mini-x86.c
140         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline()
141         after creating the trampoline.
142
143 2007-11-27  Zoltan Varga  <vargaz@gmail.com>
144
145         * aot-runtime.c (load_aot_module): Check runtime version if needed.
146
147         * aot-compiler.c: Add bind-to-runtime-version for producing AOT files which only load into a runtime with
148         the same version.
149
150         * generic-sharing.c (mono_helper_get_rgctx_other_ptr): Change the signature to take the calling class
151         instead of the calling method to help AOT.
152
153         * mini.c (get_runtime_generic_context_other_ptr): Update after the change.
154
155 2007-11-26  Zoltan Varga  <vargaz@gmail.com>
156
157         * aot-runtime.c (mono_aot_init_vtable): Simplify this if MONO_ARCH_COMMON_VTABLE_TRAMPOLINE
158         is defined.
159
160 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
161
162         * aot-compiler.c (emit_class_name_table): Properly encode generic class names.
163         
164         * aot-compiler.c (compile_method): Correct check for generic method definitions.
165         (encode_method_ref): No need to handle generic method definitions specially.
166
167         * mini.h (MONO_AOT_FILE_VERSION): Bump this.
168
169         * aot-runtime.c (decode_klass_ref): Clean this up and rename from 
170         decode_klass_info.
171
172         * aot-compiler.c (encode_klass_ref): Clean this up and rename from
173         encode_klass_info.
174         (compile_method): Enable generic sharing.
175
176 2007-11-22  Zoltan Varga  <vargaz@gmail.com>
177
178         * mini.c (get_runtime_generic_context_other_ptr): Disable AOT here.
179         (mini_method_compile): Add preliminary support for AOTing shared generic code.
180
181         * aot-compiler.c (compile_method): Add preliminary support for AOTing shared
182         generic code.
183
184         * mini-trampolines.c: Fix a warning.
185
186         * mini.c (get_runtime_generic_context_other_ptr): Use NEW_METHODCONST instead of
187         NEW_PCONST.
188         (mono_method_to_ir): Use NEW_DOMAINCONST in one place.
189         (generic_class_is_reference_type): Remove unused function.
190
191         * mini-trampolines.c (mono_magic_trampoline): Avoid loading metadata if possible
192         in the generic vtable trampoline case.
193
194         * aot-runtime.c (mono_aot_init_vtable): Use the generic vtable trampoline.
195         
196         * aot-runtime.c (mono_aot_get_method_from_vt_slot): New helper function to
197         return an AOT method based on a vtable slot.
198
199         * aot-compiler.c (compile_method): Avoid AOTing synchronized methods for now.
200
201         * mini.c (mini_get_vtable_trampoline): Export this.
202
203 2007-11-22  Martin Baulig  <martin@ximian.com>
204
205         * debug-debugger.h
206         (MonoDebuggerInfo): Move `debugger_version' up.
207
208 2007-11-22  Martin Baulig  <martin@ximian.com>
209
210         * mini-amd64.c
211         (mono_arch_get_delegate_invoke_impl): Call mono_debug_add_delegate_trampoline().
212
213         * mini-trampolines.c
214         (mono_delegate_trampoline): Call mono_debugger_trampoline_compiled()
215         after compiling the method.
216
217 2007-11-20  Martin Baulig  <martin@ximian.com>
218
219         * debug-mini.c
220         (mono_debugger_insert_method_breakpoint): Moved into mono-debug-debugger.c.
221         (mono_debugger_remove_breakpoint): Likewise.
222         (mono_debugger_check_breakpoints): Likewise.
223
224         * debug-debugger.c: Implement the new breakpoint interface here.
225
226 2007-11-18  Zoltan Varga  <vargaz@gmail.com>
227
228         * mini-amd64.c (mono_arch_output_basic_block): Unify the implementation of
229         CEE_CONV_I1/SEXT_I1 and I2 since they are the same.
230
231         * mini-x86.c (mono_arch_output_basic_block): Ditto.     
232
233 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
234
235         * mini-amd64.c (mono_arch_output_basic_block): Fix a typo.
236
237         * mini-x86.c (mono_arch_get_inst_for_method): Remove code which is now in
238         mini.c.
239
240         * mini-ia64.c (mono_arch_get_inst_for_method): Remove code which is now in
241         mini.c.
242
243         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for methods
244         returning a vtype in a register.
245
246         * mini.c (mini_get_inst_for_method): Move the handling of the atomic operations
247         here from the arch specific code.
248
249         * mini-amd64.c (mono_arch_get_inst_for_method): Remove code which is now in
250         mini.c.
251
252         * mini-amd64.c (mono_arch_output_basic_block): Add some micro optimizations.
253         (mono_arch_emit_prolog): Increment maximum prolog size.
254
255         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Move the implementation of the
256         START_HANDLER/ENDFINALLY/ENDFILTER opcodes to mini-amd64.c.
257
258         * mini-x86.c (get_call_info): Receive a MonoCompile instead of a 
259         MonoGenericSharingContext.
260
261         * mini-ia64.c (get_call_info): Receive a MonoCompile instead of a 
262         MonoGenericSharingContext. Allocate memory from the cfg mempool.
263
264 2007-11-15  Mark Probst  <mark.probst@gmail.com>
265
266         * mini.c, mini.h, generic-sharing.c: Functions for producing code
267         which extract fields out of the runtime generic context.  Full
268         sharing of the NEWARR opcode.
269
270 Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus@ximian.com>
271
272         * abcremoval.c, mini.c, ssa.c, ssapre.c: updated to implement
273         --enable-minimal=ssa.
274
275 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
276
277         * mini-trampolines.c (mono_delegate_trampoline): Update after 
278         mono_marshal_get_delegate_invoke () signature change.
279
280 2007-11-13  Mark Probst  <mark.probst@gmail.com>
281
282         * mini.c: Removed the shared context in favor of the generic
283         sharing context.  Allocate the MonoJitInfo structure with room for
284         the generic sharing context if it's needed.
285
286         * mini.h: Remove MonoGenericSharingContext declaration.  It's in
287         domain-internals.h now.
288
289         * mini-x86.c: Pass the generic sharing context to get_call_info ().
290
291         * generic-sharing.c: Several changes for working without a shared
292         context and instead operating on open types instead.
293
294 2007-11-12  David S. Miller  <davem@davemloft.net>
295
296        * inssel-sparc.brg: Fix double instruction emit.
297
298 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
299
300         * mini.c (mono_jit_runtime_invoke): Avoid trying to compile the Array 
301         Get/Set/Address methods.
302         
303         * mini.c debug-debugger.c mini-trampolines.c: Update after 
304         mono_marshal_get_delegate_invoke signature change.
305
306 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
307
308         * cpu-arm.md: Increase the max size of OP_THROW to 24 bytes.
309         This can happens with dynamic methods. Fixes the other bug in #322722.
310
311 2007-11-12  Rodrigo Kumpera  <rkumpera@novell.com>
312
313         * tramp-arm.c (mono_arch_patch_callsite): Support patching
314         BX call sequence.
315
316         * mini-arm.c (arm_patch): Implement patching of BX call
317         sequence. Fixes one of the bugs in #322722.
318
319 2007-11-03  David S. Miller  <davem@huronp11.davemloft.net>
320
321        * mini-sparc.c (mono_arch_flush_icache): Make more efficient
322        under Linux.  We only need to flush every 32-byte cache line.    
323
324 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
325
326         * mini.c:
327         move_basic_block_to_end: Add branches when needed, eventually creating
328         a new BB.
329         optimize_branches: added a parameter that tells if it's ok to create
330         new BBs (doing is "df_visit" has been called is (IMHO) a nightmare),
331         and avoid calling move_basic_block_to_end when it's not ok.
332         Fixes bug 318677.
333
334 2007-11-07  Mark Probst  <mark.probst@gmail.com>
335
336         * mini.c: Abort inlining call to InitializeArray if something
337         looks wrong.  Let the icall handle it, which now has proper safety
338         checks.
339
340 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
341
342         * mini.c (mono_spill_call): add support for soft-float.
343
344         * mini.c (mono_method_to_ir): add support for soft-float
345         to inlined functions that return float.
346
347         * mini.c (mono_method_to_ir): add support for soft-float
348         to cee_stsfld opcode on float fields.
349
350 2007-11-05  Geoff Norton  <gnorton@novell.com>
351
352         * mini-x86.h: Fix the structure access for X86 Leopard.
353
354
355 2007-11-05  Martin Baulig  <martin@ximian.com>
356
357         * mini-trampolines.c
358         (mono_magic_trampoline): Call mono_debugger_trampoline_compiled()
359         after compiling the method to notify the debugger.
360
361 2007-11-05  Martin Baulig  <martin@ximian.com>
362
363         * debug-debugger.h (MonoDebuggerInfo): Use the new breakpoint tables.
364
365 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
366
367         * mini-sparc.c (EMIT_COND_SYSTEM_EXCEPTION_GENERAL): Applied patch from
368         David Miller <davem@davemloft.net>. Allow larger offsets in branches.
369
370 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
371
372         * mini-amd64.c (mono_arch_emit_prolog): Check the domain as well for
373         native-to-managed wrappers.
374         
375 2007-11-01  Geoff Norton  <gnorton@novell.com>
376
377         * mini-ppc.h, mini-x86.h:  Handle Leopards renaming of some structure 
378         members.
379
380 Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus@ximian.com>
381
382         * mini.c, mini-x86.c: when getting back from unmanaged code
383         to managed via a marshaled delegate we also need to set the
384         right domain.
385
386 Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus@ximian.com>
387
388         * mini-amd64.c, mini-amd64.h, tramp-amd64.c: breakpoint table support
389         for amd64.
390
391 Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus@ximian.com>
392
393         * mini.c, mini.h, mini-x86, tramp-x86.c, mini-x86.h: added API to
394         let the debugger or other external agents to tell the JIT when
395         a sw breakpoint has been inserted in the code that the JIT needs
396         to be able to inspect.
397
398 2007-10-31  Martin Baulig  <martin@ximian.com>
399
400         * debug-debugger.h
401         (MonoDebuggerInfo): Remove `runtime_class_init'.
402
403 2007-10-30  Martin Baulig  <martin@ximian.com>
404
405         * debug-mini.h
406         (mono_debugger_thread_created): Added `MonoThread *' argument.
407         (mono_debugger_extended_notification): New public method.
408         (mono_debugger_trampoline_compiled): New public method.
409
410         * debug-mini.c
411         (MonoDebuggerThreadInfo): Added `thread' and
412         `extended_notifications' fields.
413
414         * debug-debugger.c
415         (debugger_executable_code_buffer): New static variable.
416
417         * debug-debugger.h
418         (MonoDebuggerInfo): Added `executable_code_buffer',
419         `executable_code_buffer_size', `breakpoint_info_area',
420         `breakpoint_table' and `breakpoint_table_size'.
421
422 2007-10-26  Rodrigo Kumpera  <rkumpera@novell.com>
423
424         * mini-arm.c (mono_arch_build_imt_thunk): Take the advantage
425         that IP  either is an unused value or the vtable pointer. IMT 
426         calls use vtable + offset now. Reduced by almost half the size
427         of IMT entries.
428
429 2007-10-26  Jonathan Chambers <joncham@gmail.com>
430
431         * mini-amd64.c: Begin Win64 port. Use AMD64_ARG_REG#
432         defines to access param registers. Replace long usage with
433         gsize as sizeof(long) != sizeof(void*) on Win64.
434
435         * mini-amd64.h: Add %rdi and %rsi to MonoLMF structure
436         on Win64. Fix intrinsic, use _AddressOfReturnAddress
437         instead of non-existant _GetAddressOfReturnAddress.
438
439         * tramp-amd64.c: Use AMD64_ARG_REG#     defines to access 
440         param registers. Save/restore %rdi and %rsi in MonoLMF.
441
442         * exceptions-amd64.c: Use AMD64_ARG_REG# defines to access 
443         param registers. Modify (throw_exception) signature to take 
444         %rdi and %rsi on Win64. 
445
446         Code is contributed under MIT/X11 license.
447
448 Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
449
450         * helpers.c: unlink debugging output files.
451
452 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
453
454         * mini.c: Move mono_create_ftnptr () to object.c.
455
456 2007-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
457
458         * helpers.c (mono_disassemble_code): MonoCompile parameter is now
459         optional. This function can now be used to disassemble code generated
460         outside the JIT such as trampolines and IMT thunks.
461
462         * mini-arm.h: defined MONO_ARCH_HAVE_IMT.
463
464         * mini-arm.c (decode_vcall_slot_from_ldr): added, extract the
465         vtable pointer from a ldr instruction.
466
467         * mini-arm.c (mono_arch_get_vcall_slot_addr): support the
468         new IMT call sequence.
469
470         * mini-arm.c (mono_arch_output_basic_block): emit the IMT
471         call sequence for interface invocations.
472
473         * mini-arm.c (mono_arch_emit_imt_argument): added, required
474         for imt support. This function is empty since IMT on ARM requires no
475         special handling on the IR side.
476
477         * mini-arm.c (mono_arch_find_imt_method): added, required for
478         imt support.
479
480         * mini-arm.c (mono_arch_find_this_argument): added, required
481         for imt support.
482
483         * mini-arm.c (arm_emit_value_and_patch_ldr): added, patches
484         a ldr instruction to load a value stored in the code stream.
485
486         * mini-arm.c (mono_arch_build_imt_thunk):added, required
487         for imt support.
488
489
490 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
491
492         * mini.c (mini_init): Install the jump trampoline callback.
493
494 Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
495
496         * mini-trampolines.c: handle synchronized methods with the common
497         vtable trampoline (bug #335601).
498
499 2007-10-17  Zoltan Varga  <vargaz@gmail.com>
500
501         * mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.
502
503         * inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
504         64 bit platforms.
505
506         * mini-ia64.h mini-ia64.c: Add support for IMT.
507
508         * mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
509         prolog. Fixes #331958.
510
511 2007-10-15  Zoltan Varga  <vargaz@gmail.com>
512
513         * mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.
514
515 Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
516
517         * mini-ppc.c, mini-ppc.h: ppc support for the common vtable
518         trampoline.
519
520 Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
521
522         * mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
523         trampoline.
524
525 Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
526
527         * mini-x86.c, mini-x86.h: x86 support for the common vtable
528         trampoline.
529
530 Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
531
532         * mini-trampolines.c: changed the magic rampoline to understand
533         the common vtable trampoline method: the method to invoke is
534         determined by the vtable displacement of the call.
535
536 Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
537
538         * mini.c, mini.h: register the common vtable trampoline if the
539         architecture supports it.
540
541 Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
542
543         * cpu-amd64.md: use the correct max length for tls_get.
544
545 2007-10-14  Zoltan Varga  <vargaz@gmail.com>
546
547         * mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
548         CEE_STELEM_ANY. Fixes #333696.
549
550 Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
551
552         * exceptions-x86.c: provide more graceful handling of the case where
553         we followed a bogus function pointer from managed code (bug #332866).
554
555 2007-10-11  Mark Probst  <mark.probst@gmail.com>
556
557         * mini.h, mini.c: Introduced the MonoGenericSharingContext, which
558         replaces the generic_shared flag and will carry more information
559         in the future.
560
561         * generic-sharing.c: Added mini_type_stack_size() which allows
562         allows open types if given a generic sharing context.
563         mini_get_basic_type_from_generic() takes a
564         MonoGenericSharingContext* instead of a MonoCompile* now.
565
566         * mini-alpha.c, mini-amd64.c, mini-arm.c, mini-hppa.c,
567         mini-ia64.c, mini-mips.c, mini-ppc.c, mini-s390.c, mini-s390x.c,
568         mini-sparc.c, mini-x86.c: Trivial changes required by the two
569         changes above.  Just passing arguments through to the right
570         places.
571
572 Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
573
574         * mini-arm.c: unify the call emission to emit_code_seq().
575
576 Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus@ximian.com>
577
578         * tramp-arm.c: reduced the trampoline size.
579
580 2007-10-10  Mark Probst  <mark.probst@gmail.com>
581
582         * generic-sharing.c, mini.h, mini-amd64.c, mini-x86.c: Moved type
583         variable handling out of arch-specific code.
584
585 Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
586
587         * mini-arm.c: implemented fast delegate dispatch.
588
589 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
590
591         * mini-amd64.c (mono_arch_compute_omit_fp): Add more checks to ensure
592         that fp elimination is turned off if the space required by locals is too
593         big. Fixes #331958.
594
595 Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
596
597         * Makefile.am, mini-arm.c, mini-arm.h, tramp-arm.c: ported
598         ARM to the new style trampoline.
599
600 2007-10-09  Zoltan Varga  <vargaz@gmail.com>
601
602         * tramp-amd64.c: Rework the specific trampoline code to make it smaller.
603
604         * mini-amd64.h mini-amd64.c: Export amd64_patch as mono_amd64_patch.
605
606 2007-10-09  Martin Baulig  <martin@ximian.com>
607
608         * debug-debugger.h
609         (MonoDebuggerMetadataInfo): Added `field_info_type_offset' and
610         `field_info_offset_offset'.     
611
612 Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
613
614         * mini-ppc.c, mini-ppc.h, mini-ops.h, inssel-ppc.brg, cpu-g4.md:
615         removed more internal usage of the r11 register and made it available
616         to the register allocator.
617
618 2007-10-08  Mark Probst  <mark.probst@gmail.com>
619
620         * mini.c, mini-amd64.c, mini-x86.c: Allow open generic contexts
621         when sharing generics and treat type variables as references.
622
623 Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
624
625         * mini-ppc.c: started removing the internal uses of register r11
626         to eventually allow the register allocator to manage it as an
627         additional available register.
628
629 Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
630
631         * tramp-amd64.c: fixed memory corruption in the trampoline generation.
632
633 Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
634
635         * tramp-ppc.c, tramp-x86.c: reduce the alignment requirements for
636         specific trampolines as they are not performance critical as a jump
637         target (maybe align as before only for AOT code?). This saves about
638         200 KB of native code on x86 for monodevelop startup.
639
640 Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
641
642         * tramp-ppc.c: reduce the size of the trampolines, saves 160KB on
643         monodevelop startup.
644
645 2007-10-06  Zoltan Varga  <vargaz@gmail.com>
646
647         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Allow signed displacements.
648
649         * mini-sparc.h mini-sparc.c: Implement IMT support.
650
651         * tramp-sparc.c (mono_arch_create_trampoline_code): Rework the trampoline code so
652         its smaller and doesn't clobber sparc_g1.
653
654         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Update after trampoline changes.
655
656 Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
657
658         * mini-ppc.c: optimized the size of the IMT thunks a bit.
659
660 Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
661
662         * mini-ppc.c: implemented fast delegate invocation.
663
664 Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
665
666         * mini-ppc.h, mini-ppc.c: IMT support for the PPC architecture.
667
668 Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
669
670         * mini-ppc.c, mini-ppc.h, tramp-ppc.c, Makefile.am: port the PPC
671         code to the new style trampoline in preparation for IMT support.
672
673 Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
674
675         * mini-ppc.c, tramp-ppc.c: don't use r13 as it's used by the PPC EABI
676         systems already. This also reduces the specific trampiline sizes and
677         prepares for the use of r12 as the IMT identifier register.
678
679 Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
680
681         * mini-mips.h: endianess fix (simplified from a patch by
682         Thomas Kunze <thommy@tabao.de>, bug #323737).
683
684 Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
685
686         * exceptions-ppc.c, mini-ppc.h: refactor to use macros
687         to access ucontext fields and enable netbsd support
688         (partially from Magnus Henoch <mange@freemail.hu>).
689
690 Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
691
692         * genmdesc.pl: patch from Henryk Plötz <henryk@openmoko.org> to
693         use the preprocessor from the CPP env var if it is set.
694
695 Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
696
697         * mini-trampolines.c: fixed an assertion and moved it earlier in the
698         code, before interface_offset gets used.
699
700 2007-10-02  Zoltan Varga  <vargaz@gmail.com>
701
702         * mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Call 
703         mono_class_setup_vtable () before accessing klass->vtable.
704
705 2007-10-01  Zoltan Varga  <vargaz@gmail.com>
706
707         * aot-compiler.c (get_plt_index): Rework the handling of wrappers to be not so
708         hackish.
709
710 Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
711
712         * mini.c, mini-trampolines.c, mini.h: enable the lazy filling of the
713         IMT slots (this saves hundreds of KB of memory in programs like
714         IronPython and Monodevelop).
715
716 Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
717
718         * mini.c: print the delegate counter.
719
720 Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
721
722         * mini-x86.c: make it easier to enable the debugging code for IMT
723         slots.
724
725 2007-09-28  Martin Baulig  <martin@ximian.com>
726
727         * debug-debugger.h
728         (MonoDebuggerMetadataInfo): Add `klass_image_offset',
729         `mono_method_klass_offset' and `mono_method_token_offset'.
730
731 2007-09-20  Mark Probst  <mark.probst@gmail.com>
732
733         * mini.c: First generics sharing implementation.  Can only share
734         in very simple cases.  If sharing doesn't work it falls back to
735         dedicated compilation.
736
737         * mini.h: Flag in MonoCompile to specify whether generic
738         compilation is shared.  Flags enum for marking which generic inst
739         of a context is used.  Prototypes for helper functions.
740
741         * generic-sharing.c: Helper functions for generic method sharing.
742
743         * optflags-def.h: Optimization flag (gshared) for enabling generic
744         method sharing added.
745
746         * Makefile.am: generic-sharing.c added.
747
748 2007-09-19 Daniel Nauck <dna@mono-project.de>
749
750         * mini.c (mono_thread_abort): fixed typo in r86014. It should be '==' instead of '!='.
751
752 2007-09-19  Massimiliano Mantione  <massi@ximian.com>
753         * mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
754         fixes bug 325507.
755
756 2007-09-19  Martin Baulig  <martin@ximian.com>
757
758         * mini.c (mini_cleanup): Only call mono_debugger_cleanup() here;
759         mono_debug_cleanup() is now part of mono_cleanup().
760
761 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
762
763         * driver.c (mono_main): Fix a warning.
764
765 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
766
767         * aot-compiler.c: Optimize various parts when processing large assemblies.
768         Fixes ##325568.
769
770         * mini.c (mono_patch_info_hash): Improve hash function.
771
772 2007-09-14  Jonathan Chambers <joncham@gmail.com>
773
774         * mini-exceptions.c: Add HAVE_UNISTD_H check around include.
775         
776         Code is contributed under MIT/X11 license.
777
778 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
779
780         * mini.c (mini_init): Fix a leak.
781
782         * debug-mini.c (mono_debug_free_method_jit_info): Fix a leak.
783
784 Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
785
786         * mini.c: redirect string.InternalAllocStr() to the managed allocator.
787
788 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
789
790         * mini-amd64.c (mono_arch_find_imt_method): Add support for AOT code.
791
792 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
793
794         * Makefile.am generics-variant-types.2.il generics.cs: Add some generics
795         variance tests.
796
797         * inssel.brg: Reorganize the isinst/castclass code to reduce code duplication.
798
799         * mini.c (handle_alloc): Enable managed allocators in AOT code.
800
801         * aot-compiler.c (encode_patch): Add support for MONO_WRAPPER_ALLOC.
802
803         * aot-runtime.c (decode_patch_info): Ditto.
804
805 2007-09-12  Jonathan Chambers <joncham@gmail.com>
806
807         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement
808         static case. Cache delegates in architecture specific code, 
809         based on number of parameters.
810         
811         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): Cache delegates
812         in architecture specific code, based on number of parameters.
813         
814         * mini-trampolines.c (mono_delegate_trampoline): Architecture specific 
815         caching happen in architecture specific code now.
816         
817         Code is contributed under MIT/X11 license.
818
819 2007-09-12  Jonathan Chambers <joncham@gmail.com>
820
821         * mini.h, mini.c, mini-x86.c, mini-amd64.c, mini-hppa.c, mini-mips.c,
822         mini-s390x.c, mini-arm.c, mini-ia64.c, mini-sparc.c, mini-ppc.c, mini-alpha.c,
823         mini-s390.c: Add mono_arch_init and mono_arch_cleanup methods.
824
825         Code is contributed under MIT/X11 license.
826
827 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
828         * mini.c: (mono_thread_abort) Fixed bug #82416.
829
830 Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
831
832         * mini.: hook the new managed GC allocation feature into the JIT.
833
834 Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
835
836         * mini.c: implementation for the new runtime tls opcode.
837
838 2007-09-11  Martin Baulig  <martin@ximian.com>
839
840         * debug-debugger.h
841         (MonoDebuggerMetadataInfo): Add `mono_method_flags_offset' and
842         `mono_method_inflated_offset'.
843
844 2007-09-07  Zoltan Varga  <vargaz@gmail.com>
845
846         * driver.c mini.h mini.c: Add a new devel command line option for injecting
847         async exceptions into a method.
848
849         * mini-amd64.h mini-amd64.c: Implement injecting of async exceptions for the
850         purpose of testing whenever the unwinder works at every instruction.
851
852 Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
853
854         * mini.c: check accessibility of method used in ldftn (fixes
855         bug #82635).
856
857 2007-09-04  Zoltan Varga  <vargaz@gmail.com>
858
859         * mini-amd64.c (mono_arch_output_basic_block): Fix a warning.
860
861         * inssel.brg: Fix a warning.
862
863 2007-09-03  Martin Baulig  <martin@ximian.com>
864
865         * debug-debugger.c: `MONO_DEBUGGER_EVENT_INITIALIZE_MANAGED_CODE'
866         now takes the `main_method' as argument.
867
868 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
869
870         * cpu-sparc.md (endfilter): Add missing src1:i argument.
871
872 2007-08-30  Jonathan Chambers <joncham@gmail.com>
873
874         * driver.c: include the cil-coff.h header on Windows.
875         
876         Code is contributed under MIT/X11 license.
877
878 Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
879
880         * mini.c, driver.c: don't include the cil-coff.h header.
881
882 Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
883
884         * mini.c: flag places that needs fixes fo soft-float support.
885
886 Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus@ximian.com>
887
888         * mini.h, inssel-float.brg: fix soft-float constant loads on big
889         endian systems (partially from Dean Jenkins, bug #81924).
890
891 2007-08-28  Mark Probst  <mark.probst@gmail.com>
892
893         * mini.c (check_linkdemand): Remove embedded reference object in
894         call to LinkDemandSecurityException.
895         (mono_jit_compile_method_inner): Call LinkDemandSecurityException
896         with an IntPtr instead of a reference object.
897
898 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
899
900         * mini.c (handle_initobj): Handle alignment properly.
901
902         * inssel.brg (mini_emit_memset): Ditto. 
903
904         * inssel.brg (mini_emit_memcpy): Ditto. 
905
906         * inssel-sparc.brg: Ditto.              
907
908         * mini.h mini.c inssel-*.brg: Pass alignment information to OP_MEMCPY/MEMSET.
909
910 2007-08-26  Zoltan Varga  <vargaz@gmail.com>
911
912         * mini-exceptions.c (mono_handle_exception_internal): Skip the first frame for
913         exceptions raised in unmanaged code. Fixes part of #82594.
914
915 2007-08-24  Mark Probst  <mark.probst@gmail.com>
916
917         * mini.c (mono_method_to_ir), declsec.c
918         (mono_declsec_linkdemand_aptc): Fixed custom attr leaks.
919
920 2007-08-22  Martin Baulig  <martin@ximian.com>
921
922         * debug-mini.h
923         (MonoDebuggerThreadInfo): New typedef.
924         (mono_debugger_thread_table): New global variable.
925         (mono_debugger_thread_created): New public function.
926         (mono_debugger_thread_cleanup): New public function.
927
928         * debug-debugger.h
929         (MonoDebuggerInfo):
930         - removed `get_current_thread' and `lookup_assembly'.
931         - removed `data_table'.
932         - added `thread_table'.
933
934         * mini.c
935         (mono_thread_start_cb): Call mono_debugger_thread_created().
936         (mono_thread_attach_cb): Likewise.
937         (mini_thread_cleanup): Call mono_debugger_thread_cleanup().
938         (mini_cleanup): Move mono_debug_cleanup() down, after free'ing the
939         initial domain.
940
941         * driver.c (mono_main): Move mono_debug_init() up, before calling
942         mini_init(); mono_debug_init_1() and mono_debug_init_2() are gone.
943
944 Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
945
946         * mini-x86.c, inssel-x86.brg: group multiple stack adjustments
947         together when passing several arguments of type double (gives a small
948         speedup and saves a few bytes of generated code).
949
950 2007-08-20  Jb Evain  <jbevain@novell.com>
951
952         * mini.c (mono_method_to_ir): fix leak on InvalidProgramException.
953
954 2007-08-20  Jb Evain  <jbevain@novell.com>
955
956         * mini.c (mono_method_to_ir): throw MethodAccessException
957         and FieldAccessException instead of InvalidProgramException.
958
959 2007-08-20  Mark Probst  <mark.probst@gmail.com>
960
961         * mini.c: CoreCLR security checks.
962
963         * mini.h: Removed MonoSecurityMode (moved to
964         metadata/security-manager.h) and mono_security_mode global var
965         (replaced by set/get functions in security-manager.h).
966
967         * driver.c: Added "core-clr-test" security mode for testing.  Used
968         set-function for setting security mode.
969
970 2007-08-17  Mark Probst  <mark.probst@gmail.com>
971
972         * mini.c: MonoJitInfo's are freed hazardously now.  Statistics for
973         the new jit_info_table.
974
975         * driver.c: Test code for the new jit_info_table (enabled by the
976         define MONO_JIT_INFO_TABLE_TEST).
977
978 2007-08-14  Zoltan Varga  <vargaz@gmail.com>
979
980         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
981         detection of call <REG> instruction sequence. Fixes build on freebsd.
982
983 2007-08-13  Zoltan Varga  <vargaz@gmail.com>
984
985         * mini-exceptions.c: Fix a warning.
986
987 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
988
989         * exceptions-amd64.c (mono_arch_handle_altstack_exception): Enable the new
990         stack overflow handling code on amd64 too.
991
992         * mini-exceptions.c (mono_setup_altstack): Make this use 
993         mono_thread_get_stack_bounds ().
994
995         * mini-x86.h: Disable sigaltstack on solaris x86.
996
997 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
998
999         * mini-exceptions.c (mono_setup_altstack): Enable this to work on solaris x86.
1000
1001 2007-08-10  Geoff Norton  <gnorton@customerdna.com>
1002
1003         * tramp-x86.c: Remove some unneeded alignment changes on Apple.  Fixes #82387.
1004
1005 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
1006
1007         * mini-exceptions.c (mono_print_thread_dump): Enable this on amd64 too.
1008
1009         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Fix a warning.
1010
1011 2007-08-03  Neale Ferguson <neale@sinenomine.net>
1012
1013         * mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
1014         due to alignment.
1015
1016 Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1017
1018         * mini-ppc.c: avoid an invalid encoding of unsigned right shift by 0
1019         to be emitted (bug #82281).
1020
1021 2007-08-01  Martin Baulig  <martin@ximian.com>
1022
1023         Merged the `debugger-dublin' branch.
1024
1025         * debug-debugger.h (MonoDebuggerInfo):
1026         Removed the `old_*' compatibility entries.
1027         Added `debugger_version' and `data_table'.
1028         Renamed `get_method_addr_or_bpt' -> `insert_breakpoint'.
1029         Renamed `remove_method_breakpoint' -> `remove_breakpoint'.
1030
1031         * debug-mini.c
1032         (MiniDebugMethodBreakpointInfo): Add `address_list'.
1033         (mono_debugger_check_breakpoints): Take a `MonoDebugMethodAddress *'
1034         instead of a `gconstpointer'.
1035         (mono_debugger_insert_method_breakpoint): Return a
1036         `MonoDebugMethodAddressList *'.
1037
1038 2007-06-28  Martin Baulig  <martin@ximian.com>
1039
1040         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
1041
1042 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
1043
1044         * mini-amd64.h (MONO_INIT_CONTEXT_FROM_FUNC): Avoid using 
1045         __builtin_frame_address () since it is broken on older gcc versions.
1046
1047 Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1048
1049         * mini.c, mini.h, mini-exceptions.c: added a bit of documentation
1050         on the stack overflow handling and made the managed stack overflows
1051         catchable in most cases using soft guard pages.
1052         * exceptions-x86.c: added code to restore the protection in the soft
1053         guard pages at the end of exception handling.
1054
1055 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
1056
1057         * mini.c (SIG_HANDLER_SIGNATURE): Fix a warning.
1058
1059 Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
1060
1061         * exceptions-ppc.c, mini-ppc.h: arch-specific stack overflow
1062         exception handling.
1063
1064 Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus@ximian.com>
1065
1066         * mini-alpha.h, mini-ia64.h, mini-sparc.h: disable the altstack
1067         signal handling support until it has been ported to the new mechanism.
1068         * mini.c: fixed stack overflow detection and use the new
1069         architecture code  to handle signals on the altstack.
1070
1071 Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
1072
1073         * exceptions-amd64.c, mini-amd64.h: amd64 code to handle
1074         stack overflows on the alt stack.
1075
1076 Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
1077
1078         * exceptions-x86.c, mini-x86.h, mini.h: new code to handle
1079         stack overflows on the alt stack.
1080
1081 Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
1082
1083         * exceptions-ppc.c: cleanup preparing for altstack support.
1084
1085 Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
1086
1087         * exceptions-arm.c: cleanup preparing for altstack support.
1088
1089 2007-07-27  Mark Probst  <mark.probst@gmail.com>
1090
1091         * mini.c (print_jit_stats): Output hazard pointer stats.
1092
1093 2007-07-26  Mark Probst  <mark.probst@gmail.com>
1094
1095         * driver.c, mini.c: Replaced security mode flags with a single
1096         enum variable.
1097
1098 Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
1099
1100         * mini.c, mini-exceptions.c: cleanup the sigaltstack code.
1101
1102 2007-07-25  Mark Probst  <mark.probst@gmail.com>
1103
1104         * mini.c, mini.h, driver.c (mono_main): Added command-line flag
1105         (which doesn't do anything yet) for activating Core CLR
1106         (Silverlight) security.
1107
1108 Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
1109
1110         * mini-codegen.c: work around a possible gcc bug on arm.
1111
1112 Tue Jul 24 17:20:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
1113
1114         * driver.c, mini-x86.h, mini-amd64.h: print a nice error
1115         message for platforms that don't support AOT compilation.
1116
1117 Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus@ximian.com>
1118
1119         * mini.h, mini.c, driver.c: temporary smcs hack.
1120
1121 Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus@ximian.com>
1122
1123         * mini-arm.h, mini-arm.c: arm EABI fixes.
1124
1125 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
1126
1127         * exceptions-x86.c (mono_arch_find_jit_info): Handle the lmf->method == NULL
1128         case.
1129
1130         * tramp-x86.c (mono_arch_create_trampoline_code): Only set lmf->method for
1131         trampolines taking a method argument.
1132
1133         * mini-x86.h (MonoLMF): Add an 'esp' field plus comments.
1134
1135         * mini-x86.c (mono_arch_emit_prolog): Update after changes to the LMF structure.
1136         * tramp-x86.c (mono_arch_create_trampoline_code): Ditto.
1137
1138         * exceptions-x86.c (mono_arch_get_jit_info): Properly clean up the stack after
1139         JIT compilation throws an exception. Fixes #82050.
1140
1141 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1142
1143         * mini.c: Removed the MonoLoaderErrorKind enum and replaced it
1144         with the MONO_EXCEPTION_ defines.
1145
1146 2007-07-17  Zoltan Varga  <vargaz@gmail.com>
1147
1148         * mini-amd64.c (mono_arch_find_imt_method): Handle mov reg,IMM64 case. Fixes
1149         #82117.
1150         
1151         * mini-amd64.c (mono_arch_find_imt_method): Add some debug code to help find out
1152         the cause of an assertion.
1153
1154 Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus@ximian.com>
1155
1156         * mini.c, jit-icalls.c: mono_get_inflated_method() is obsolete,
1157         removed.
1158
1159 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
1160
1161         * mini-amd64.c (mono_arch_build_imt_thunk): Remove the non-32bit MonoMethod
1162         assert. Should fix #82103.
1163
1164 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
1165
1166         * mini-exceptions.c (mono_jit_walk_stack_from_ctx): Use MONO_CONTEXT_GET_SP ()
1167         here too. Fixes #82095.
1168
1169         * mini-amd64.c (mono_arch_build_imt_thunk): Add support for non-32bit MonoMethod
1170         addresses.
1171
1172         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a couple asserts.
1173
1174         * mini-amd64.h: Enable IMT for amd64.
1175         
1176         * mini-amd64.c (mono_arch_build_imt_thunk): Optimize IMT thunk size.
1177
1178 2007-07-12  Zoltan Varga  <vargaz@gmail.com>
1179
1180         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for IMT call sequences.
1181
1182 2007-07-12  Mark Probst  <mark.probst@gmail.com>
1183
1184         * mini.c (check_linkdemand, mono_method_to_ir): Abort compilation
1185         as soon as check_linkdemand sets an exception_type.
1186
1187 Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1188
1189         * mini-x86.c: fixed offsets for IMT call sequence.
1190         * mini-x86.h: enable IMT again.
1191
1192 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1193
1194         * trace.c (mono_trace_enter_method): Decode MonoType too.
1195
1196         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Handle signed displacements too.
1197
1198         * mini.h mini-x86.h mini-trampolines.c: Change the signature of mono_arch_find_imt_method () to pass the calling code address too.
1199
1200         * mini-amd64.c: Add preliminary IMT implementation.
1201         
1202 Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
1203
1204         * mini-x86.c: adjusted mono_arch_get_vcall_slot_addr () to
1205         understand the new IMT-base interface invocation (thanks to
1206         Daniel Nauck for the report and the remote debugging session).
1207
1208 Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
1209
1210         * mini-x86.c: size and speed optimizations for the IMT bsearch.
1211
1212 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1213
1214         * Makefile.am (aotcheck): Make this actually use the AOTed code.
1215
1216 Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus@ximian.com>
1217
1218         * mini-trampolines.c: implement AOT IMT support.
1219         * mini-x86.h: enable IMT support for wider testing.
1220
1221 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1222
1223         * inssel.brg (emit_imt_argument): Add aot support here.
1224
1225         * aot-runtime.c (decode_patch_info): Fix reading of MONO_PATCH_INFO_METHOD.
1226
1227 Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1228
1229         * mini-x86.c, mini-x86.h, tramp-x86.c: x86 arch-specific changes
1230         of the IMT implementation, partially from massi, with my
1231         implementation of the bsearch sequence. Disabled by default until
1232         the AOT code is implemented.
1233
1234 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1235
1236         * cpu-x86.md: The source argument of sext_i1/i2 must by a byte reg.
1237
1238         * inssel-x86.brg: Add reg:ldind.i1(regvar) rules. Fixes #82056.
1239
1240 Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
1241
1242         * inssel.brg, mini.c, mini.h, mini-trampolines.c:
1243         arch-independent IMT JIT code from Massimiliano
1244         Mantione (massi@ximian.com) with small cleanups from me.
1245
1246 Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
1247
1248         * Makefile.am: fix svn invocation to get the svn revision to be
1249         independent of the local language (build fix).
1250
1251 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1252
1253         * mini.c (inline_method): Reset cfg->exception_type if the
1254         inlining is aborted.  Fixes: 82049.
1255
1256 Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
1257
1258         * mini.c: remove assert from exception handling code when exception_ptr
1259         is not set.
1260
1261 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1262
1263         * mini.c (mono_codegen): Add an assert.
1264
1265         * mini-x86.c (mono_arch_emit_prolog): Allocate space for the profiler method 
1266         enter and leave code.
1267         * mini-amd64.c (mono_arch_emit_prolog): Likewise.
1268
1269 Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
1270
1271         * mini-ppc.c: fixed memory corruption for localloc(0)
1272         (bug #81852).
1273
1274 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1275         
1276         * mini.c: Fix warnings.
1277
1278 Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
1279
1280         * optflags-def.h, mini-x86.c: added sse2 optimization flag and use it
1281         to emit better double->int conversions.
1282
1283 Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
1284
1285         * mini.c: the provided Min/Max optimizations are valid for unisgned
1286         ints.
1287
1288 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
1289
1290         * 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
1291
1292 2007-06-28  Miguel de Icaza  <miguel@novell.com>
1293
1294         * mini.c (mono_running_on_valgrind): Add support for reporting the
1295         method and  its boundaries to valgrind.
1296
1297 2007-06-28  Martin Baulig  <martin@ximian.com>
1298
1299         * debug-debugger.h (MonoDebuggerInfo): Added `debugger_version'.
1300
1301 2007-06-25  Zoltan Varga  <vargaz@gmail.com>
1302
1303         * ssa.c (visit_inst): Add support for OP_BR. Fixes #81946.
1304
1305         * generic.2.cs: Add new test case.
1306
1307 2007-06-25  Martin Baulig  <martin@ximian.com>
1308
1309         Merged the `debugger-dublin' branch.
1310
1311         * debug-mini.c
1312         (mono_debugger_insert_method_breakpoint): New public method.
1313         (mono_debugger_remove_method_breakpoint): Likewise.
1314         (mono_debugger_check_breakpoints): New static method.
1315         (mono_debug_close_method): Call mono_debugger_check_breakpoints().
1316
1317         * debug-debugger.h (MonoDebuggerInfo):
1318         Renamed (to keep backward compatibility in the vtable):
1319         `insert_breakpoint' -> `old_insert_breakpoint'.
1320         `remove_breakpoint' -> `old_remove_breakpoint'.
1321         `create_string' -> `old_create_string'.
1322         `lookup_class' -> `old_lookup_class'.
1323         `lookup_type' -> removed; changed into a dummy field.
1324         `lookup_assembly' -> `old_lookup_assembly'.
1325         Added (same functionality, but different signature):
1326         `create_string', `lookup_class', `lookup_assembly'
1327         Added new:
1328         `get_method_addr_or_bpt', `remove_method_breakpoint',
1329         `runtime_class_init'.
1330
1331         * debug-debugger.c: Merged the `debugger-dublin' branch.
1332
1333 2007-06-23  Zoltan Varga  <vargaz@gmail.com>
1334
1335         * mini-amd64.c (peephole_pass_1): Optimize away moves at the beginning of the bb as
1336         well.
1337         (peephole_pass): Likewise.
1338
1339 Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
1340
1341         * driver.c: hopefully make setaffinity work also for ancient
1342         versions of linux.
1343
1344 2007-06-22  Atsushi Enomoto  <atsushi@ximian.com>
1345
1346         * driver.c : win32 build fix.
1347
1348 Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
1349
1350         * driver.c: check for the MONO_NO_SMP env var and bind to a single
1351         processor if it is set.
1352
1353 2007-06-21  Martin Baulig  <martin@ximian.com>
1354
1355         * debug-mini.h: New file.
1356
1357         * debug-mini.c
1358         (mono_debugger_insert_breakpoint_full): Moved here from
1359         ../metadata/mono-debug-debugger.c.
1360         (mono_debugger_remove_breakpoint): Likewise.
1361         (mono_debugger_breakpoint_callback): Likewise.
1362
1363 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1364
1365         * jit-icalls.c (mono_helper_compile_generic_method): Update to
1366         changes in MonoGenericClass.
1367
1368 2007-06-14  Zoltan Varga  <vargaz@gmail.com>
1369
1370         * mini-codegen.c (mono_opcode_to_type): Fix ia64 build.
1371
1372 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1373
1374         * jit-icalls.c (mono_helper_compile_generic_method): Update to
1375         removal of MonoGenericMethod.
1376
1377 Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1378
1379         * mini-exceptions.c: hooks for the exception events profiling API.
1380
1381 2007-06-14  Randolph Chung  <tausq@debian.org>
1382
1383         * Makefile.ma: Add hppa target.
1384         * mini-arch.h: Include mini-hppa.h
1385         * cpu-hppa.md, exceptions-hppa.c, inssel-hppa.brg, mini-hppa.c,
1386         mini-hppa.h, tramp-hppa.c: New files for 32-bit HPPA port.
1387         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
1388
1389 2007-06-14  Randolph Chung  <tausq@debian.org>
1390
1391         * inssel.brg: Add rules for "chained" compare-branch operations so that
1392         a single compare op can affect multiple branches.  Adjust cost for
1393         OP_CEQ/OP_CGT/OP_CGT_UN/OP_CLT/OP_CLT_UN.
1394         * inssel-long32.brg: Update rules to use compare-branch macros.  Adjust
1395         cost for some rules so that they can more easily be overridden by
1396         per-arch rules (with fixes from lupus).
1397         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
1398
1399 2007-06-13  Randolph Chung  <tausq@debian.org>
1400
1401         * mini-ops.h: Reorder branch ops so that they match the order of the
1402         corresponding CEE_* ops.  The code expects them this way.
1403         Add new ops for HPPA target.
1404         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
1405
1406 2007-06-13  Randolph Chung  <tausq@debian.org>
1407
1408         * mini-exceptions.c: Handle cases where the stack grows towards
1409         larger addresses.
1410         Contributed under the X11 license (http://bugzilla.ximian.com/show_bug.cgi?id=81866).
1411
1412 Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
1413
1414         * jit-icalls.c, mini.h, mini.c: added virtual generic invoke
1415         counter.
1416         * driver.c: explain where a non-matching corlib is found.
1417
1418 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1419
1420         * mini.c (print_jit_stats): Output dynamic code allocation stats.
1421
1422 2007-06-10  Sanghyeon Seo <sanxiyn@gmail.com>
1423
1424         * mini-exceptions.c: Generate a method profile leave event during
1425         an exception to ensure that the profiler gets notified.
1426
1427 2007-06-07  Zoltan Varga  <vargaz@gmail.com>
1428
1429         * mini-amd64.c (peephole_pass): Merge some small changes from the linear-ir 
1430         branch.
1431
1432         * cpu-amd64.md: Add long_and/or/xor opcodes.
1433
1434 2007-06-06  Wade Berrier  <wberrier@novell.com>
1435
1436         * cpu-s390x.md (shr_imm): Correct the length of shr_imm instruction.
1437         (./class/lib/monolite/mcs.exe:25498): WARNING **: wrong maximal instruction 
1438         length of instruction shr_imm (expected 8, got 10)
1439
1440 2007-06-06  Zoltan Varga  <vargaz@gmail.com>
1441
1442         * mini-ia64.c (mono_arch_output_basic_block): Really fix the build.
1443
1444 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1445
1446         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
1447         MonoInternalHashTable again (fixed bug in the internal hash table
1448         code).
1449
1450 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1451
1452         * mini.c, driver.c: Reverted the MonoInternalHashTable changes.
1453         Have to figure out what makes it crash the SWF regression.
1454
1455 2007-06-05  Zoltan Varga  <vargaz@gmail.com>
1456
1457         * mini-ia64.c (mono_arch_lowering_pass): Fix ia64 build.
1458
1459 Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1460
1461         * mini.c: optimize out the type check when storing null in a
1462         reference array.
1463
1464 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1465
1466         * mini.c, driver.c: Changed MonoDomain.jit_code_hash to a
1467         MonoInternalHashTable.
1468
1469 Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1470
1471         * inssel.brg, mini.c, mini-ops.h: optimized Math.Mini/Max
1472         signed integer methods.
1473
1474 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
1475
1476         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case 
1477         permanently since the current approach doesn't work.
1478
1479 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
1480
1481         * inssel.brg (stmt): Only call delegate->invoke_impl if 
1482         MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE is defined.
1483
1484 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
1485
1486         * mini-amd64.c (mono_arch_output_basic_block): Unify div/rem opcodes and handle
1487         the sreg2==rdx case.
1488         
1489         * mini-amd64.c cpu-amd64.md: Correct length of r4const instruction and take into
1490         account if it contains a rex prefix.
1491         (peephole_pass): Handle OP_FMOVE as well.
1492
1493 2007-06-01  Zoltan Varga  <vargaz@gmail.com>
1494
1495         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Disable the static case for now
1496         as it causes regressions.
1497
1498 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1499
1500         * mini-x86.c (mono_arch_get_delegate_invoke_impl): Implement support for the
1501         static case as well.
1502
1503         * tramp-ia64.c (mono_arch_create_trampoline_code): Fix ia64 build.
1504
1505         * mini-x86.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
1506         (mono_arch_get_this_arg_from_call): Ditto.
1507
1508         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Removed.
1509
1510         * inssel.brg (mini_emit_virtual_call): Call delegate->Invoke through the delegate's
1511         invoke_impl field.
1512
1513         * mini-amd64.c (mono_arch_get_delegate_invoke_impl): New arch dependent function.
1514         (mono_arch_get_this_arg_from_call): Ditto.
1515
1516         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Removed.
1517         
1518         * mini-trampolines.c (mono_delegate_trampoline): Complete rewrite. On first call,
1519         try to create optimized invoke code and use that for further invocations. 
1520         Otherwise, use the original mono_marshal_get_delegate_invoke () implementation.
1521
1522         * mini-x86.h mini-ia64.h: Remove MONO_ARCH_HAS_CREATE_DELEGATE_TRAMPOLINE for now.
1523
1524 2007-05-29  Rodrigo Kumpera  <kumpera@gmail.com>
1525
1526         * inssel.brg (mini_emit_virtual_call): Statically dispatch virtual calls to
1527         sealed classes or methods.
1528         *devirtualization.cs: tests for the new optimization
1529
1530 2007-05-29  Zoltan Varga  <vargaz@gmail.com>
1531
1532         * liveness.c (update_gen_kill_set): No need to set VOLATILE flags here, it is done
1533         by the update_volatile () function.
1534
1535 2007-05-27  Zoltan Varga  <vargaz@gmail.com>
1536
1537         * driver.c (mono_main): Call g_thread_init () early since newer glib versions
1538         require it.
1539
1540         * abcremoval.c (mono_perform_abc_removal): Avoid using alloca.
1541
1542 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1543
1544         * mini.c: Add configure checks for header files.
1545         * mini-x86.c: Add configure checks for header files.
1546         * trace.c: Add configure checks for header files.
1547         * aot-runtime.c: Add configure checks for header files.
1548         * aot-compiler.c: Add configure checks for header files.
1549         * driver.c: Add configure checks for header files.
1550         * mini-codegen.c: Add configure checks for header files.
1551         
1552         Code is contributed under MIT/X11 license.
1553
1554 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1555
1556         * mini-ia64.c (mono_arch_lowering_pass): Fix the handling of
1557         icompare_imm -128 + op_iclt. Fixes #81703.
1558
1559 2007-05-19  Zoltan Varga  <vargaz@gmail.com>
1560
1561         * mini-codegen.c (mono_local_regalloc): Fix long-shift-regalloc on amd64.
1562
1563 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1564
1565         * inssel.brg: added "mini_emit_load_intf_bit_reg_vtable", and used it
1566         inside "mini_emit_isninst_iface_cast" and "mini_emit_castclass_iface"
1567         so that all isinst checks now use "interface_bitmap".
1568
1569 2007-05-15  Zoltan Varga  <vargaz@gmail.com>
1570
1571         * cpu-amd64.md (jmp): Fix a warning.
1572
1573         * inssel.brg (CEE_SWITCH): Hopefully fix #80738.
1574
1575         * basic.cs: Add new regression test.
1576
1577         * basic.cs: Remove test which is now in basic-long.cs.
1578
1579         * mini-ia64.c (mono_arch_output_basic_block): Sign extend in CEE_CONV_I8/CEE_CONV_I.
1580
1581         * basic-long.cs: Add new test.
1582         
1583 2007-05-13  Zoltan Varga  <vargaz@gmail.com>
1584
1585         * mini-sparc.c (mono_spillvar_offset_float): Fix sparc build.
1586
1587 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1588
1589         * cpu-x86.md minix-86.c: Add a peephole_pass_1 () as on amd64.
1590
1591         * mini-x86.c (mono_arch_output_basic_block): Use mono_opcode_to_cond () in a few
1592         places.
1593         
1594         * mini-x86.c (mono_arch_emit_exceptions): Decrease the size of the exception 
1595         throwing code a bit.
1596
1597         * exceptions-x86.c (mono_arch_get_throw_corlib_exception): Decrease the size of 
1598         the exception throwing code a bit.
1599
1600         * mini-x86.c (get_call_info): Allocate result from a mempool.
1601
1602 2007-05-11  Zoltan Varga  <vargaz@gmail.com>
1603
1604         * aot-compiler.c (find_typespec_for_class): Fix the assert.
1605
1606         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
1607
1608         * mini.h (MonoCompile): Add 'token_info_hash' field.
1609
1610         * mini.c: Save token->method associations during compilation so the AOT 
1611         compiler can use it.
1612         
1613         * aot-compiler.c aot-runtime.c: Add support for compiling non-generic methods
1614         which reference generic classes and methods.
1615
1616 2007-05-10  Zoltan Varga  <vargaz@gmail.com>
1617
1618         * mini.h mini-<ARCH>.h: Get rid of MONO_ARCH_HAS_XP_LOCAL_REGALLOC.
1619
1620         * aot-compiler.c (compile_method): Fix a typo in a comment.
1621
1622         * aot-runtime.c (decode_cached_class_info): Skip generic types.
1623
1624         * aot-compiler.c: Add minimal support for AOTing generic code by skipping 
1625         everything generic.
1626
1627         * mini.c (mono_method_to_ir): Disable AOT when calling helper_compile_generic_method.
1628
1629 2007-05-09  Zoltan Varga  <vargaz@gmail.com>
1630
1631         * mini.h (MonoCompile): Add 'args' field.
1632
1633         * mini.c (mono_compile_create_vars): Store variables representing the arguments
1634         into cfg->args.
1635
1636         * mini-<ARCH>.c: Use cfg->args for accessing the method arguments.
1637
1638 2007-05-08  Zoltan Varga  <vargaz@gmail.com>
1639
1640         * mini.c (mono_compile_get_interface_var): Remove this unused function.
1641
1642         * mini-ops.h inssel.brg mini-<ARCH>.c: Add a new opcode for ckfinite as well.
1643
1644         * mini-ops.h: Introduce new opcodes used in the IR instead of the original CEE_
1645         opcodes for some opcodes.
1646
1647         * mini.h *.brg *.c: Use the new opcodes.
1648
1649 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1650
1651         * mini.h: Bumped aot revision.
1652
1653         * inssel.brg: modified code generation of type checks for interfaces
1654         to use the new "MonoClass.interface_bitmap" instead of the old
1655         "MonoClass.interface_offsets".
1656
1657 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1658
1659         * cpu-amd64.md (jmp): Increase the maximum size of the jmp opcode to 128.
1660
1661 2007-04-29  Zoltan Varga  <vargaz@gmail.com>
1662
1663         * abcremoval.c (summarize_integer_value): Handle OP_LCONV_TO_I4 to fix abcrem on
1664         64 bit platforms.
1665
1666 2007-04-27  Neale Ferguson <neale@sinenomine.net>
1667
1668         * mini-s390x.c: Fix MONO_TYPE_VALUETYPE processing.
1669
1670 2007-04-27  Wade Berrier  <wberrier@novell.com>
1671
1672         * mini-s390x.c: Remove redeclaration of CompRelation and CompType (defined in 
1673         mini.h) to fix build.
1674
1675 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
1676
1677         * mini-amd64.c (peephole_pass_1): Fix and reenable this pass.
1678         
1679         * mini-amd64.c (mono_arch_local_regalloc): Disable the new peephole_pass_1 as it
1680         causes the corlib unit tests to fail.
1681
1682 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
1683
1684         * mini-codegen.c (mono_opcode_to_type): Fix a bug in the previous patch.
1685
1686         * mini-amd64.c (peephole_pass_1): New pass to perform before local regalloc.
1687
1688         * mini-codegen.c (mono_opcode_to_cond): New helper function to convert conditional 
1689         opcodes to the comparison relations.
1690
1691         * mini-codegen.c (mono_opcode_to_type): New helper function to convert conditional 
1692         opcodes to their types.
1693         
1694         * mini-ia64.c mini-amd64.c: Use mono_opcode_to_cond and mono_opcode_to_type.
1695
1696         * mini-amd64.c (get_call_info): Allocate the result from the cfg mempool and cache 
1697         it in cfg->arch.cinfo.
1698
1699         * local-propagation.c (mono_local_cprop_bb): Fix a warning.
1700
1701         * mini.h mini.c branch-opts.c: Change bbhash to be an array and store it in 
1702         cfg->cil_offset_to_bb.
1703
1704 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
1705
1706         * liveness.c (optimize_initlocals): New mini-pass to optimize away dead assignments
1707         created becase of initlocals.
1708
1709 2007-04-23  Zoltan Varga  <vargaz@gmail.com>
1710
1711         * mini-alpha.c cpu-alpha.md: More alpha port work from 
1712         Sergey Tikhonov <tsv@solvo.ru>.
1713
1714 2007-04-21  Andreas Faerber  <andreas.faerber@web.de>
1715
1716         * Makefile.am (BUILT_SOURCES): Fix for automake 1.6.x. Fixes #81417.
1717
1718 2007-04-19  Zoltan Varga  <vargaz@gmail.com>
1719
1720         * cpu-s390.md (break): Correct the length of break instruction.
1721
1722 Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
1723
1724         * mini.c: fix a couple of soft-float issues and comments.
1725
1726 2007-04-15  Miguel de Icaza  <miguel@novell.com>
1727
1728         * trace.c (is_filenamechar): - is also a filename char.
1729
1730 2007-04-15  Neale Ferguson <neale@sinenomine.net>
1731
1732         * mini-s390.c: Correct checking for enum type in return value processing.
1733
1734 2007-04-14  Raja R Harinath  <rharinath@novell.com>
1735
1736         * Makefile.am (BUILT_SOURCES): Add 'version.h'.
1737         (version.h): Makefile is in the build directory.
1738
1739 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
1740
1741         * mini-amd64.h: fix for assertion failure on Solaris/amd64
1742
1743 2007-04-11  Martin Baulig  <martin@ximian.com>
1744
1745         * mini.c (can_access_member): Fix handling of generic classes;
1746         fixes #81259.
1747
1748 2007-04-10  Zoltan Varga  <vargaz@gmail.com>
1749
1750         * aot-runtime.c (mono_aot_plt_resolve): Fix disabling of AOT. Fixes #81316.
1751
1752 2007-04-05  Zoltan Varga  <vargaz@gmail.com>
1753
1754         * aot-runtime.c: Fix disabling of AOT. Fixes #81316.
1755
1756 Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
1757
1758         * mini-codegen.c: make sure the right spill amount is
1759         used for fp or integer registers (fixes the float_sub_spill() on ppc).
1760
1761 Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
1762
1763         * mini-ppc.c: fixes for the fp_branch_nan test.
1764
1765 2007-03-23  Zoltan Varga  <vargaz@gmail.com>
1766
1767         * basic.cs: Comment out new test which still fails on ia64.
1768
1769 Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1770
1771         * mini.c: immediate shifted or fix (mono_metadata_user_string assert).
1772
1773 Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
1774
1775         * mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).
1776
1777 2007-03-22  Zoltan Varga  <vargaz@gmail.com>
1778
1779         * cfold.c (FOLD_BINOP): Cast the result to gint32 to prevent overflow problems
1780         on 64 bit machines. Fixes part of #80738.
1781
1782         * basic.cs: Add regression test.
1783
1784 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
1785
1786         * inssel.brg basic.cs: Revert previous change to fix build.
1787
1788         * inssel.brg (SWITCH): Clean out the upper word of the switch value on 64 bit
1789         platforms.
1790         
1791         * inssel.brg (SWITCH): Use an integer comparison. Fixes #80738.
1792
1793         * basic.cs: Add new regression test.
1794
1795 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
1796
1797         * mini-ia64.c (mono_arch_emit_prolog): Fix an assert when a function has too
1798         many arguments.
1799
1800 2007-03-16  Neale Ferguson <neale@sinenomine.net>
1801
1802         * cpu-s390x.md: Correct length of break instruction.
1803
1804 2007-03-16  Neale Ferguson <neale@sinenomine.net>
1805
1806         * mini-s390x.c, cpu-s390x.md: Fix #80507 for s390x.
1807         * mini-s390.c, cpu-s390.md: Fix #80507 for s390.
1808
1809 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
1810
1811         * *.c: Begin WIN64 port.
1812         * mini.c:  Use correct register in profiler.
1813         * mini-amd64.c: No inline assembly on Win64.
1814         * mini-amd64.h: Implement MONO_INIT_CONTEXT_FROM_FUNC for Win64.
1815         Only define MONO_ARCH_USE_SIGACTION on non-windows platforms.
1816         * exceptions-amd64.c: Only need gregs_from_ucontext if MONO_ARCH_USE_SIGACTION
1817         is defined. Implement mono_arch_sigctx_to_monoctx, mono_arch_monoctx_to_sigctx, and
1818         mono_arch_ip_from_context for Win64.
1819         
1820         Contributed under MIT/X11 license.
1821
1822 2007-03-15  Zoltan Varga  <vargaz@gmail.com>
1823
1824         * exceptions-amd64.c (seh_handler): Ditto.
1825
1826         * exceptions-x86.c (seh_handler): Fix a memory leak.
1827
1828 Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus@ximian.com>
1829
1830         * mini-arm.c, mini-mips.c, mini-ppc.c, mini-s390.c,
1831         mini-s390x.c: fixed peephole optimizations to deal
1832         correctly with 1 and 2 byte reload avoidance.
1833
1834 Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus@ximian.com>
1835
1836         * cpu-s390.md, cpu-s390x.md: update localloc length.
1837
1838 Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus@ximian.com>
1839
1840         * cpu-g4.md: added missing descriptions.
1841
1842 2007-03-14  Miguel de Icaza  <miguel@novell.com>
1843
1844         *  Makefile.am: Add support so the tail tests are not executed on
1845         PowerPC as that is a known limitation of the PowerPC port.
1846
1847 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
1848
1849         * runmdesc.bat:  Move to msvc directory.
1850         
1851 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
1852
1853         * runmdesc.bat:  Run executable that was produced by the current
1854         target and sent via an argument.
1855         
1856 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
1857
1858         * mini.c (mono_method_to_ir): Fix box+brtrue optimization. Fixes
1859         #81102.
1860
1861         * generics.2.cs: Add regression test.
1862
1863 2007-03-09  Wade berrier  <wberrier@novell.com>
1864
1865         * mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this symbol)
1866
1867 2007-03-09  Zoltan Varga  <vargaz@gmail.com>
1868
1869         * aot-runtime.c (load_aot_module): Load all dependent assemblies eagerly since all
1870         AOT code depends on this.
1871
1872 Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus@ximian.com>
1873
1874         * mini.c: more precise tracking of types in the eval stack
1875         (part of fix for bug #81044).
1876
1877 2007-03-07  Zoltan Varga  <vargaz@gmail.com>
1878
1879         * aot-runtime.c (mono_aot_get_class_from_name): Add a cache.
1880
1881         * aot-compiler.c (encode_patch): Remove an obsolete comment.
1882
1883 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1884
1885         * mini-exceptions.c (mono_handle_native_sigsegv): Fix a warning.
1886
1887         * mini.c (mono_method_to_ir): Add a workaround for bug #80733.
1888
1889 2007-02-22  Zoltan Varga  <vargaz@gmail.com>
1890
1891         * mini.c (type_from_op): Convert CEE_CONV_U to OP_LCONV_TO_U when the argument is
1892         a pointer on 64 bit systems. Fixes #80190.
1893
1894         * iltests.il: Add new regression test.
1895
1896 Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus@ximian.com>
1897
1898         * mini.c: inline a constant for Environment.IsRunningOnWindows.
1899
1900 2007-02-19  Geoff Norton  <gnorton@customerdna.com>
1901
1902         * trace.c: Remove an erroneous alignemnt check when tracing.
1903           Fixes --trace on OSX86.
1904
1905 Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus@ximian.com>
1906
1907         * mini-$(arch).h: initialize SP in context for all the archs.
1908
1909 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com>
1910
1911         * mini-x86.h: Initialize SP in MONO_INIT_CONTEXT_FROM_FUNC. Fix CAS
1912         regressions in the thread tests.
1913
1914 2007-02-14  Zoltan Varga  <vargaz@gmail.com>
1915
1916         * *-alpha.*: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>:
1917         - fixed implementation of LOCALLOC opcode
1918         - implemented non-un compare for floats
1919         - code cleanup
1920         - implementation of FDIV and CKFINITE opcodes
1921         - fixes for latest mono updates
1922         - additional arch opcodes
1923
1924 Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus@ximian.com>
1925
1926         * Makefile.am: simplify and merge rules for cross-compilation.
1927
1928 2007-02-07  Massimiliano Mantione  <massi@ximian.com>
1929
1930         * local-propagation.c: Actually *apply* the fix for bug 80591...
1931
1932 Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus@ximian.com>
1933
1934         * mini-exceptions.c: backuot part of the last change
1935         (fixes cas tests on amd64 related to GetExecutingAssembly ()).
1936
1937 2007-02-06  Massimiliano Mantione  <massi@ximian.com>
1938         * inssel.brg: Fix bug 59286.
1939
1940
1941 Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus@ximian.com>
1942
1943         * mini-exceptions.c: patch from Zoltan to correctly check for
1944         stack boundaries (using the stack register, not the frame register),
1945         fixes bugs #80724, #79717.
1946
1947 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
1948
1949         * mini-ia64.c inssel-sparc.brg mini-sparc.c cpu-sparc.md: Get rid of OP_SETREG/
1950         OP_SETREGIMM, use OP_MOVE/OP_ICONST instead.
1951
1952         * mini-amd64.c (mono_arch_output_basic_block): Fix ATOMIC_EXCHANGE in the
1953         presence of frame pointer elimination.
1954
1955 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
1956         
1957         * mini-x86.h: NetBSD UCONTEX_REG defines.
1958
1959 2007-02-01  Zoltan Varga  <vargaz@gmail.com>
1960
1961         * inssel-amd64.brg: Fix amd64 build.
1962
1963 Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus@ximian.com>
1964
1965         * mini.h: remove extern to workaround what looks likes gcc bug 26905
1966         on amd64.
1967
1968 2007-01-31  Zoltan Varga  <vargaz@gmail.com>
1969
1970         * mini-codegen.c (mono_is_regsize_var): New helper function usable by the back
1971         ends.
1972
1973         * mini-<ARCH>.c: Use mono_is_regsize_var ().
1974
1975 2007-01-30 Mark Mason <mason@broadcom.com>
1976
1977            * exceptions-mips.c: Lots of exception handling fixes, LMFs now work, some cleanups.
1978            * mini-mips.h: Add LMF magic numbers, and fix context set/get macros.
1979            * mini-mips.c: Cleanups, LMF handling now works, optimize store of zero, implement localloc
1980            beginning support for CEE_JMP [not quite working yet]
1981            * tramp-mips.c: LMF handling now works
1982         
1983 2007-01-30  Zoltan Varga  <vargaz@gmail.com>
1984
1985         * mini-amd64.c (peephole_pass): Optimize code common in initlocals blocks.
1986
1987         * mini.h (NULLIFY_INS): New macro.
1988
1989 Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus@ximian.com>
1990
1991         * mini.c: statistical profiler fix for windows, patch
1992         from Tor Lillqvist (tml@novell.com).
1993
1994 2007-01-30  Massimiliano Mantione  <massi@ximian.com>
1995         * local-propagation.c: Fix bug 80591.
1996
1997 Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus@ximian.com>
1998
1999         * Makefile.am: put back the --export-dynamic option as with
2000         the previous gmodule flags (thanks to Robert Jordan).
2001
2002 2007-01-28  Zoltan Varga  <vargaz@gmail.com>
2003
2004         * mini-sparc.c (peephole_pass): Fix #80622 for sparc as well.
2005
2006         mini.h *.c: Allocate fp vregs from the same pool as the int vregs. Use this to
2007         simplify and speed up the local register allocator. Also rename some fields
2008         like iassign->vassign.
2009         
2010         * regalloc.c: Remove some functions which are no longer used since their
2011         inlined version is in mini-codegen.c.
2012         
2013         * mini-codegen.c: Rename mono_regstate2_ functions to mono_regstate_.
2014
2015         * basic.cs objects.cs iltests.il: Merge tests from the linear IL branch.
2016
2017 2007-01-27  Zoltan Varga  <vargaz@gmail.com>
2018
2019         * mini-amd64.c (peephole_pass): Remove optimizations which omit a 
2020         narrowing. Fixes #80622.
2021
2022         * iltests.il: Add new regresssion test. 
2023
2024 Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2025
2026         * mini.h, mini-trampolines.c, aliasing.c, mini-codegen.c,
2027         debug-debugger.c, debug-debugger.h: warning fixes.
2028         * driver.c: updated copyright year and made it fit in one line.
2029
2030 Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus@ximian.com>
2031
2032         * aot-runtime.c: updated to use mono-dl instead of gmodule.
2033
2034 2007-01-25  Zoltan Varga  <vargaz@gmail.com>
2035
2036         * mini-x86.c (mono_arch_output_basic_block): Fix #80507 for x86.
2037
2038         * mini-amd64.c (mono_arch_output_basic_block): Fix #80507 for amd64.
2039
2040         * iltests.il: Add new test for bug #80507.
2041
2042 Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2043
2044         * mini-arm.h: use soft-float also on vfp for now.
2045
2046 Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2047
2048         * mini.c: fix some more soft-float issues.
2049
2050 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
2051
2052         * mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.
2053
2054 2007-01-24  Massimiliano Mantione  <massi@ximian.com>
2055         * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
2056         mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
2057         MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.
2058
2059 Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
2060
2061         * mini-arm.c: typo fix.
2062
2063 2007-01-23  Neale Ferguson <neale@sinenomine.net>
2064
2065         * mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
2066
2067 2007-01-21  Zoltan Varga  <vargaz@gmail.com>
2068
2069         * mini.c (mono_allocate_stack_slots_full): Allocate memory from the cfg mempool.
2070         Share stack slots for scalar types. Avoid expensive g_list_free () calls.
2071
2072         * mini-x86.c (mono_arch_allocate_vars): Don't free the result of allocate_stack_slots_full.
2073
2074         * mini-amd64.c mini-ia64.c mini-alpha.c: Ditto. 
2075
2076         * mini.h (MonoJitStats): Add a new JIT statistics: locals_stack_size.
2077         
2078         * inssel.brg: Fix a warning.
2079
2080         * mini.h (MonoBasicBlock): Make bb->dominated a GSList.
2081
2082         * abcremoval.c ssa.c ssapre.c: Update after this change.
2083         
2084         * dominators.c (compute_dominators): Allocate bb->dominated from the cfg mempool.
2085
2086         * dominators.c (df_set): Use mono_bitset_union_fast.    
2087
2088 Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus@ximian.com>
2089
2090         * mini.h, genmdesc.c, genmdesc.pl, mini-${arch}.c, cprop.c,
2091         mini-codegen.c: reduce relocations and memory usage for the cpu
2092         description.
2093
2094 2007-01-20  Zoltan Varga  <vargaz@gmail.com>
2095
2096         * mini-codegen.c (mono_regstate2_alloc_int): Optimize this using bsfq on amd64.
2097
2098         * genmdesc.c genmdesc.pl mini.h: Remove some unused fields from the mdesc tables
2099         to reduce their size.
2100
2101 2007-01-19 Mark Mason <mason@broadcom.com>
2102
2103         * exceptions-mips.c: fix mono_arch_ip_from_context(), increase exception debug support.
2104         * mini-mips.c: more configuration macros, support long conditional branches, additional
2105         asserts, fix epilog instrumentation.
2106         * mini-mips.h: use standard stack walk
2107         * cpu-mips.md: increase size of div, rem and conditional branches
2108         
2109 Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus@ximian.com>
2110
2111         * mini.h, mini-codegen.c, mini-$(arch).h: claenup references
2112         to cpu spec data.
2113
2114 2007-01-19  Zoltan Varga  <vargaz@gmail.com>
2115
2116         * aot-compiler.c (encode_klass_info): Allow classes of the form <Type>[][].
2117         (compile_method): Ditto.
2118
2119         * aot-runtime.c (decode_klass_info): Ditto.
2120
2121         * mini.c (mono_method_to_ir): Call mono_get_got_var () in a place where it is
2122         needed by the code generated by inssel.brg. Also fix a warning.
2123
2124 Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus@ximian.com>
2125
2126         * mini.c: deal with enums that become genericinsts by
2127         being nested in a generic class (bug #79956).
2128
2129 Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus@ximian.com>
2130
2131         * mini.c: match the generic definition to check for
2132         private access with generic types (bug #78431).
2133
2134 Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus@ximian.com>
2135
2136         * genmdesc.pl, Makefile.am: perl implementation of genmdesc,
2137         to make life easier for people cross-compiling that insist on not
2138         using scratchbox.
2139
2140 2007-01-17 Mark Mason <mason@broadcom.com>
2141
2142         * inssel-long.brg: patch to deal with mips missing flags
2143         * inssel-long32-mips.brg: implement overflow checks
2144         * insset-mips.brg: implement overflow checks
2145         * mini-mips.h: implement conditional exception handling
2146         * mini-mips.c: add mips_emit_exc_by_name(), implement conditional exception handling.
2147           Remove unused code, minor cleanups.
2148         * exceptions-mips.c: minor cleanups
2149         * mini-ops.h: add mips conditional exception ops
2150         * cpu-mips.md: add mips conditional exception ops
2151
2152         
2153 Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus@ximian.com>
2154
2155         * inssel.brg: patch from Mark Mason <mason@broadcom.com>
2156         to deal with mips missing of flags.
2157
2158 Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus@ximian.com>
2159
2160         * exceptions-ppc.c: execute fault handlers.
2161
2162 Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus@ximian.com>
2163
2164         * mini-ppc.c: handle missing call locationss with FORCE_INDIR_CALL.
2165
2166 Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2167
2168         * mini.c: handle also floating point values in initialize_array.
2169
2170 Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2171
2172         * mini.c, aot-runtime.c, aot-compiler.c: enable aot compilation of
2173         array initialization and make it conditional on the intrins option.
2174
2175 Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2176
2177         * mini.h, patch-info.h, Makefile.am, aot-compiler.c: reduce
2178         relocations and put the patch info names close to the enum definition.
2179
2180 2007-01-15 Mark Mason <mason@broadcom.com>
2181
2182         * basic.cs, exceptions.cs: break up large tests to increase debugability.
2183
2184 Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus@ximian.com>
2185
2186         * mini.c: optimized RuntimeHelpers::InitializeArray () calls.
2187
2188 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2189
2190         * mini.c (mono_method_to_ir): Use new MonoGenericContext accessor.
2191
2192 Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus@ximian.com>
2193
2194         * Makefile.am: distribute the mips sources.
2195
2196 Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus@ximian.com>
2197
2198         * mini-codegen.h: handle bug #80489 here, by excluding ecx
2199         directly.
2200
2201 Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus@ximian.com>
2202
2203         * cpu-x86.md: back out for now as this triggers other regressions.
2204
2205 Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2206
2207         * cpu-x86.md: force src1 and dest regpair for long shift instructions
2208         to eax:edx, so ecx can't get allocated to them (bug #80489).
2209
2210 Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus@ximian.com>
2211
2212         * mini.c, mini-exceptions.c: enabled running fault handlers
2213         (bug #80469).
2214
2215 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2216
2217         * driver.c: If nothing fail, do not use the string "failed",
2218         because it makes it very annoying to view test result logs on the
2219         web. 
2220
2221 2006-12-30  Miguel de Icaza  <miguel@novell.com>
2222
2223         * debug-debugger.c (mono_debugger_main): Rename "main" to
2224         "main_method" to prevent a warning.
2225
2226         Remove a warning for unused field.
2227
2228 2006-12-28  Martin Baulig  <martin@ximian.com>
2229
2230         * debug-debugger.c
2231         (MONO_DEBUGGER__debugger_info): Add `get_lmf_addr'.
2232
2233 2006-12-22  Martin Baulig  <martin@ximian.com>
2234
2235         * mdb-debug-info32.s, mdb-debug-info64.s: New files.
2236         Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
2237         seperate `.mdb_debug_info' section, so we can access it from the
2238         debugger even if the binary is stripped.
2239
2240         * debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
2241         from the `.mdb_debug_info' here to prevent the linker from
2242         removing that section.
2243
2244         * Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
2245         mdb-debug-info64.s.
2246
2247 2006-12-19  Robert Jordan  <robertj@gmx.net>
2248
2249         * mini-x86: enable the code to return small structures in
2250         registers for FreeBSD as well. Fixes bug #80278.
2251         * aot-runtime.c: Include sys/wait.h for WEXITSTATUS/WIFEXITED.
2252
2253 Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus@ximian.com>
2254
2255         * mini-x86.c: align the stack when calling the profiler
2256         function instrumenting the prolog (on OSX).
2257
2258 Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus@ximian.com>
2259
2260         * mini.c: emit a break opcode where Debugger.Break () is called.
2261
2262 2006-12-13  Miguel de Icaza  <miguel@novell.com>
2263
2264         * mini.c (mono_method_to_ir): Provide useful information on this
2265         assert, to prevent others from debugging like I did.
2266
2267 Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus@ximian.com>
2268
2269         * mini.c: enable code which was incorrectly commented
2270         (bug #80235).
2271
2272 Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus@ximian.com>
2273
2274         * mini-x86.c: enable on OSX, too, the code to return small
2275         structures in registers.
2276
2277 Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus@ximian.com>
2278
2279         * mini-x86.c: remove the use of the dynamic code manager here, too.
2280
2281 Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2282
2283         * mini.h, debug-debugger.c, tramp-*.c: fixed 
2284         mono_debugger_create_notification_function() to use
2285         mono_global_codeman_reserve () instead of a dynamic code manager.
2286
2287 Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2288
2289         * mini.c, jit-icalls.h, jit-icalls.c: remove the 
2290         ves_array_element_address() jit icall and use a generated
2291         managed method instead (which is about 4 times faster for a rank 3
2292         array access).
2293
2294 2006-11-29  Mark Mason  <mason@broadcom.com>
2295
2296         * basic-calls.cs: additional tests for passing
2297         structures as function arguments.
2298
2299 2006-11-29  Mark Mason  <mason@broadcom.com>
2300
2301         * mini-mips.h: disable custom exception handling
2302         * mini-mips.c: throw/rethrow should use jalr to call
2303         exception stubs.  Fixed bug with passing structures
2304         by value. More support for tracing floating point
2305         functions.
2306
2307 Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus@ximian.com>
2308
2309         * mini.c: fixed typo in the soft-float ldind.r4 handling
2310         (bug #80086).
2311
2312 Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2313
2314         * mini.c, mini.h, driver.c: added --runtime command line
2315         option to select a different runtime than the autodetected one.
2316         * jit.h: added API for embedders to initialize with a specific
2317         runtime version.
2318
2319 Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus@ximian.com>
2320
2321         * mini.c: handle also boxing of r4 values (bug #80024).
2322
2323 Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2324
2325         * mini-ppc.c: force indirect calls until we reserve
2326         enough address space for all the generated code.
2327
2328 Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus@ximian.com>
2329
2330         * exceptions-arm.c: workaround bugs in the libc definition
2331         of struct ucontext.
2332
2333 Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus@ximian.com>
2334
2335         * inssel.brg: fixes from me and Mark Mason.
2336
2337 2006-11-23  Dick Porter  <dick@ximian.com>
2338
2339         * wapihandles.c (mini_wapi_seminfo): No need to adjust the counter
2340         semaphore display now we've fixed the initial value
2341
2342 Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2343
2344         * inssel.brg: partially revert the last change to fix the build.
2345
2346 2006-11-21  Mark Mason  <mason@broadcom.com>
2347
2348         * inssel.brg: Add and use compare-and-branch macros to support
2349         architectures that do not have condition code registers (ie. MIPS).
2350         * *-mips.{c,brg,md}: Fix copyright statements
2351
2352 2006-11-20  Mark Mason  <mason@broadcom.com>
2353
2354         * Makefile.am: remove mini-codegen.c from list of MIPS sources
2355         * mini.c: Allow GET_CONTEXT to be specified by the arch port
2356         * mini.h: Added declaration for mono_print_ins()
2357         * mini-codegen.c: added ins_spec initializer for MIPS
2358         * mini-codegen.c (mono_call_inst_add_outarg_reg): added asserts for
2359         vreg to be virtual and hreg to be non-virtual.
2360         * mini-codegen.c (mono_spillvar_offset): assert if MIPS - spilling
2361         is not yet working/implemented correctly.
2362         * mini-codegen.c (print_ins): rename to mono_print_ins(), make
2363         non-static, fixup calls to print_ins() from other parts in the file.
2364
2365 2006-11-20  Mark Mason  <mason@broadcom.com>
2366
2367         * basic-calls.cs: added tests for passing structures as arguments
2368         to calls.
2369
2370 Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
2371
2372         * inssel-long32.brg: optimize signed division by power of two.
2373
2374 Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2375
2376         * mini-arm.c: added support for interworking with thumb code
2377         (mono must be still be built using the ARM instruction encoding).
2378
2379 2006-11-19  Miguel de Icaza  <miguel@novell.com>
2380
2381         * mini.c (type_from_op): Separate the conditions for OP_EQ as the
2382         verifier has different rules for it.   Fixes a few verifier issues
2383         in the test suite.
2384
2385         * mini-exceptions.c (mono_handle_native_sigsegv): Put the message
2386         at the end, so people know what happened.
2387
2388 Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus@ximian.com>
2389
2390         * brach-opts.c: in optimize_exception_target() make sure we
2391         are in a catch clause (fixes bug #79871).
2392
2393 Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2394
2395         * jit-icalls.c, jit-icalls.h, mini-arm.c, mini.c:
2396         more soft-float support fixes.
2397
2398 Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus@ximian.com>
2399
2400         * mini-arm.c, inssel-arm.brg: ABI fix for longs and doubles
2401         that are passed half on the stack and half in registers.
2402
2403 Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus@ximian.com>
2404
2405         * mini-ops.h, mini-arch.h, helpers.c, Makefile.am:
2406         more mips integration work from Mark E Mason 
2407         <mark.e.mason@broadcom.com>.
2408
2409 Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2410
2411         * exceptions-mips.c, inssel-mips.brg, mini-mips.h,
2412         cpu-mips.md, inssel-long32-mips.brg, mini-mips.c,
2413         tramp-mips.c: added sources for the mips port, not
2414         integrated in the build yet. Contributed by
2415         Mark E Mason <mark.e.mason@broadcom.com>.
2416
2417 2006-11-14  Neale Ferguson <neale@sinenomine.net>
2418
2419         * mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
2420
2421 Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2422
2423         * Makefile.am, inssel-float.brg, inssel-softfloat.brg:
2424         put the soft-float rules in its own file since it seems to
2425         break s390 compilation.
2426
2427 Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus@ximian.com>
2428
2429         * mini-arm.c: fixed wrnings.
2430
2431 Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus@ximian.com>
2432
2433         * mini-arm.c, mini-arm.h, cpu-arm.md, inssel-float.brg,
2434         inssel-arm.brg: ARM support for soft-float.
2435
2436 Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus@ximian.com>
2437
2438         * mini.c, jit-icalls.c, jit-icalls.h: added first cut at handling
2439         loads and stores of 32 bit fp values.
2440
2441 2006-11-10  Zoltan Varga  <vargaz@gmail.com>
2442
2443         * mini-sparc.c (is_regsize_var): Support PTR/FNPTR too.
2444
2445         * tramp-sparc.c (mono_arch_patch_callsite): Fix this function so it actually
2446         works. Fixes #79852 and #79463.
2447
2448 Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2449
2450         * mini.c, mini-codegen.c, jit-icalls.c, jit-icalls.h:
2451         more soft-float support WIP and fixes.
2452
2453 Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus@ximian.com>
2454
2455         * mini-arm.c: some VFP updates.
2456
2457 Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2458
2459         * mini-exceptions.c: 0 is a valid local var offset in some
2460         architectures, don't assert (bug #78508).
2461
2462 Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus@ximian.com>
2463
2464         * exceptions-arm.c: fixed off by one error in stack walk code.
2465
2466 Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus@ximian.com>
2467
2468         * mini.h, mini.c: more precise tracking of type load exceptions.
2469
2470 2006-11-03  Robert Jordan  <robertj@gmx.net>
2471
2472         * Makefile.am: [WIN32] Add monow.exe target.
2473         * driver.c: [WIN32] Don't detach the console when debugging.
2474         Fixes bug #79797.
2475         
2476 2006-10-30  Miguel de Icaza  <miguel@novell.com>
2477
2478         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Eliminate warning.
2479
2480 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
2481
2482         * aot-compiler.c (emit_method_info): Add a case missed earlier.
2483
2484         * driver.c (mini_regression): Fix --regression with AOT.
2485
2486         * aot-compiler.c (emit_method_info): Fix AOT on amd64.
2487
2488 2006-10-17  Zoltan Varga  <vargaz@gmail.com>
2489
2490         * mini.c (GET_CONTEXT): Correct the definition of this for sparc/linux.
2491
2492         * mini-sparc.h: Don't use sigaction on sparc/linux.
2493
2494         * exceptions-sparc.c: Call mono_arch_flush_icache () in a couple of places.
2495
2496         * mini-sparc.c (mono_sparc_flushw): Call mono_arch_flush_icache ().
2497
2498         * mini-exceptions.c: Add proper include files for getpid ().
2499
2500 2006-10-16  Zoltan Varga  <vargaz@gmail.com>
2501
2502         * aot-runtime.c (mono_aot_get_method): Change this to return the native code
2503         address instead of a MonoJitInfo* to avoid decoding the exception info for the
2504         method.
2505
2506         * aot-runtime.c aot-compiler.c: Use uint16 instead of uint32 entries in the
2507         name cache to reduce its size.
2508
2509         * mini.h (MONO_AOT_FILE_VERSION): Bump aot file format version.
2510
2511 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2512
2513         * mini-x86.c: Save/restore the current LMF structure more efficiently using
2514         the mono_lmf TLS variable.
2515
2516         * exceptions-x86.c (mono_arch_find_jit_info): Only access lmf->method in 
2517         trampoline lmf frames.  
2518
2519         * mini-sparc.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Define this on sparc as well.
2520
2521 2006-10-14  Zoltan Varga  <vargaz@gmail.com>
2522
2523         * mini-amd64.c: Save/restore the current LMF structure more efficiently using
2524         the mono_lmf TLS variable.
2525
2526         * mini-exceptions.c: Access the LMF structure through accessors.
2527
2528         * mini.c: Allow the backends the option for storing the lmf in a dedicated TLS 
2529         variable instead of in jit_tls->lmf.
2530
2531         * mini-x86.c mini-amd64.c: Update after lmf->lmf_addr name change.
2532         
2533         * exceptions-amd64.c (mono_arch_find_jit_info): Only access lmf->method in 
2534         trampoline lmf frames.
2535
2536         * mini-amd64.c (mono_arch_emit_prolog): Do not set lmf->method as it is not needed.
2537
2538 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
2539
2540        * mini.c trace.c mini-x86.c: Revert these too.
2541         
2542        * mini.c trace.c mini-x86.c: Remove warning workarounds after the mono_type_size ()
2543        signature change.
2544
2545 Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus@ximian.com>
2546
2547         * genmdesc.c: removed now dead code.
2548
2549 2006-10-09  Robert Jordan <robertj@gmx.net>
2550
2551         * mini.c: Disable the CrashReporter on MacOS X; Fixes #74869
2552
2553 Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
2554
2555         * mini.h: do not leave gaps in the opcode values.
2556
2557 Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
2558
2559         * jit-icalls.h: flag functions as internal here, too.
2560
2561 Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus@ximian.com>
2562
2563         * mini.h, aliasing.h, declsec.h, regalloc.h, trace.h: mark internal
2564         functions with the internal attribute.
2565
2566 Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus@ximian.com>
2567
2568         * aot-compiler.c: fclose the file descriptor in the profile read loop.
2569
2570 Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
2571
2572         * mini.c, jit-icalls.c, inssel-float.brg: beginnings of support
2573         for soft-float.
2574
2575 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
2576
2577         * mini-x86.c (emit_load_volatile_arguments): New function to handle arguments of
2578         tail calls as on other platforms.
2579
2580         * mini.c (mono_method_to_ir): Fix a few tailcall problems. Fixes #79557.
2581
2582         * iltests.il: Add a few tailcall tests.
2583
2584 Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2585
2586         * driver.c: fix loop for old compilers (bug #79521).
2587
2588 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
2589
2590         * mini-exceptions.c (ves_icall_get_trace): Remove debug printf.
2591
2592         * aot-runtime.c (mono_aot_get_class_from_name): Avoid a memory allocation.
2593
2594         * aot-compiler.c: Add a new option 'metadata-only' to only emit the cached
2595         metadata without any code.
2596
2597         * mini-exceptions.c (mono_handle_native_sigsegv): Add some code to print out
2598         more precise debugging information using gdb.
2599
2600 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
2601
2602         * inssel-ia64.brg: Make the helper methods static.
2603
2604 Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
2605
2606         * inssel-x86.brg: make the helper methods static.
2607
2608 Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus@ximian.com>
2609
2610         * inssel-amd64.brg, mini-amd64.c: small cleanup, use inst_call.
2611
2612 Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
2613
2614         * mini.c: updates for monoburg changes.
2615         * inssel.brg: make a few helper functions static as they should.
2616
2617 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
2618
2619         * Makefile.am: Move mini-codegen.c to common_sources.
2620
2621 Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2622
2623         * mini.h: instroduce inst_call in MonoInst for use in OUTARG
2624         instructions.
2625         * Makefile.am, cpu-g4.md, inssel-ppc.brg, mini-codegen.c, mini-ppc.c,
2626         mini-ppc.h: port to use the common local register allocator.
2627
2628 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2629
2630         * mini.h: Remove the comment too then.
2631
2632 Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus@ximian.com>
2633
2634         * mini.h: put back backend.data which is to be used shortly and
2635         doesn't increase the size of MonoInst. If any 64 bit arch aligned
2636         pointers on 4 byte boundaries it'd have much bigger issues running
2637         and you can ifdef it out anyway.
2638
2639 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2640
2641         * mini.h (MonoInst): Remove backend.data field since it is unused and increases
2642         MonoInst size by 4 bytes on 64 bit machines.
2643
2644 Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2645
2646         * *.{c,h,brg}: long due removal of the unused field in MonoInst and
2647         replacement with more meaningful field names. Arch maintainers, please
2648         check the assigned names are good enough for your arch.
2649
2650 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2651
2652         * cpu-ia64.md mini-ia64.c inssel-ia64.brg mini-ops.h: Get rid of the 
2653         OP_IA64_FETCHADD opcodes, use OP_ATOMIC_ADD_IMM_NEW opcodes instead.
2654
2655 Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
2656
2657         * mini.h, driver.c, optflags-def.h, Makefile.am: reduce runtime
2658         relocations and memory requirements, put the optimization flags
2659         definitions in their own file.
2660
2661 2006-09-24  Zoltan Varga  <vargaz@gmail.com>
2662
2663         * jit-icalls.c (mono_helper_stelem_ref): Remove this unused helper function.
2664
2665         * mini.c (mini_init): Remove reference to mono_helper_stelem_ref.
2666
2667 2006-09-22  Zoltan Varga  <vargaz@gmail.com>
2668
2669         * mini-amd64.c (add_valuetype): Fix an uninitialized memory issue.
2670
2671 Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus@ximian.com>
2672
2673         * inssel.brg: use the correct function to get the size of an item
2674         in an array, given an element class.
2675         * aot-compiler.c: do not access class->class_size directly.
2676
2677 Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
2678
2679         * mini.h, debug-mini.c: added a debugging function to print
2680         info about local variables and arguments in a jitted method.
2681
2682 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
2683
2684         * mini-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
2685
2686         * exceptions-ia64.c: Fix some problems reported by Bill Seurer <seurer@us.ibm.com>.
2687
2688 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
2689
2690         * mini-ia64.c (mono_arch_call_opcode): Avoid using the same loop index in the
2691         inner and outer loops when passing vtypes.
2692
2693 Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus@ximian.com>
2694
2695         * mini-ppc.c: take into account the cpu errata for cache flushing
2696         which caused some random errors (bug #79381).
2697
2698 2006-09-19  Zoltan Varga  <vargaz@gmail.com>
2699
2700         * mini-amd64.c (mono_arch_emit_exceptions): Emit the call to 
2701         mono_arch_throw_corlib_exception using emit_call () too. Fixes #79271.
2702
2703 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
2704
2705         * aot-runtime.c (load_aot_module): Return immeditely if the AOT module was already
2706         loaded.
2707
2708         * exceptions-amd64.c (gregs_from_ucontext): Apply another patch from the
2709         freebsd ports tree.
2710
2711         * mini-amd64.c (emit_call): Avoid near calls on freebsd.
2712         (mono_arch_patch_code): Remove the unused handling of MONO_PATCH_INFO_CLASS_INIT.
2713
2714         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix check for 32 bitness of
2715         displacement.
2716
2717 2006-09-13  Zoltan Varga  <vargaz@gmail.com>
2718
2719         * aot-runtime.c (load_aot_module_from_cache): Fix PPC build.
2720
2721 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
2722
2723         * mini.c (UNVERIFIED): Add a 'break-on-unverified' MONO_DEBUG option so this 
2724         macro does not have to be changed during debugging.
2725
2726         * 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>.
2727
2728         * cpu-pentium.md: Rename this to cpu-x86.md for consistency with other platforms.
2729
2730         * Makefile.am mini-x86.c mini-codegen.c: Rename pentium_desc to x86_desc.
2731         
2732         * mini.c (mini_get_ldelema_ins): Allow ldelema2d optimization if 
2733         MONO_ARCH_NO_EMULATE_MUL is defined.
2734
2735         * mini-ia64.h (MONO_ARCH_CALLEE_FREGS): Reserve f33 for use by instructions.
2736
2737         * mini-ia64.h: Define MONO_ARCH_NO_EMULATE_MUL.
2738
2739         * mini-ia64.c: Implement CEE_MUL based on gcc emitted code.
2740
2741         * mini-ia64.c (mono_arch_lowering_pass): Optimize store_membase_imm with offset==0.
2742         
2743 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
2744
2745         * mini-x86.h mini-amd64.h mini-exceptions.c: Move the bsd specific MAP_ANON
2746         stuff to mini-exceptions.c where it is used.
2747
2748         * mini-sparc.c (mono_arch_setup_jit_tls_data): Remove the duplicate altstack
2749         setup code, the real one is in mini-exceptions.c.
2750
2751         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Move all dependencies on the
2752         layout of ucontext_t to helper functions in exceptions-amd64.c, as on x86. Add
2753         some changes from the freebsd ports tree.
2754
2755         * mini-amd64.h exceptions-amd64.c: Fix the amd64 build. Get rid of the SC_
2756         constants.
2757         
2758         * mini-amd64.h: Freebsd has MAP_ANON instead of MAP_ANONYMOUS.
2759
2760 Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
2761
2762         * mini.c: on Linux, check for /proc to be mounted
2763         (bug# 79351, novell bug#201204).
2764
2765 Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
2766
2767         * mini.c: handle cases where pthread_attr_getstack() behaves
2768         incorrectly (bug #78096).
2769
2770 Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
2771
2772         * mini-arm.c: support larger stack frames (bug #79272).
2773
2774 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
2775
2776         * aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.
2777
2778         * aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef 
2779         tokens.
2780
2781         * aot-runtime.c (mono_aot_get_class_from_name): New function used by 
2782         mono_class_from_name () to find a class from its name.
2783
2784         * mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.
2785
2786 2006-09-07  Zoltan Varga  <vargaz@gmail.com>
2787
2788         * mini-amd64.c (emit_call): Avoid strstr () call if possible.
2789
2790 2006-09-05  Kornél Pál  <kornelpal@gmail.com>
2791
2792         * Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
2793
2794 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
2795
2796         * mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
2797         callinfo->trampoline.
2798
2799         * mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
2800         fixes #79271.
2801         (mono_arch_patch_code): Add some debug code to help track down similar failures in the
2802         future.
2803
2804 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
2805
2806         * aot-runtime.c (mono_aot_plt_resolve): Add an assert.
2807
2808 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
2809
2810         * tramp-x86.c (mono_arch_create_specific_trampoline): Don't increase
2811         stats.method_trampolines, it is already done by the generic trampoline code.
2812
2813         * tramp-amd64.c (mono_arch_create_specific_trampoline): Ditto.
2814         
2815 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
2816
2817         * mini.c: Remove some references to mono_compile_aot, and use cfg->compile_aot instead.
2818
2819         * aot-runtime.c: Add some tweaks to the MONO_AOT_CACHE functionality.
2820
2821         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix a FIXME.
2822
2823         * mini.c (print_jit_stats): Print mscorlib mempool size too.
2824         
2825         * mini.c (print_jit_stats): Print new stats.
2826
2827         * *-alpha.c: More alpha port work from Sergey Tikhonov <tsv@solvo.ru>.
2828
2829 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
2830
2831         * mini.c (mini_get_ldelema_ins): Fix verifier error when calling
2832         Address on two dimensional arrays. Fixes #78729.
2833
2834         * mini.h (MonoCompile): Add a 'skip_visibility' field.
2835
2836         * mini.c (method_to_ir): Disable visibility checks if skip_visibility is set on
2837         a method.
2838
2839         * mini-amd64.c (mono_arch_emit_exceptions): Fix assertion introduced by the last change.
2840
2841         * mini.c (mono_runtime_cleanup_handlers): Clean up signal handlers on unix. Fixes
2842         #79130.
2843         
2844         * mini.c (handle_array_new): Applied patch from "briaeros007". Fix
2845         a race condition.
2846         (mini_get_ldelema_ins): Ditto.
2847
2848 2006-08-30  Zoltan Varga  <vargaz@gmail.com>
2849
2850         * mini-amd64.c (mono_arch_emit_exceptions): Align fp constants to 16 bytes.
2851         (mono_arch_output_basic_block): Avoid unaligned accesses in FNEG implementation. 
2852         Fixes #79213.
2853
2854 2006-08-29 Neale Ferguson <neale@sinenomine.net>
2855
2856         * mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0 arguments. Add
2857         mono_arch_get_patch_offset as a dummy entry point to allow successful link. 
2858
2859         * exceptions-s390x.c: Cosmetic change.
2860
2861         * tramp-s390.c: Fix warning.
2862
2863         * cpu-s390.md: Correct length of mul_imm.
2864
2865 Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
2866
2867         * aot-compiler.c: added binary writer with ELF backend
2868         implementation (only on Linux/x86 for now).
2869
2870 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
2871
2872         * Makefile.am: Don't run net 2.0 AOT tests.
2873
2874         * aot-compiler.c (compile_method): Skip methods with tail calls as well.
2875         (mono_compile_assembly): Skip net 2.0 assemblies as well.
2876
2877         * aot-runtime.c (load_patch_info): Fix an uninitialized memory error.
2878
2879 Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
2880
2881         * aot-compiler.c: simplified and refactored the asm-writing code
2882         to allow different backends.
2883
2884 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
2885
2886         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file format version.
2887
2888         * aot-compiler.c aot-runtime.c: Reorg the GOT slot allocation code a 
2889         little. Share patches of type TYPE_FROM_HANDLE as well.
2890
2891         * mini.c (mono_patch_info_equal): New helper function.
2892         (mono_patch_info_hash): Ditto.
2893
2894         * aot-compiler.c (emit_method_code): Fix s390 build.
2895
2896         * mini.c (mono_allocate_stack_slots_full): Fix yet another place where byref
2897         is not handled because it is stored as a flag and not as a type ctor. Fixes
2898         #79016.
2899
2900 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
2901
2902         * aot-compiler.c: Fix computation of GOT slot statistics.
2903         
2904         * aot-compiler.c aot-runtime.c: Implement sharing of GOT slots for classes/fields.
2905         Also remove support for not PIC AOT.
2906
2907         * mini.h: Bump AOT file format version.
2908
2909         * objects.cs: Add a test for #78990.
2910
2911         * mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
2912         (peter.dettman@iinet.net.au). Fixes #79087.
2913
2914         * basic-long.cs: Add a test for the above.
2915
2916 2006-08-16  Zoltan Varga  <vargaz@gmail.com>
2917
2918         * aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.
2919         
2920         * aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
2921         code somewhat.
2922
2923 2006-08-15  Zoltan Varga  <vargaz@gmail.com>
2924
2925         * mini.c (mini_init): Fix registration of idiv/imul opcodes which can throw
2926         exceptions.
2927
2928 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
2929
2930         * mini.c: Don't verify COM proxy invoke calls
2931         
2932
2933 2006-08-10  Dick Porter  <dick@ximian.com>
2934
2935         * wapihandles.c (mini_wapi_seminfo): More info, to help track down
2936         which process is holding semaphores locked.
2937
2938 2006-08-08  Zoltan Varga  <vargaz@gmail.com>
2939
2940         * mini-ia64.c mini-amd64.c: Fix #79027.
2941
2942         * mini-sparc.c (mono_arch_call_opcode): Fix the previous patch.
2943
2944         * mini-sparc.c (mono_arch_call_opcode): Fix #79027.
2945
2946         * mini-x86.c (mono_arch_call_opcode): Handle the case where there are no
2947         implicit arguments in a vararg call. Fixes #79027.
2948
2949 2006-08-07  Zoltan Varga  <vargaz@freemail.hu>
2950
2951         * mini.c (mono_get_element_address_signature): Use CDECL calling convention on windows. Fixes #78969.
2952         (mono_get_array_new_va_signature): Ditto.
2953
2954 2006-08-05  Zoltan Varga  <vargaz@gmail.com>
2955
2956         * aot-runtime.c: Call init_plt lazily.
2957
2958         * inssel-long.brg: Fix unsigned long->int conversion.
2959
2960         * aot-runtime.c (init_plt): Remove a redundant make_writable () call.
2961
2962         * aot-compiler.c aot-runtime.c: Reorganize the file structure in the amd64 case so
2963         that most data is now in the .rss/.data section.
2964
2965 2006-08-04  Zoltan Varga  <vargaz@gmail.com>
2966
2967         * aot-compiler.c: Correct the computation of the 'direct-calls' statistic.      
2968
2969         * aot-compiler.c: Print the number of methods without GOT slots as a statistics.
2970
2971         * aot-compiler.c aot-runtime.c tramp-amd64.c: Resurrect amd64 AOT support.
2972
2973         * tramp-amd64.c (mono_arch_patch_callsite): Fix a warning.
2974
2975         * jit-icalls.c (mono_helper_compile_generic_method): Unbox vtypes since this is a
2976         virtual call. Fixes #79010.
2977
2978         * mini.c (mono_method_to_ir): Pass an additional out arg to compile_generic_method 
2979         and use the result as the this argument in the real call.
2980
2981         * generics.2.cs: Add a new test for #79010.
2982         
2983 2006-08-03  Zoltan Varga  <vargaz@gmail.com>
2984
2985         * mini-x86.c: Fix a warning.
2986
2987         * aot-compiler.c: Add a bunch of statistics.
2988
2989         * mini.c (inline_method): Disable inlining in out-of-line bblocks.
2990
2991 2006-08-02  Zoltan Varga  <vargaz@gmail.com>
2992
2993         * mini-arch.h Makefile.am mini-ops.h mini-codegen.c: More alpha updates.
2994
2995 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
2996
2997         * 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>.
2998
2999 2006-07-13  Miguel de Icaza  <miguel@novell.com>
3000
3001         * mini.c (mono_method_to_ir): Obtain the original method in the
3002         CIL stream and use this to perform validation.
3003
3004         Fixed: #78816
3005
3006 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
3007
3008         * mini-x86.c (mono_arch_get_argument_info): Fix a warning.
3009         (mono_arch_call_opcode): Ditto.
3010
3011         * mini.c (mono_method_to_ir): Clear ins_flag at the end of CEE_CALL. Fixes
3012         #78826.
3013
3014         * mini.c (mono_patch_info_dup_mp): New helper function.
3015         
3016         * aot-compiler.c (compile_method): Fix some of the memory allocated during
3017         compilation. Fixes #78827.
3018
3019 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3020
3021         * declsec.c: Use original security informations for
3022           MONO_WRAPPER_MANAGED_TO_MANAGED.
3023
3024 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3025
3026         * mini.c: Allow Com Interop methods/classes and
3027         don't verify COM wrapper calls
3028         
3029
3030 2006-07-13  Zoltan Varga  <vargaz@gmail.com>
3031
3032         * inssel-long32.brg: Fix long->i4 checked conversion.
3033
3034         * exceptions.cs: Add a test for the above.
3035
3036 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3037
3038         * mini-exceptions.c (mono_setup_altstack): Fix a memory leak.
3039
3040         * mini.c: Applied patch from Joachim Ante (joe@otee.dk). Fix some shutdown 
3041         leaks.
3042
3043         * helpers.c (mono_disassemble_code): Avoid using fixed temporary files. Fixes
3044         #78775.
3045
3046 2006-07-03  Zoltan Varga  <vargaz@gmail.com>
3047
3048         * mini.c: Fix solaris/x86 exception handling.
3049
3050         * Makefile.am: Get rid of $(ICU_LIBS).
3051
3052 2006-07-02  Zoltan Varga  <vargaz@gmail.com>
3053
3054         * mini-exceptions.c: Fix handling of unhandled SIGSEGV exceptions on ia64.
3055         (ves_icall_System_Security_SecurityFrame_GetSecurityStack): Use MONO_INIT_CONTEXT_FROM_CURRENT.
3056         (ves_icall_System_Security_SecurityFrame_GetSecurityFrame): Ditto.
3057
3058         * mini-ia64.h (MONO_CONTEXT_SET_FUNC): New macro.
3059
3060         * mini-exceptions.c (mono_handle_native_sigsegv): Prevent infinite loops if
3061         this function causes a SIGSEGV.
3062
3063 2006-06-22  Zoltan Varga  <vargaz@gmail.com>
3064
3065         * mini.c: Remove unused solaris/x86 includes.
3066
3067 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
3068
3069         * jit.h: Add G_BEGIN_DECLS/G_END_DECLS.
3070
3071 2006-06-20  Jb Evain  <jbevain@gmail.com>
3072
3073         * cpu-g4.md: fix max length of start_handler instruction.
3074
3075 2006-06-20  Massimiliano Mantione  <massi@ximian.com>
3076         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
3077
3078 2006-06-16  Massimiliano Mantione  <massi@ximian.com>
3079         * ssa.c: Fixed bug 78653 for SSA based deadce.
3080         * mini.h: added MONO_INST_DEFINITION_HAS_SIDE_EFFECTS flag go
3081         MonoInst.flags, used in SSA based deadce.
3082         * aliasing.c: Fixed bug 78653 for "fastpath" deadce.
3083         * simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78653.
3084
3085 Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
3086
3087         * tramp-ppc.c: don't use malloc () for trampoline code, sometimes
3088         it can end up using non executable memory on ppc64 systems
3089         running ppc32 userspace (fix from Johannes Berg).
3090
3091 2006-06-14  Dick Porter  <dick@ximian.com>
3092
3093         * wapihandles.c: Fix a bunch of signed/unsigned warnings from gcc
3094         4.1.1
3095
3096 2006-06-13  Massimiliano Mantione  <massi@ximian.com>
3097         * mini.c: Made so that inline is locally disabled if it would
3098         trigger a .cctor, because too many apps depend on this behavior
3099         (which seems to be also the one of the MS CLR).
3100
3101 2006-06-13  Zoltan Varga  <vargaz@gmail.com>
3102
3103         * mini-amd64.c (mono_emit_stack_alloc): Fix initialization of localloc'ed memory.
3104         No idea why this worked before.
3105
3106         * branch-opts.c (mono_branch_optimize_exception_target): Avoid branches
3107         which branch to outer exception clauses since they could skip the
3108         inner finally clauses. Fixes #78633.
3109
3110         * exceptions.cs: Add a test for the above.
3111
3112         * mini.c (merge_basic_blocks): Nullify the branch at the end of the first bb.
3113         Fixes #78629.
3114
3115         * iltests.il: Add a test for the above.
3116
3117 2006-06-12  Zoltan Varga  <vargaz@gmail.com>
3118
3119         * mini.c (remove_block_if_useless): Do not remove the bblock immediately
3120         after the end of a try bblock, to prevent asserts in mini_method_compile ().
3121
3122         * iltests.il: Add a test for the above.
3123
3124 2006-06-10  Zoltan Varga  <vargaz@gmail.com>
3125
3126         * mini-ia64.c (mono_arch_lowering_pass): Remove some code duplication.
3127         
3128         * mini-ia64.c inssel-ia64.brg: Implement the new net 2.0 Interlocked.Add
3129         methods as instrinsics.
3130
3131 2006-06-09  Wade Berrier <wberrier@novell.com>
3132
3133         * Makefile.am: Fix sources list for svn rename so that make dist succeeds
3134         (simple-cee-ops.h ssapre-mini-ops.h)
3135
3136 2006-06-09  Neale Ferguson <neale@sinenomine.net>
3137
3138         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
3139         * mini-s390x.c, mini-s390.c: Correct ATOMIC operations (incorrect register for CS
3140         instruction).
3141         * mini-s390x.h, mini-s390.h: Simplify MCONTEXT_GET_BP.
3142         * cpu-s390x.md: Fix max. length values for a couple of instructions.
3143
3144 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3145
3146         * mini-exceptions.c: Minor fix for building mono in Visual Studio.
3147
3148 2006-06-08  Massimiliano Mantione  <massi@ximian.com>
3149
3150         * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
3151         * simple-cee-ops.h: Was "ssapre-cee-ops.h" (renamed).
3152         * ssapre-mini-ops.h: Renamed as "simple-mini-ops.h"
3153         * simple-mini-ops.h: Was "ssapre-mini-ops.h" (renamed).
3154         * local-propagation.c: In mono_cprop_invalidate_values use a whitelist
3155         of opcodes, so that bug 78549 should not happen again.
3156         * ssapre.c: Updated to use the renamed files.
3157
3158 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
3159
3160         * mini-amd64.c (mono_arch_output_basic_block): Fix a wrong reg-reg move 
3161         in OP_ATOMIC_EXCHANGE_I4.
3162
3163 2006-06-07  Wade Berrier <wberrier@novell.com>
3164
3165         * tramp-s390.c: Fix s390 build (add missing pointer declarations 
3166         in mono_debugger_create_notification_function)
3167
3168 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
3169
3170         * mini.c (NEW_AOTCONST_TOKEN): Fix amd64 build.
3171         
3172         * mini.c (type_from_stack_type): Disable some changes which do not
3173         seem to work.
3174
3175         * driver.c: Reenable opts.
3176
3177         * mini.h (MonoStackSlot): New structure to keep track of the verification state
3178         of the evaluation stack.
3179         
3180         * mini.h (MonoBasicBlock): Add a 'stack_state' field to keep track of the
3181         evaluation stack trace at entry to the bblock.
3182
3183         * mini.c (merge_stacks): New function to perform verification of stack merges.
3184         Turned off by default.
3185
3186         * mini.c: Fill up ins->klass for instructions whose type is STACK_OBJ or
3187         STACK_MP.
3188         
3189 2006-06-06  Massimiliano Mantione  <massi@ximian.com>
3190
3191         * local-propagation.c: Fixed bug 78549.
3192
3193 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
3194
3195         * mini-exceptions.c (ves_icall_get_frame_info): Fix this function on ia64.
3196
3197 2006-06-02  Miguel de Icaza  <miguel@novell.com>
3198
3199         * tramp-sparc.c, tramp-ppc.c, tramp-s390.c, tramp-s390x.c,
3200         tramp-arm.c, tramp-ia64.c
3201         (mono_debugger_create_notification_function): Update signature to
3202         new signature and use new protocol for creating the notification
3203         function.  
3204
3205         Should fix the build.
3206
3207 2006-06-02  Geoff Norton  <gnorton@customerdna.com>
3208
3209         * exceptions-ppc.c (mono_jit_walk_stack)
3210         (ves_icall_get_frame_info): Fix the build
3211
3212 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
3213
3214         * mini.c (mono_set_defaults): Fix the handling of -O=-all.
3215
3216 2006-05-31  Raja R Harinath  <rharinath@novell.com>
3217
3218         * il2tests.2.il: New file for generics CIL tests.  Add test for
3219         #78019.
3220         * Makefile.am: Update.
3221
3222         Fix #78019
3223         * mini.c (mono_method_to_ir): Don't apply box+brtrue optimization
3224         to nullable types.
3225
3226 2006-05-30  Massimiliano Mantione  <massi@ximian.com>
3227
3228         * aliasing.c: Fixed bug 78311.
3229
3230 2006-05-29  Martin Baulig  <martin@ximian.com>
3231
3232         * mini-exceptions.c (mono_find_jit_info): When computing the
3233         native offset, check whether we're actually inside the method's
3234         code; call mono_debug_print_stack_frame() to format the frame.
3235         (ves_icall_System_Exception_get_trace): Call
3236         mono_debug_print_stack_frame() to format the stack frame.
3237         (ves_icall_get_trace): Update to the new debugging API.
3238         (mono_jit_walk_stack_from_ctx): Likewise.
3239         (ves_icall_get_frame_info): Likewise.
3240
3241         * mini.c (get_method_from_ip): Use the new debugging API.
3242         (mono_print_method_from_ip): Likewise.
3243
3244         * exceptions-ppc.c
3245         (mono_jit_walk_stack): Use the new debugging API.
3246         (ves_icall_get_frame_info): Likewise.   
3247
3248 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
3249
3250         * mini-amd64.c (mono_arch_output_basic_block): Fix MONO_PROFILE_COVERAGE.
3251
3252 2006-05-25  Massimiliano Mantione  <massi@ximian.com>
3253
3254         * mini.c: Added "limitator" to inline for debugging.
3255
3256 2006-05-24  Martin Baulig  <martin@ximian.com>
3257
3258         * debug-debugger.c (mono_debugger_init): Create a private,
3259         malloc()-based code manager for the notification function and
3260         intentionally leak it on exit.  This fixes the crash-on-exit race
3261         condition.
3262
3263         * tramp-amd64.c
3264         (mono_debugger_create_notification_function): Added
3265         `MonoCodeManager *' argument.
3266
3267         * tramp-x86.c
3268         (mono_debugger_create_notification_function): Added
3269         `MonoCodeManager *' argument.
3270
3271 2006-05-23  Massimiliano Mantione  <massi@ximian.com>
3272
3273         * aliasing.c: Fixed 64 bit issue.
3274         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
3275         default since all known bugs are fixed (one more time!).
3276
3277 Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
3278
3279         * mini.c: write barrier support.
3280
3281 2006-05-23  Martin Baulig  <martin@ximian.com>
3282
3283         * debug-debugger.c: Revert Paolo's change.  Add comment and #error
3284         check at the top of the file.
3285
3286 Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3287
3288         * debug-debugger.c: fix the build. Again. Hopefully Martin will stop
3289         reverting changes without reason and without changelog entries.
3290
3291 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
3292
3293         * mini-sparc.c (mono_arch_output_basic_block): Add support for large stack offets
3294         to a few opcodes. Fixes #78439.
3295
3296         * mini-sparc.c: Rename mono_sparch_break () to mono_arch_break () to improve
3297         consistency with other archs.
3298
3299         * mini-ia64.c (mono_arch_emit_prolog): Remove debug stuff left in by mistake.
3300
3301 Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3302
3303         * debug-debugger.c: fix the build.
3304
3305 2006-05-17  Martin Baulig  <martin@ximian.com>
3306
3307         * debug-debugger.c
3308         (debugger_thread_vtable): Moved here from ../metadata/threads.c.
3309         (debugger_init_threads): Formerly known as mono_debugger_init_threads().
3310         (debugger_finalize_threads): Formaly known as mono_debugger_finalize_threads().
3311         (debugger_attach): Call GC_mono_debugger_add_all_threads().
3312
3313 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
3314
3315         * mini.c (mini_init): Call pthread_attr_destroy () to fix a small memory leak.
3316
3317 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
3318
3319         * mini-x86.c (mono_arch_instrument_epilog): Fix handling of 
3320         MONO_TYPE_GENERICINST.
3321         
3322         * mini-amd64.c (mono_arch_instrument_epilog): Fix handling of 
3323         MONO_TYPE_GENERICINST.
3324
3325 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
3326
3327         * mini-x86.c (mono_arch_get_vcall_slot_addr): Add a missing call sequence. Fixes
3328         #78325.
3329
3330 2006-05-08  Zoltan Varga  <vargaz@gmail.com>
3331
3332         * mini.c (mono_create_jump_trampoline): Allocate MonoJitInfo from the domain
3333         mempool.
3334         (mono_jit_free_method): Remove the method from jump_trampoline_hash as well.
3335
3336 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
3337
3338         * mini.c (mini_cleanup): Applied patch from Joachim Ante (joe@otee.dk). Call
3339         mono_trace_cleanup ().
3340
3341         * iltests.il: Fix problem with the newly added test.
3342
3343         * mini-codegen.c (mono_local_regalloc): When changing the dreg of an instruction
3344         due to register constraints, free up the previous hreg. Fixes #78314.
3345
3346         * iltests.il: Add new test for #78314.  
3347
3348         * mini-x86.c (mono_arch_get_inst_for_method): Use OP_ATOMIC_ADD_NEW_I4 for
3349         Interlocked.Add. Fixes #78312.
3350
3351         * mini-amd64.c (mono_arch_get_inst_for_method): Ditto.
3352         
3353 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
3354
3355         * inssel.brg (mini_emit_virtual_call): Fix a warning.
3356
3357 2006-05-05  Martin Baulig  <martin@ximian.com>
3358
3359         * debug-mini.c (mono_debug_open_block): New method.
3360
3361         * mini-amd64.c
3362         (mono_arch_output_basic_block): Call mono_debug_open_block() at
3363         the beginning of each basic block.
3364
3365         * mini-x86.c
3366         (mono_arch_output_basic_block): Call mono_debug_open_block() at
3367         the beginning of each basic block.
3368
3369 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
3370
3371         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
3372         default until I understand why they break the build on amd64.
3373
3374 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
3375
3376         * mini.c (mini_cleanup): Call mono_cleanup ().
3377
3378         * mini.c (UNVERIFIED): New macro to make it easier to track down verification
3379         errors.
3380
3381 2006-05-04  Massimiliano Mantione  <massi@ximian.com>
3382
3383         * aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
3384         * driver.c: Enabled inline,consprop,copyprop,treeprop,deadce by
3385         default since all known bugs are fixed, and I cannot reproduce bug
3386         77944... I'm asking Matt Hargett to test again after this commit.
3387
3388 2006-04-28  Massimiliano Mantione  <massi@ximian.com>
3389
3390         * mini-codegen.c: Fixed typo that thrashed inline.
3391
3392 2006-04-28  Zoltan Varga  <vargaz@gmail.com>
3393
3394         * dominators.c (compute_dominators): Avoid using a worklist since
3395         it is not correct in some cases. Instead, iterate over all bblocks as
3396         in the original paper. Fixes --compile-all -O=all System.Xml.dll.
3397
3398 2006-04-28  Miguel de Icaza  <miguel@novell.com>
3399
3400         * mini.c (mono_jit_compile_method_inner): Use
3401         mono_prepare_exception_from_error that resets the value
3402         internally.
3403
3404 2006-04-27  Miguel de Icaza  <miguel@novell.com>
3405
3406         * mini.c: Move the mini_loader_error_to_exception to metadata. 
3407         
3408 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
3409
3410         * aliasing.c: Fixed bug 78210.
3411
3412 2006-04-27  Massimiliano Mantione  <massi@ximian.com>
3413
3414         * driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
3415         default until all their problems (or the ones they trigger) are fixed.
3416
3417 2006-04-26  Zoltan Varga  <vargaz@gmail.com>
3418
3419         * aot-runtime.c (mono_aot_get_method_from_token_inner): Fix the previous patch.
3420         
3421         * aot-runtime.c (mono_aot_get_method_from_token_inner): Mark the method
3422         as loaded only after resolving patches since that could invoke the same method.
3423
3424         * aot-runtime.c (mono_aot_plt_resolve): Fix ppc etc. builds.
3425
3426         * aot-compiler.c: Refactor mono_aot_compile_aot () into a bunch of smaller
3427         functions.
3428
3429         * aot-runtime.c (init_plt): Use a normal trampoline to transfer code to the
3430         AOT loader.
3431
3432         * aot-compiler.c (emit_plt): Pass the plt offset in %eax instead of on the
3433         stack.
3434
3435         * mini-trampolines.c (mono_aot_plt_trampoline): New trampoline to handle calls
3436         made from AOT code through the PLT table.
3437
3438         * mini-x86.h mini-amd64.h: Define MONO_ARCH_AOT_PLT_OFFSET_REG to the register
3439         holding the plt offset when a call is made to the aot plt trampoline.
3440         
3441 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
3442
3443         * aot-runtime.c aot-compiler.c cpu-amd64.md mini-amd64.c: Update parts of the 
3444         amd64 AOT support.
3445
3446         * Makefile.am (common_sources): Fix build breakage.
3447
3448         * aot-runtime.c aot-compiler.c: Reorganize the AOT code yet again: Make all
3449         calls through a jump table similar to the ELF PLT table. Avoid indirect calls for
3450         intra-assembly calls if possible.
3451         
3452         * tramp-*.c: Add new functions for patching/nullifying PLT entries.
3453
3454         * mini-trampolines.c: Handle PLT entries.
3455
3456         * mini.c: Avoid creating a GOT var for calls.
3457
3458         * jit-icalls.c (helper_ldstr_mscorlib): New helper function for loading strings
3459         from mscorlib code.
3460
3461         * jit-icalls.c (helper_newobj_mscorlib): New helper function to create objects
3462         from mscorlib code.
3463
3464         * mini.c (mono_method_to_ir): Use the new helper functions in throw bblocks in
3465         AOT code.       
3466
3467         * mini.h: Bump AOT file format version.
3468         
3469         * mini.c (get_basic_blocks): Fix the calculation of bb->out_of_line so it
3470         covers more cases.
3471
3472 2006-04-25  Martin Baulig  <martin@ximian.com>
3473
3474         * driver.c: Disable copyprop, consprop and inline when running
3475         inside the debugger.
3476
3477 2006-04-25  Martin Baulig  <martin@ximian.com>
3478
3479         * debug-debugger.h (MonoDebuggerInfo): Replaced `get_thread_id'
3480         with `get_current_thread' and added `detach'.
3481         (MonoDebuggerMetadataInfo): Added `thread_size',
3482         `thread_tid_offset', `thread_stack_ptr_offset' and
3483         `thread_end_stack_offset'.
3484
3485 2006-04-25  Zoltan Varga  <vargaz@gmail.com>
3486
3487         * aot.c Makefile.am: Split aot.c into two new files aot-compiler.c and 
3488         aot-runtime.c.
3489
3490         * inssel.brg (mini_emit_load_intf_reg_vtable): Use a new kind of AOT constant
3491         ADJUSTED_IID to avoid the need for adjusting the IID at runtime.
3492
3493         * mini.h (MonoJumpInfoType): Add MONO_PATCH_INFO_ADJUSTED_IID.
3494
3495         * mini.c (mono_resolve_patch_target): Handle ADJUSTED_IID.
3496
3497         * aot.c: Add support for ADJUSTED_IID.  
3498
3499 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
3500
3501         * aot.c (emit_method_order): Don't align method_order_end.
3502
3503         * inssel.brg (stmt): Fix interface calls in AOT code which got broken by
3504         the interface ID changes.
3505
3506 2006-04-21  Dick Porter  <dick@ximian.com>
3507
3508         * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
3509         cleaning up a thread.  Fixes the new part of bug 77470.
3510
3511 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
3512
3513         * mini-ppc.c: Call mono_jit_thread_attach when transitioning a native
3514         to managed wrapper.
3515                      
3516 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
3517
3518         * mini.h mini.c: Remove mono_type_to_ldind/stind () which are now in marshal.c.
3519         
3520         * mini.c (mono_runtime_install_handlers): Handle SIGABRT similarly to
3521         SIGSEGV. Fixes #78072.
3522
3523         * mini-exceptions.c (mono_handle_native_sigsegv): Add a 'signal' argument,
3524         unregister our SIGABRT handler.
3525
3526 2006-04-19  Massimiliano Mantione  <massi@ximian.com>
3527
3528         * mini.c: Disabled inline where it can alter the call stack in a
3529         way visible from managed code.
3530         * driver.c: enabled inline,consprop,copyprop,treeprop,deadce by
3531         default.
3532
3533 2006-04-16  Zoltan Varga  <vargaz@gmail.com>
3534
3535         * mini-amd64.c (mono_arch_emit_prolog): Attach the thread to the runtime as it is done
3536         on other platforms. Fixes #78089.
3537
3538 2006-04-13  Martin Baulig  <martin@ximian.com>
3539
3540         * driver.c: Also check a `MONO_INSIDE_MDB' environment variable to
3541         determine whether we're inside the debugger.
3542
3543         * debug-debugger.h
3544         (MonoDebuggerMetadataInfo): Added all offsets from `MonoDefaults'.
3545
3546 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
3547
3548         * mini.c (mono_method_to_ir): Handle multiple LEAVE statements inside a single
3549         handler clauses. Fixes #78024.
3550
3551         * mini-sparc.c (mono_arch_output_basic_block): Handle large offsets
3552         in the CALL_MEMBASE opcodes. Fixes #78088.
3553         (mono_arch_get_vcall_slot_addr): Ditto.
3554
3555 2006-04-10  Martin Baulig  <martin@ximian.com>
3556
3557         * debug-debugger.c: The thread handling code has now been moved
3558         into ../metadata/threads.c.
3559
3560 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
3561
3562         * driver.c (mono_main): Fix --with-gc=none build.
3563
3564         * mini-codegen.c (mono_spillvar_offset): Improve alignment.
3565         (mono_spillvar_offset_float): Ditto.
3566         (mono_local_regalloc): Only do the OP_MOVE optimization if ins->dreg is a local
3567         hreg, not when its !global, since on ia64, there is a third category: stacked
3568         registers.      
3569
3570 Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus@ximian.com>
3571
3572         * mini.c: set MonoInst->klass for load field address and a few other
3573         places.
3574
3575 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
3576
3577         * helpers.c (mono_disassemble_code): Emit debug info on amd64 as well.
3578
3579 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
3580
3581         * dominators.c (compute_dominators): Fix yet another bug which surfaced after
3582         the branch opt changes.
3583
3584 2006-04-06  Dick Porter  <dick@ximian.com>
3585
3586         * wapihandles.c (mini_wapi_semdel): Fix parameters in semctl () call.
3587         
3588         * wapihandles.c (mini_wapi_seminfo): 
3589         * driver.c (mono_main): Add semaphore info option
3590
3591 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
3592
3593         * dominators.c (compute_dominators): Fix a bug which surfaced after the recent
3594         branch optimization changes. Fixes #78009.
3595
3596 Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3597
3598         * mini.c: ignore accessibility of methods in managed->native wrappers.
3599
3600 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
3601
3602         * mini.c (mini_cleanup): Call print_jit_stats () earlier since it accesses metadata.
3603         
3604         * mini.c (mini_cleanup): Free 'emul_opcode_map' as well.
3605
3606 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
3607
3608         * mini.c: Modify the branch optimizations to preserve the invariant that
3609         the entries inside the in_bb and out_bb arrays are unique.
3610         (mono_unlink_bblock): Avoid creation of new arrays.
3611
3612 2006-04-02  Zoltan Varga  <vargaz@gmail.com>
3613
3614         * mini.c (mono_unlink_bblock): Fix regression caused by previous
3615         change (#77992).
3616
3617 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
3618
3619         * mini.c (optimize_branches): Remove the "optimizations" in
3620         the cbranch1/cbranch2 -> branch cases which were causing several
3621         problems in the past. Fixes #77986.
3622
3623 2006-03-31  Chris Toshok  <toshok@ximian.com>
3624
3625         * driver.c (DEFAULT_OPTIMIZATIONS): back out the new set of
3626         default optimizations :(
3627
3628 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
3629
3630         * inssel-x86.brg mini-codegen.c mini.c: Merge some changes/fixes from linear-il
3631         branch.
3632
3633 2006-03-31  Massimiliano Mantione  <massi@ximian.com>
3634
3635         * local-propagation.c: Added comments to structs and removed
3636         "Mono" prefixes from local tree mover types.
3637
3638 2006-03-30  Zoltan Varga  <vargaz@gmail.com>
3639
3640         * Makefile.am (arch_sources): Define this for each architecture so 
3641         libmono_la_SOURCES is defined in one place.
3642
3643 Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
3644
3645         * driver.c, wapihandles.c, Makefile.am: integrate the io-layer utils
3646         from handles/.
3647
3648 Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus@ximian.com>
3649
3650         * driver.c: print the GC name supplied by configure.
3651
3652 2006-03-29  Massimiliano Mantione  <massi@ximian.com>
3653
3654         * local-propagation.c: Added tree mover, and moved here all the
3655         local propagation code from mini.c
3656         * mini.c: Added support for treeprop, and moved all the local
3657         propagation code to local-propagation.c
3658         * mini.h: Added support for treeprop
3659         * driver.c: Added support for treeprop, enabled consprop, copyprop,
3660         treeprop, inline and deadce by default
3661         * Makefile.am: Added local-propagation.c
3662
3663 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
3664
3665         * exceptions-sparc.c: Applied patch from David S. Miller  <davem@sunset.davemloft.net>: Implement correct support for sparc/linux.
3666
3667 Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus@ximian.com>
3668
3669         * debug-debugger.c: make it compile without the Boehm GC.
3670
3671 Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus@ximian.com>
3672
3673         * mini.c: fixed issue with mismatch when an icall is registered
3674         with multiple names but same address.
3675
3676 Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus@ximian.com>
3677
3678         * declsec.c, mini-exceptions.c: use write barrier to set reference
3679         fields of managed objects.
3680
3681 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
3682
3683         * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
3684         (can_access_internals): Fix a warning.
3685
3686         * mini.c (print_method_from_ip): Rename this to 
3687         mono_print_method_from_ip so it gets exported.
3688
3689         * trace.c: Deal with strings inside StringBuilder's containing garbage
3690         and fix memory leaks. Fixes #77848.
3691
3692 2006-03-19  Zoltan Varga  <vargaz@gmail.com>
3693
3694         * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
3695         fixes #77787.
3696
3697 2006-03-16 Neale Ferguson <neale@sinenomine.net>
3698         
3699         * mini-s390.c: Remove OP_X86_TEST_NULL.
3700
3701 Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
3702
3703         * mini.c: use the correct GetHashCode() for the moving collector.
3704
3705 2006-03-16  Massimiliano Mantione  <massi@ximian.com>
3706
3707         * liveness.c: Regalloc spill cost tuning.
3708
3709 2006-03-15 Neale Ferguson <neale@sinenomine.net>
3710         
3711         * mini-s390x.h: Correct S390_LONG macro.
3712
3713         * mini-s390x.c: Cleanup unused code.
3714
3715 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
3716
3717         * jit-icalls.h: New file.
3718
3719         * Makefile.am mini.c jit-icalls.c: Use a proper include file for the jit
3720         icalls and include that instead of including jit-icalls.c.
3721
3722         * mini-ppc.c (mono_arch_output_basic_block): Remove references to
3723         OP_X86 opcodes.
3724
3725 Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus@ximian.com>
3726
3727         * mini.c: when checking for member accessibility, also check for
3728         friend assemblies and for explicit interface implementations.
3729
3730 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
3731
3732         * mini-codegen.c (mono_local_regalloc): Remove incorrect g_free () calls.
3733
3734         * cpu-arm.md cpu-g4.md: Remove x86_ opcodes.
3735
3736         * mini-x86.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
3737         common cases are done first.    
3738
3739         * mini-ops.h: Only define platform specific opcodes on the given platform.
3740
3741         * mini.h regalloc.h mini-codegen.c: Merge optimizations from the linear-il
3742         branch.
3743         
3744 2006-03-14  Martin Baulig  <martin@ximian.com>
3745
3746         Revert Paolo's change from r57348:
3747
3748         * mini.h: don't use gboolean for bitfields.
3749         * mini.c: verifier changes for fields and methods accessibility.
3750
3751 2006-03-13  Neale Ferguson <neale@sinenomine.net>
3752
3753         * mini-s390.h, mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
3754
3755         * mini-s390x.c: Fix conv_r_un.
3756
3757         * cpu-s390, cpu-s390x.md: Fix lengths.
3758
3759 Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus@ximian.com>
3760
3761         * mini.c: nested types have access to all the nesting
3762         levels, not just the enclosing types.
3763
3764 Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus@ximian.com>
3765
3766         * mini.c: added a few more verification checks.
3767
3768 2006-03-12  Zoltan Varga  <vargaz@gmail.com>
3769
3770         * liveness.c: Merge optimizations from the linear-il branch.
3771
3772 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
3773
3774         * mini-ia64.c (emit_call): Add a comment.
3775
3776         * tramp-ia64.c (mono_arch_patch_callsite): Handle indirect calls as well.
3777
3778         * tramp-ia64.c: Fix some warnings.
3779
3780 Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus@ximian.com>
3781
3782         * mini.h: don't use gboolean for bitfields.
3783         * mini.c: verifier changes for fields and methods accessibility.
3784
3785 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
3786
3787         * mini.c (mono_icall_get_wrapper): Fix an ia64 bug introduced by the
3788         lazy icall wrapper changes.
3789
3790         * dominators.c: Replace all the dominator algorithms with faster
3791         ones from the linear-il branch.
3792
3793         * inssel-*.brg: Allocate call->out_ireg_args and call->out_freg_args from
3794         the mempool.
3795
3796         * mini-amd64.h (MONO_ARCH_INST_FIXED_REG): Reorganize the comparisons so
3797         common cases are done first.
3798
3799         * mini-amd64.c: Fix some warnings.
3800
3801         * mini-codegen.c mini-*.c: Allocate call->out_ireg_args and call->out_freg_args
3802         from the mempool.
3803
3804         * mini.c (mono_jit_compile_method_with_opt): Fix a race in the newly
3805         added code.
3806
3807         * mini.h: Add a missing prototype.
3808
3809 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
3810
3811         * mini.c: Compile icall wrappers lazily.
3812
3813         * mini-codegen.c: Use printf instead of g_print since its much faster.
3814
3815         * mini.h (mono_bitset_foreach_bit): Use the faster mono_bitset_find_start ()
3816         function.
3817
3818         * mini.c (optimize_branches): Cache the negative result from 
3819         remove_block_if_useless ().
3820
3821         * mini.c (optimize_branches): Avoid restarting the iteration after each change. 
3822         Also fix some bblock linking issues.
3823
3824         * helpers.c (mono_disassemble_code): Reduce the size of the temporary
3825         assembly files.
3826
3827         * mini.h: Define G_LIKELY/G_UNLIKELY macros for older glib versions.
3828
3829         * mini.h (MonoBasicBlock): Reorganize the fields, putting more frequently
3830         accessed fields first, for better cache behavior.
3831         
3832 Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus@ximian.com>
3833
3834         * mini.c: speedup IList<T> array accesses.
3835
3836 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
3837
3838         * mini.c (mono_method_to_ir): Handle large methods overflowing the 
3839         inline_costs counter. Fixes #77190.
3840
3841 2006-03-06  Zoltan Varga  <vargaz@gmail.com>
3842
3843         * mini-exceptions.c: Call mono_trace_is_enabled () before printing
3844         trace messages. Fixes #77706.
3845
3846 2006-03-04  Martin Baulig  <martin@ximian.com>
3847
3848         * tramp-amd64.c, tramp-x86.c
3849         (mono_debugger_create_notification_function): Use
3850         mono_global_codeman_reserve() to allocate a buffer at runtime and
3851         return it.
3852
3853         * debug-debugger.h (MonoDebuggerInfo): Added `initialize'.
3854
3855         * debug-debugger.c (mono_debugger_init): Dynamically allocate the
3856         notification function at runtime and then call `initialize' in the
3857         `MONO_DEBUGGER__debugger_info' vtable.
3858
3859 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
3860
3861         * iltests.il: Fix a visibility problem.
3862
3863 Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus@ximian.com>
3864
3865         * driver.c, mini.c: add hooks for the counters API.
3866
3867 Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus@ximian.com>
3868
3869         * driver.c: show disabled options.
3870
3871 Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus@ximian.com>
3872
3873         * linear-scan.c: always use cost-driven selection.
3874
3875 2006-02-28  Raja R Harinath  <rharinath@novell.com>
3876
3877         * jit-icalls.c (helper_compile_generic_method): Revert change from
3878         2006-02-24.
3879
3880 Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus@ximian.com>
3881
3882         * cpu-arm.md, mini-arm.c: implemented MemoryBarrier.
3883
3884 Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus@ximian.com>
3885
3886         * inssel.brg: style fixes, mostly to force the updated monoburg
3887         to run for people using svn.
3888
3889 Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus@ximian.com>
3890
3891         * mini.c: match monoburg changes.
3892
3893 Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus@ximian.com>
3894
3895         * mini.h, mini.c, abcremoval.c, aliasing.c, liveness.c,
3896         ssapre.c, graph.c, ssa.c: put the mono_burg_arity[]
3897         declaration in the header file.
3898
3899 Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus@ximian.com>
3900
3901         * helpers.c: reduce relocations and mem usage.
3902
3903 Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus@ximian.com>
3904
3905         * mini.h, mini-codegen.c: disable logging features if
3906         requested by configure.
3907
3908 Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus@ximian.com>
3909
3910         * mini.c: tiny verifier changes.
3911
3912 Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus@ximian.com>
3913
3914         * mini-ops.h, inssel-x86.brg, tramp-x86.c, mini-x86.c,
3915         cpu-pentium.md: stack alignment changes for osx/x86,
3916         partially from Geoff Norton <gnorton@customerdna.com>.
3917
3918 2006-02-24  Raja R Harinath  <harinath@gmail.com>
3919
3920         * jit-icalls.c (helper_compile_generic_method): Update to changes
3921         in metadata/class.c.
3922
3923 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
3924         
3925         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add a missing check.
3926         
3927         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Add support for
3928         interface calls with large offsets.
3929
3930 2006-02-23  Raja R Harinath  <rharinath@novell.com>
3931
3932         * jit-icalls.c (helper_compile_generic_method): Document the
3933         special-case we depend on so that we can inflate the method twice
3934         with the same context with no bad side-effects.
3935
3936 Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus@ximian.com>
3937
3938         * mini-x86.c, mini-amd64.c: fix for case when xen support
3939         is disabled.
3940
3941 Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus@ximian.com>
3942
3943         * mini-x86.c, mini-amd64.c: generate code to access tls items
3944         in a faster way for Xen systems.
3945
3946 Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus@ximian.com>
3947
3948         * exceptions-x86.c, mini-x86.h, driver.c, mini-codegen.c:
3949         updates and compilation fixes for the OSX/x86 port, mostly from
3950         Geoff Norton <gnorton@customerdna.com>.
3951
3952 Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus@ximian.com>
3953
3954         * inssel.brg: faster interface call implementation
3955         to sync with the interface_offsets MonoVTable changes.
3956
3957 Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus@ximian.com>
3958
3959         * mini.c: more verification checks.
3960
3961 Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus@ximian.com>
3962
3963         * mini.c: added a few more verification checks.
3964
3965 2006-02-17      Neale Ferguson <neale@sinenomine.net>
3966
3967         * mini-s390x.c, mini-s390x.h: Check for presence of long displacement
3968         facility on the processor and use it if available.
3969
3970 Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus@ximian.com>
3971
3972         * driver.c, aot.c, mini.c: throw exception if the IL code is
3973         invalid or unverifiable.
3974
3975 2006-02-17  Raja R Harinath  <rharinath@novell.com>
3976
3977         * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
3978         m.StructField.
3979
3980 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
3981
3982         * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
3983
3984 Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian.com>
3985
3986         * mini-s390x.c, mini-s390.c, mini.c, mini-amd64.c, mini-arm.c,
3987         mini-ia64.c, mini-sparc.c, mini-x86.c, mini-ppc.c: fixed
3988         handling of instantiated generic valuetypes.
3989
3990 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
3991
3992         * mini-exceptions.c mini-x86.h mini-x86.c: Get rid of 
3993         MONO_INIT_CONTEXT_FROM_CALLER, and use MONO_INIT_CONTEXT_FROM_FUNC
3994         instead.
3995
3996         * generics.2.cs: Revert the nullable reftypes tests.
3997
3998 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
3999
4000         * mini-exceptions.c (MONO_INIT_CONTEXT_FROM_CALLER): Avoid
4001         using __builtin_frame_address (1) as it doesn't work in the presence
4002         of optimizations. Hopefully fixes #77273.
4003
4004         * Makefile.am generics.cs generics.2.cs: Revert the generics.2.cs
4005         -> generics.cs change as it doesn't work with some automake versions.
4006
4007 Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4008
4009         * mini.c: handle systems that sue a different way to
4010         retrieve the stack address of the current thread.
4011
4012 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
4013
4014         * Makefile.am generics.2.cs: Rename this to generics.cs and handle
4015         it specially in the makefile.
4016
4017         * generics.2.cs: Add tests for nullable reference types.
4018
4019 Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus@ximian.com>
4020
4021         * mini.c: always handle the case when mono_jit_init()
4022         is called in a thread different from the main thread,
4023         confusing libgc (bug #77309).
4024
4025 Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus@ximian.com>
4026
4027         * mini-ppc.c: fix handling of exceptions in large methods (bug #74932).
4028
4029 Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus@ximian.com>
4030
4031         * mini.c: change optimize_branches () to use a single loop
4032         and introduce a new optimization to simplify some range checks.
4033
4034 2006-02-03  Martin Baulig  <martin@ximian.com>
4035
4036         * debug-debugger.c (debugger_thread_manager_thread_created): Removed
4037         and merged with debugger_thread_manager_add_thread().
4038         (mono_debugger_main): Call debugger_thread_manager_add_thread() to
4039         inform the debugger about the main thread.
4040
4041 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
4042
4043         * basic.cs: Add test for div.un/rem.un constant folding.
4044
4045 2006-02-03  Neale Ferguson <neale@sinenomine.net>
4046
4047         * cpu-s390x.md: correct int_xor_imm length
4048
4049 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
4050
4051         * generics.2.cs: New test for #77442.
4052
4053         * jit-icalls.c (helper_compile_generic_method): Check for null. Fixes
4054         #77442.
4055
4056 2006-02-02  Martin Baulig  <martin@ximian.com>
4057
4058         * tramp-x86.c, tramp-amd64.c: It's now safe to #include
4059         <mono/metadata/mono-debug-debugger.h>   
4060
4061         * debug-mini.c: Don't #define _IN_THE_MONO_DEBUGGER.
4062
4063 2006-02-02  Martin Baulig  <martin@ximian.com>
4064
4065         * debug-debugger.h: New header file for debug-debugger.c.
4066
4067         * debug-debugger.c: Big API cleanup; don't run the managed Main()
4068         function is a separate thread anymore; add support for attaching.
4069
4070 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
4071
4072         * tramp-x86.c: Fix a warning.
4073
4074 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
4075
4076         * mini-amd64.c (mono_arch_compute_omit_fp): Avoid hitting an assertion
4077         on very large methods.
4078
4079         * aot.c (load_patch_info): Fix a warning.
4080
4081 Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4082
4083         * cpu-pentium.md, mini-x86.c, inssel.brg, inssel-x86.brg,
4084         mini-ops.h: alu membase optimizations.
4085
4086 Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus@ximian.com>
4087
4088         * mini-ops.h, mini.c, inssel.brg, inssel-x86.brg: opcode
4089         to speedup StringBuilder.
4090
4091 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
4092
4093         * dominators.c (mono_compute_natural_loops): Fix detection of
4094         loop body start blocks.
4095
4096         * mini-exceptions.c (mono_print_thread_dump): Fix non x86 builds.
4097
4098 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
4099
4100         * mini.h mini.c mini-exceptions.c: Add thread dump support. Fixes
4101         #75145.
4102
4103 2006-01-25  Massimiliano Mantione  <massi@ximian.com>
4104
4105         * aliasing.c: Fixed aliasing issue on 64 bit archs.
4106
4107 2006-01-25  Martin Baulig  <martin@ximian.com>
4108
4109         * debug-debugger.c: Moved the `MonoDebuggerManager' and
4110         `MonoDebuggerThread' typedefs here from mono-debug-debugger.h and
4111         started to cleanup this file a little bit.
4112
4113 Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus@ximian.com>
4114
4115         * mini.c: optimize a codepath frequently happening in generics code.
4116
4117 2006-01-23  Martin Baulig  <martin@ximian.com>
4118
4119         * Makefile.am: Only compile debug-debugger.c on supported platforms.
4120
4121         * debug-debugger.c: Kill the IO_LAYER() hack and use the io-layer
4122         functions directly.
4123
4124         * driver.c: debug-debugger.c is only available if
4125         `MONO_DEBUGGER_SUPPORTED' is defined.   
4126
4127 2006-01-23  Martin Baulig  <martin@ximian.com>
4128
4129         * debug-debugger.c: Only enable this on platforms where the Mono
4130         Debugger is working (x86 and x86_64).
4131
4132 2006-01-21  Martin Baulig  <martin@ximian.com>
4133
4134         The Mono Debugger is now using the normal `mono' instead of the
4135         `mono-debugger-mini-wrapper' when executing managed code.
4136
4137         * debug-debugger.c: New file; previously known as
4138         debugger/wrapper/wrapper.c.
4139
4140         * debug-mini.c (mono_init_debugger): Removed.
4141
4142         * driver.c (mono_main): Added new `--inside-mdb' command line
4143         argument which is used when running inside the debugger.
4144
4145 2006-01-20  Zoltan Varga  <vargaz@gmail.com>
4146
4147         * liveness.c (mono_analyze_liveness): Remove some unused data
4148         structures.
4149
4150 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
4151
4152         * mini.h: Move mono_bitset_test_fast macro to monobitset.h where it belongs.
4153
4154 2006-01-16  Zoltan Varga  <vargaz@gmail.com>
4155
4156         * mini.h (mono_bitset_test_fast): Disable the 'fast' implementation which
4157         depends on implementation details of monobitset.
4158
4159         * mini.c (mini_get_ldelema_ins): Fix handling of 1 dimensional arrays.
4160         Fixes #77271.
4161
4162 2006-01-15  Zoltan Varga  <vargaz@gmail.com>
4163
4164         * liveness.c: Update after monobitset changes.
4165
4166 2006-01-14  Zoltan Varga  <vargaz@gmail.com>
4167
4168         * mini-amd64.c (mono_arch_compute_omit_fp): Fix a leak.
4169
4170 2006-01-11 Neale Ferguson <neale@sinenomine.net>
4171
4172         * inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
4173
4174         * mini-s390x.c: Remove warning messages.
4175
4176 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
4177
4178         * mini.c: pass the jitinfo to mono_profiler_method_end_jit.
4179
4180 2006-01-10  Zoltan Varga  <vargaz@gmail.com>
4181
4182         * generics.2.cs: Add ldelem/stelem_any test.
4183
4184 2006-01-10 Neale Ferguson <neale@sinenomine.net>
4185
4186         * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
4187
4188 2006-01-07  Zoltan Varga  <vargaz@gmail.com>
4189
4190         * inssel-long.brg: Fix int->long ovf conversion rules. Fixes #77172.
4191         
4192 2006-01-06  Zoltan Varga  <vargaz@gmail.com>
4193
4194         * generics.2.cs: Reenable vtype tests.
4195
4196         * inssel-x86.brg: Remove an icorrect valuetype rule.
4197
4198 2006-01-06 Neale Ferguson <neale@sinenomine.net>
4199
4200         * mini-s390x.c, inssel-s390x.brg, cpu-s390x.md: Fix ATOMIC_I8 operations. Provide
4201         initial support for OP_ABS.
4202
4203 2006-01-05 Neale Ferguson <neale@sinenomine.net>
4204
4205         * mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
4206
4207 2006-01-05 Neale Ferguson <neale@sinenomine.net>
4208
4209         * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int 
4210         conversion and implement LADD/LSUB.
4211
4212         * exceptions-s390.c: Standardize mono_arch_find_jit_info to match other
4213         architectures.
4214
4215 2006-01-05 Neale Ferguson <neale@sinenomine.net>
4216
4217         * mini-s390x.c, mini-s390x.h: Fix r8 to unsigned int conversion.
4218
4219         * exceptions-s390x.c: Standardize mono_arch_find_jit_info to match other
4220         architectures.
4221
4222 2006-01-05 Neale Ferguson <neale@sinenomine.net>
4223
4224         * mini-s390x.c, mini-s390x.h, mini-s390.c, mini-s390.h: Fix lmf handling when 
4225         localloc is encountered.  Fixes crash in test-183.cs when using gmcs 
4226         (stack walk problem).
4227
4228 2006-01-04  Zoltan Varga  <vargaz@gmail.com>
4229
4230         * aot.c (mono_aot_load_method): Fix a warning.
4231
4232 2006-01-03  Neale Ferguson <neale@sinenomine.net>
4233
4234         * mini-s390x.h, exceptions-s390x.c, inssel-s390x.brg: Fix compiler warnings
4235
4236 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
4237
4238         * iltests.il: Add test for #77148.
4239
4240         * mini.c (mini_get_ldelema_ins): Handle arrays with rank 1 too. Fixes
4241         #77148.
4242
4243 2006-01-03  Neale Ferguson <neale@sinenomine.net>
4244
4245         * mini-s390x.c, inssel-s390x.brg: Remove debug statements
4246
4247 2006-01-03  Neale Ferguson <neale@sinenomine.net>
4248
4249         * mini-s390x.c, mini-s390x.h, exceptions-s390x.c, tramp-s390x.c, inssel-s390x.brg,
4250         cpu-s390x.md, mini-codegen.c, Makefile.am: add 64-bit s390 support to JIT.
4251
4252         * basic-long.cs: Add lconv-to-r4/r8 tests.
4253
4254 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
4255
4256         * mini.c (mono_method_to_ir): Fix DynamicMethod support in some opcodes.
4257
4258         * mini-sparc.c (mono_arch_call_opcode): Use mono_class_value_size ()
4259         here as on other archs.
4260
4261 2005-12-29 Neale Ferguson <neale@sinenomine.net>
4262
4263         * mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
4264
4265 2005-12-29 Neale Ferguson <neale@sinenomine.net>
4266
4267         * inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
4268         
4269         * cpu-s390.md: Fix lengths of a couple of long instructions; Add memory_barrier.
4270
4271         * mini-s390.c: Fix long add/sub overflow instructions; Fix displacement handling in
4272         instrument_prolog; Add memory_barrier instruction.
4273
4274 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
4275
4276         * exceptions-x86.c mini-x86.h: Fix solaris/x86 exception handling.
4277
4278 2005-12-23  Zoltan Varga  <vargaz@gmail.com>
4279
4280         * tramp-ia64.c (mono_arch_get_unbox_trampoline): Flush icache.
4281
4282         * aliasing.c inssel.brg: Fix warnings.
4283
4284         * inssel-ia64.brg (OP_MEMSET): Fix an optimization which previously
4285         could skip initialization of some parts of memory.
4286
4287         * mini.c mini-ia64.c: Fix warnings.
4288
4289         * inssel-sparc.brg: Add an implementation of lneg which actually works.
4290
4291 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
4292
4293         * aliasing.c (mono_build_aliasing_information): Add a workaround for
4294         a crash seen on sparc.
4295
4296         * mini-sparc.c: Add implementation of Thread.MemoryBarrier.
4297         
4298         * cpu-sparc.md: Add memory_barrier opcode. Remove unused opcodes.
4299
4300 2005-12-21 Neale Ferguson <neale@sinenomine.net>
4301
4302         * mini-ops.h: Add s390_backchain instruction
4303
4304         * inssel-s390.brg: Use backchaining instruction for LOADARG/STKARG operations.
4305
4306         * cpu-s390.md: Add s390_backchain instruction
4307
4308         * mini-s390.c: Significant ABI changes
4309
4310         * mini-s390.h: Cater for zero length structures
4311
4312 2005-12-20 Neale Ferguson <neale@sinenomine.net>
4313
4314         * mini-s390.c: ABI fixes
4315
4316         * inssel-s390.brg: Remove debug statements
4317
4318         * cpu-s390.md: Fix length of ATOMIC_xx operations
4319
4320 2005-12-19  Zoltan Varga  <vargaz@gmail.com>
4321
4322         * basic-float.cs: Add float<->long conversion tests.
4323
4324 2005-12-16 Neale Ferguson <neale@sinenomine.net>
4325
4326         * mini-s390.c: Fix LOCALLOC processing.
4327
4328         * tramp-s390.c (s390_magic_trampoline): Fix base calculation.
4329
4330 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
4331
4332         * iltests.il: Add tests for some opcodes not covered by the other
4333         tests.
4334
4335 2005-12-15 Neale Ferguson <neale@sinenomine.net>
4336
4337         * mini-s390.c: Fix ADDCC/SBB bug revealed by test_0_ulong_regress; Correct 
4338         register loading for Tail processing; Correct trace output.
4339
4340         * inssel-s390.brg: Reimplement LSUB_OVF due to s390 implementation of signed math.
4341
4342         * cpu-s390.md: Correct size of jmp instruction. 
4343
4344 2005-12-13 Neale Ferguson <neale@sinenomine.net>
4345
4346         * mini-s390.c (mono_arch_emit_prolog): Remove some debugging bits.
4347
4348 2005-12-13 Neale Ferguson <neale@sinenomine.net>
4349
4350         * inssel-s390.brg tramp-s390.c cpu-s390.md mini-s390.c mini-s390.h:
4351           Bring s390 up to current level.
4352
4353 2005-12-12  Zltan Varga  <vargaz@gmail.com>
4354
4355         * generics.2.cs: Disable the newly added tests as they do not work yet.
4356         
4357         * generics.2.cs: Add valuetype tests.
4358
4359 2005-12-09  Zoltan Varga  <vargaz@gmail.com>
4360
4361         * basic-long.cs: Add i4->u8 test.
4362
4363         * objects.cs: Add tests for JIT intrinsic.
4364
4365         * mini.c (mini_get_inst_for_method): Resurrect the array Rank/Length
4366         optimizations lost by a mistake.
4367
4368 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
4369
4370         * basic-long.cs: Remove a test moved to objects.cs.
4371
4372         * arrays.cs: Add more array tests.
4373
4374 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
4375
4376         * arrays.cs: Add new tests for multi-dimensional arrays.
4377
4378 2005-12-06  Raja R Harinath  <rharinath@novell.com>
4379
4380         * Makefile.am (test_sources2): Add generics.2.cs.
4381         (EXTRA_DIST): Add test_sources2.
4382
4383 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
4384
4385         Support for boxing and unboxing nullable types as well as the
4386         isinst operation on nullables, per the CLI ammendment.
4387
4388         * inssel.brg (CEE_ISINST): Special case for nullable
4389
4390         * mini.c (handle_unbox_nullable): new method
4391         (handle_box): Special case for nullable types
4392         (mono_method_to_ir): Call handle_unbox_nullable in correct
4393         places.
4394
4395         * generics.2.cs: New test suite
4396
4397         * Makefile.am: Support for regression tests with generics.
4398
4399 2005-12-03  Zoltan Varga  <vargaz@gmail.com>
4400
4401         * mini-amd64.c (emit_load_volatile_arguments): Add loading of arguments
4402         allocated to registers. Fixes #76800.
4403
4404 Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus@ximian.com>
4405
4406         * mini-ppc.c, inssel-ppc.brg: fix ABI issue (pinvoke3.cs).
4407
4408 2005-11-30  Zoltan Varga  <vargaz@gmail.com>
4409
4410         * exceptions.cs: Disable test_0_long_cast () test, since it fails on a lot 
4411         of platforms.
4412
4413 2005-11-29  Zoltan Varga  <vargaz@gmail.com>
4414
4415         * objects.cs basic-calls.cs: Move a test depending on valuetypes to
4416         objects.cs.
4417
4418         * inssel-long32.brg (CEE_CONV_I8): Remove unused labels.
4419         
4420         * inssel-long32.brg (CEE_CONV_I8): Convert this to a branchless version.
4421 Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus@ximian.com>
4422
4423         * mini-ppc.c, cpu-g4.md: ensure a fp register is converted to
4424         single precision before storing to a single precision location.
4425
4426 2005-11-28  Raja R Harinath  <rharinath@novell.com>
4427
4428         * Makefile.am (ILASM): Use profile-dependent location of ilasm.
4429
4430 2005-11-27  Zoltan Varga  <vargaz@gmail.com>
4431
4432         * basic-long.cs basic-calls.cs objects.cs: Move some tests to the
4433         correct files.
4434
4435         * basic.cs: Remove test_0_byte_compares test which was moved to
4436         objects.cs a long time ago.
4437
4438 2005-11-22  Massimiliano Mantione  <massi@ximian.com>
4439
4440         * aliasing.c: Fixed aliasing issue on 64 bit archs.
4441
4442 2005-11-20  Zoltan Varga  <vargaz@gmail.com>
4443
4444         * mini-ia64.c exceptions-ia64.c: Simplify the way filters/finally
4445         handlers are called.
4446
4447         * mini-ia64.c (mono_arch_emit_exceptions): Optimize size of exception
4448         throwing code.
4449
4450          * mini-ia64.c: Add support for the throw->branch exception 
4451         optimization.   
4452
4453         * driver.c (DEFAULT_OPTIMIZATIONS): Add MONO_OPT_EXCEPTION.
4454
4455 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
4456
4457         * mini.c: Enabled "fastpath" deadce :-)
4458         
4459 2005-11-18  Massimiliano Mantione  <massi@ximian.com>
4460
4461         * mini.c: Added "fastpath" deadce (deadce without SSA), and a simple
4462         alias analysis pass to support it.
4463         * mini.h: Likewise.
4464         * ssa.c: Likewise.
4465         * liveness.c: Likewise (liveness computation can use aliasing
4466         information to be more accurate).
4467         * driver.c: Added an "ssa" option go tell the JIT to use SSA, and
4468         moreover made so that "--compile-all" uses the given optimization
4469         flags and not the default ones.
4470         * aliasing.c: Alias analysis (new file).
4471         * aliasing.h: Likewise.
4472         * Makefile.am: added "aliasing.c" and "aliasing.h".
4473         
4474 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
4475
4476         * mini-ops.h: Add missing OP_I opcodes so it is in synch with the
4477         OP_L opcodes.
4478
4479 2005-11-13  Zoltan Varga  <vargaz@gmail.com>
4480
4481         * mini-exceptions.c (mono_handle_exception_internal): Remove the 
4482         fp >= end_of_stack exit condition, as it is not needed, and it might
4483         become true for fp eliminated frames.
4484
4485 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
4486
4487         * mini-x86.c (mono_arch_emit_epilog): Use G_STRUCT_OFFSET instead of hard
4488         coded offsets.
4489
4490 Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus@ximian.com>
4491
4492         * mini-arm.c: fixed alignment of doubles/longs to match
4493         the C ABI (bug #76635).
4494
4495 Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus@ximian.com>
4496
4497         * aot.c: fix compilation with --enable-minimal=aot.
4498
4499 Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus@ximian.com>
4500
4501         * mini-arm.c: fixed compatibility with the new
4502         floating point emulator package for compares.
4503
4504 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com?
4505
4506         * mini.c : reverted sig->pinvoke changes (r51396-51397).
4507
4508 2005-11-01  Zoltan Varga  <vargaz@freemail.hu>
4509
4510         * mini-exceptions.c (print_stack_frame): Output to stderr.
4511         (mono_handle_native_sigsegv): Ditto.
4512
4513 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
4514
4515         * mini-amd64.c (mono_arch_output_basic_block): Remove unused
4516         OP_LCONV_TO_OVF_I implementation.
4517
4518         * mini-amd64.c: Add support for the throw->branch exception 
4519         optimization.
4520
4521         * branch-opts.c (mono_branch_optimize_exception_target): Allow the case
4522         when the catch clause catches a more general exception, i.e. Object.
4523
4524 2005-10-30  Zoltan Varga  <vargaz@gmail.com>
4525
4526         * cpu-ia64.md: Remove unused opcodes.
4527
4528         * mini.c (GET_CONTEXT): Simplify this somewhat by removing arch
4529         specific defines for architectures defining USE_SIGACTION.
4530
4531         * mini-ia64.c: Fix some warnings.
4532
4533         * exceptions-ia64.c (mono_arch_ip_from_context): Fix this, the previous
4534         version seemed to skip a frame.
4535
4536 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
4537
4538         * mini.c: Clean up the usage of sig->pinvoke flag. Now
4539         only calls which are made to native code use this flag.
4540
4541 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
4542
4543         * mini-amd64.c (mono_arch_compute_omit_fp): Disable fp elimination for
4544         varargs methods as well.
4545         
4546         * mini-amd64.c exceptions-amd64.c: Allow fp elimination in methods
4547         which have save_lmf set. Reorganize methods prologs a bit.
4548
4549         * mini-amd64.c (mono_arch_compute_omit_fp): Move the check for the
4550         debugger to the proper place.
4551
4552 2005-10-29  Martin Baulig  <martin@ximian.com>
4553
4554         * mini-amd64.c (debug_omit_fp): Temporarily disable fp elimination
4555         when running inside the debugger until the debugger has support
4556         for it.
4557
4558 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
4559
4560         * mini.h: Fix a warning.
4561
4562 2005-10-24  Miguel de Icaza  <miguel@novell.com>
4563
4564         * mini.c (mono_pmip): Just a wrapper for get_method_from_ip which
4565         we expose publicly, this returns the string.
4566
4567 2005-10-22  Zoltan Varga  <vargaz@freemail.hu>
4568
4569         * exceptions-amd64.c (mono_arch_find_jit_info): Fix some corner cases
4570         with fp elimination.
4571
4572 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
4573
4574         * mini-exceptions.c (mono_handle_native_sigsegv): Try to print a
4575         native stacktrace using the glibc 'backtrace' function if available.
4576
4577 2005-10-20  Zoltan Varga  <vargaz@gmail.com>
4578
4579         * mini.h (MonoDebugOptions): Remove 'abort_on_sigsegv' option.
4580
4581         * mini-exceptions.c (mono_handle_native_sigsegv): New function to 
4582         handle SIGSEGVs received while in native code.
4583
4584         * mini.c (sigsegv_signal_handler): If the SIGSEGV happened in native
4585         code, call mono_handle_native_sigsegv which will abort the runtime
4586         after printing some diagnostics, instead of converting it into a
4587         confusing NullReferenceException.
4588
4589 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
4590
4591         * cpu-pentium.md: Remove unused opcodes.
4592
4593 2005-10-18  Zoltan Varga  <vargaz@freemail.hu>
4594
4595         * mini-amd64.h (MonoLMF): Add rsp field.
4596
4597         * mini-amd64.c exceptions-amd64.c tramp-amd64.c: Save the sp reg into
4598         the lmf too.
4599
4600 2005-10-17  Zoltan Varga  <vargaz@gmail.com>
4601
4602         * mini-codegen.c (get_register_spilling): Fix some warnings.
4603
4604 2005-10-16  Zoltan Varga  <vargaz@freemail.hu>
4605
4606         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Add support for fp
4607         elimination during exception handling. Enable fp elimination by
4608         default.
4609
4610         * mini-amd64.h mini-amd64.c: Add preliminary support for frame pointer
4611         elimination.
4612
4613 2005-10-16  Martin Baulig  <martin@ximian.com>
4614
4615         * mini-exceptions.c
4616         (mono_debugger_run_finally): New public method for the debugger.
4617
4618 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
4619
4620         * debug-mini.c (mono_debug_init_method): Fix warning.
4621
4622         * mini.h branch-opts.c (mono_branch_optimize_exception_target): Make
4623         the 'exname' parameter const to fix some warnings.
4624
4625 2005-10-09  Zoltan Varga  <vargaz@freemail.hu>
4626
4627         * mini-exceptions.c (mono_handle_exception_internal): Fix another bug
4628         introduced by the previous patch.
4629
4630 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
4631
4632         * basic-float.cs: Add test for precision of float arithmetic.
4633
4634         * mini-ia64.c (mono_arch_output_basic_block): Convert to/from doubles
4635         when loading/storing single values from/to memory.
4636
4637         * mini.c (mono_jit_compile_method_with_opt): Create the function
4638         pointers in the correct domain.
4639
4640 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
4641
4642         * mini-exceptions.c (mono_handle_exception_internal): Fix bug 
4643         introduced by previous patch.
4644         
4645         * mini-exceptions.c (mono_handle_exception_internal): Handle the case
4646         when out_filter_idx is NULL.
4647
4648         * mini-exceptions.c: Don't run filter clauses twice during exception
4649         handling. Fixes #75755.
4650
4651 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
4652
4653         * aot.c: Add support for ldflda wrappers.
4654
4655         * mini.c (mono_method_to_ir): Use ldflda wrappers for CEE_LDFLDA. Fixes
4656         #75902.
4657
4658 Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus@ximian.com>
4659
4660         * mini.c, mini.h: do not consider exception handlers blocks when
4661         setting up interface variables.
4662
4663 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
4664
4665         * aot.c (emit_section_change): Fix emitting of sections on win32. Fixes #76322.
4666
4667 2005-10-03  Zoltan Varga  <vargaz@gmail.com>
4668
4669         * liveness.c (mono_analyze_liveness): Revert parts of r51051 since it
4670         causes a regression.
4671
4672         * mini.c (mini_thread_cleanup): Fix reading of freed memory.
4673
4674 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
4675
4676         * mini.h (OP_PCONST): Move the definition of OP_PCONST into the rest
4677         of the OP_P definitions.
4678
4679         * TODO: Add a proposal for dealing with the CEE/OP mess.
4680
4681         * mini-amd64.c (mono_arch_output_basic_block): Merge mul_imm 
4682         optimizations from the x86 port.
4683
4684         * cpu-amd64.md: Ditto.
4685
4686         * basic.cs basic-long.cs: Add tests.
4687
4688 Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus@ximian.com>
4689
4690         * Makefile.am, driver.c, mini-x86.c, mini.c, mini.h, branch-opts.c:
4691         Patrik Torstensson's implementation of my exception-handling
4692         optimization idea, when the exception object is not used
4693         (bug #62150).
4694
4695 Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus@ximian.com>
4696
4697         * mini-x86.c, cpu-pentium.md: Patrik Torstensson's port
4698         of the mul_imm optimizations from the old jit.
4699
4700 Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus@ximian.com>
4701
4702         * mini.c, liveness.c: patch by Patrik Torstensson and
4703         Zoltan Varga to improve performance in methods with
4704         exception clauses.
4705
4706 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
4707
4708         * driver.c: Remove 'Globalization' entry from --version.
4709
4710 2005-09-28  Zoltan Varga  <vargaz@gmail.com>
4711
4712         * mini.c (mono_jit_compile_method_inner): Do not load AOT code when
4713         there is a profiler interested in JIT events.
4714
4715         * aot.c: Load profile files produced by the AOT profiling module, and
4716         reorder methods based on the profiling info. Add a 'method_order' table
4717         to the AOT file to make mono_aot_find_jit_info work with the reordered
4718         methods.
4719
4720         * mini.h: Bump AOT file version info.
4721
4722 Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus@ximian.com>
4723
4724         * mini-arm.h: work around what looks like a gcc bug when optimizations
4725         are enabled.
4726
4727 2005-09-28  Raja R Harinath  <rharinath@novell.com>
4728
4729         * Makefile.am (AM_CFLAGS): Don't use += to append inside
4730         conditionals.  Use ...
4731         (PLATFORM_CFLAGS, ARCH_CFLAGS): ... these.
4732
4733 2005-09-27  Zoltan Varga  <vargaz@freemail.hu>
4734
4735         * mini-amd64.c (mono_arch_call_opcode): Use mono_class_value_size ()
4736         to determine the amount of memory to copy when passing valuetypes.
4737
4738         * inssel-amd64.brg: Remove PUSH(LDIND4) rules since they convert an
4739         4 byte load into a 8 byte load. Fix aligning of size in OP_OUTARG_VT.
4740
4741 2005-09-27  Zoltan Varga  <vargaz@gmail.com>
4742
4743         * mini.h mini.c aot.c: Add infrastructure to collect pagefault 
4744         information about aot.
4745
4746 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
4747
4748         * *.c: Replace the use of {Enter,Leave}CriticalSection with
4749         macros. This will allow a deadlock debugger to easily be plugged
4750         in.
4751
4752 Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus@ximian.com>
4753
4754         * mini-ppc.c, cpu-g4.md: added memory barrier instruction.
4755
4756 2005-09-27  Raja R Harinath  <rharinath@novell.com>
4757
4758         * Makefile.am (AM_CFLAGS): Rename from INCLUDES.
4759         (AM_CFLAGS) [PLATFORM_WIN32): Append to it, don't set it.
4760         (AM_CFLAGS) [ARM]: Add arch/arm directory from the build tree.
4761         ($(arch_built)) [CROSS_COMPILING]: Error out.
4762
4763 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
4764
4765         * aot.c: Add support for the no_special_static flag for classes.
4766
4767 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
4768
4769         * Reapply reverted patches.
4770
4771         * *: Revert r50174 as well.
4772
4773         * mini-amd64.c cpu-amd64.md inssel-amd64.brg: Revert r50170 as well.
4774
4775 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
4776
4777         * mini-amd64.c: Revert r50342 to see if this fixed buildbot.
4778
4779 2005-09-23  Miguel de Icaza  <miguel@novell.com>
4780
4781         * mini.c (SIG_HANDLER_SIGNATURE): Only dereference info if it is
4782         part of the SIG_HANDLER_SIGNATURE.  
4783
4784 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
4785
4786         * mini.h mini.c: Add a new MONO_DEBUG option to collect metadata pagefault
4787         statistics.
4788
4789         * mini-x86.c (mono_arch_call_opcode): Fix vararg calling convention 
4790         introduced by previous patch.
4791
4792 2005-09-21  Zoltan Varga  <vargaz@gmail.com>
4793
4794         * tramp-x86.c (mono_arch_create_trampoline_code): Restore caller
4795         saved registers too.
4796
4797         * mini-x86.c (mono_arch_allocate_vars): Rewrite this so it works based 
4798         upon the information returned by get_call_info ().
4799         
4800         * mini-x86.c (add_float): Fix stack size calculation.
4801         (mono_arch_call_opcode): Rewrite this so it works based up the
4802         information returned by get_call_info ().
4803         (mono_arch_get_this_vret_args): Ditto.
4804
4805 2005-09-21  Zoltan Varga  <vargaz@freemail.hu>
4806
4807         * mini-amd64.c (mono_arch_emit_this_vret_args): Use the information
4808         in cinfo to determine the registers which need to be used.
4809
4810 2005-09-20  Miguel de Icaza  <miguel@novell.com>
4811
4812         * driver.c (mono_main): Add --server and --desktop flags. 
4813
4814 2005-09-16  Zoltan Varga  <vargaz@gmail.com>
4815
4816         * mini-ia64.h: Make register masks 64 bit. Don't treat argument
4817         registers as global registers.
4818
4819         * inssel-ia64.brg (stmt): Remove OP_OUTARG_REG () rules which are no 
4820         longer needed with the new register allocator.
4821
4822         * mini-ia64.c: Use OP_MOVE instead of OP_SETREG for reg-reg moves.
4823
4824         * cpu-ia64.md: Remove unused opcodes.
4825         
4826         * regalloc.c mini-codegen.c: Make register masks 64 bit on ia64.
4827         
4828 2005-09-16  Zoltan Varga  <vargaz@freemail.hu>
4829
4830         * cpu-amd64.md: Remove unused opcodes.
4831
4832         * inssel-amd64.brg: Remove OP_OUTARG_REG () rules which are no longer
4833         needed with the new register allocator.
4834
4835         * inssel-amd64.brg mini-amd64.c: Use OP_MOVE instead of OP_SETREG for
4836         reg-reg moves.
4837
4838 2005-09-16  Raja R Harinath  <rharinath@novell.com>
4839
4840         * Makefile.am (check-local): Don't invoke semdel-wrapper.
4841
4842 2005-09-16  Martin Baulig  <martin@ximian.com>
4843
4844         * exceptions-amd64.c
4845         (throw_exception): Don't call mono_debugger_throw_exception() if
4846         we're a rethrow - see the FIXME in the code.
4847
4848 2005-09-15  Geoff Norton  <gnorton@customerdna.com>
4849
4850         * mini.c (mono_init_exceptions): This only works on some architectures.
4851         
4852 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
4853
4854         * mini.c (mono_method_to_ir): Add OP_LMUL imm -> OP_LMUL_IMM conversion
4855         on ia64.
4856
4857         * inssel-long.brg mini-ia64.c: Add OP_LMUL_IMM rules.
4858
4859         * mini-ia64.h mini-ia64.c: Remove the altstack support code which is
4860         now in mini-exceptions.c.
4861
4862 2005-09-15  Zoltan Varga  <vargaz@freemail.hu>
4863
4864         * mini-amd64.h mini-am64.c: Remove the altstack support code which is
4865         now in mini-exceptions.c.
4866
4867 2005-09-15  Zoltan Varga  <vargaz@gmail.com>
4868
4869         * exceptions-x86.c: Applied patch from Patrik Torstensson 
4870         <patrik.torstensson@gmail.com>. Add stack overflow handling support for win32.
4871
4872         * mini-exceptions.c mini-x86.c mini.c: Move the altstack setup/teardown
4873         code into mini-exceptions.c. Add some assertions to it.
4874
4875 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
4876
4877         * aot.c (emit_section_change): Applied patch from "The Software Team" 
4878         (<software@solmersa.com>). Fix as errors on windows.
4879
4880 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
4881
4882         * tramp-amd64.c (mono_arch_create_trampoline_code): Fix saving of
4883         method info into the LMF.
4884
4885 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
4886         
4887         * mini-ia64.c: Add proper unwind info for method epilogs.
4888
4889         * exceptions-ia64.c: Add some code to help debugging.
4890         
4891         * mini-ia64.c mini-ia64.h: Add sigaltstack support.
4892
4893         * mini-exceptions.c: Fix warning.
4894
4895 2005-09-11  Zoltan Varga  <vargaz@freemail.hu>
4896
4897         * mini.c: Really fix build.
4898
4899         * mini-x86.c mini-amd64.c: Fix build.
4900
4901 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
4902
4903         * mini-ia64.c inssel-ia64.brg: Add InterlockedExchange instrinsics.
4904
4905         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Implement
4906         some Interlocked methods as intrinsics.
4907
4908         * mini.c (mini_get_inst_for_method): Call arch_get_inst_for_method
4909         for Thread methods as well.
4910
4911         * mini-ops.h: Add OP_MEMORY_BARRIER opcode.
4912
4913         * inssel.brg: Add rule for OP_MEMORY_BARRIER.
4914
4915         * mini-ia64.c mini-x86.c mini-amd64.c 
4916         cpu-ia64.md cpu-pentium.md cpu-amd64.md: Add implementation of 
4917         OP_MEMORY_BARRIER.
4918         
4919         * mini.c (mono_init_exceptions): Fix build breakage.
4920
4921 2005-09-10  Zoltan Varga  <vargaz@gmail.com>
4922
4923         * mini-ia64.c exceptions-ia64.c tramp-ia64.c: Remove 'manual' emitting
4924         of instructions. Use the new ia64_unw_op macros for emitting unwind
4925         info.
4926
4927         * mini.c (mono_init_exceptions): Initialize exception handling
4928         related trampolines at startup.
4929
4930 Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus@ximian.com>
4931
4932         * cpu-arm.md, mini-arm.c: fix for dynamic code (Gtk# apps).
4933
4934 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
4935
4936         * mini.c: Handle type loading errors gracefully during compilation and
4937         throw the appropriate exception.
4938
4939 Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus@ximian.com>
4940
4941         * ldscript.mono, Makefile.am: use anonymous versions in the ldscript
4942         for the mono binary.
4943
4944 2005-09-09  Martin Baulig  <martin@ximian.com>
4945
4946         * mini.c (mono_method_to_ir): Comment out the G_BREAKPOINT()'s for
4947         the release.
4948
4949 Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus@ximian.com>
4950
4951         * mini-arm.h: use emulation for conv.r.un for the release.
4952
4953 Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus@ximian.com>
4954
4955         * mini-arm.c, objects.cs: more fixes and tests for them.
4956
4957 Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus@ximian.com>
4958
4959         * mini-arm.c: align structures to at least 4 bytes to be able
4960         to keep our current optimized memcpy.
4961
4962 Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus@ximian.com>
4963
4964         * mini-arm.c, cpu-arm.md, inssel-arm.brg: bugfixes.
4965
4966 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4967
4968         * mini.c: ignore SIGPIPE.
4969
4970 2005-09-04  Zoltan Varga  <vargaz@gmail.com>
4971
4972         * mini-ia64.c (mono_arch_lowering_pass): Convert 'and_imm 255' to zext1.
4973
4974         * mini-ia64.h mini-ia64.c: Add some minor optimizations.
4975
4976 2005-09-02  Zoltan Varga  <vargaz@gmail.com>
4977
4978         * mini.h: Add prototype for mono_allocate_stack_slots_full.
4979
4980 Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus@ximian.com>
4981
4982         * exceptions-arm.c, mini.c, mini-arm.c, mini-arm.h:
4983         exception handling support.
4984         * mini-arm.c, mini-arm.h: bigendian fixes (partially from a
4985         patch by Brian Koropoff <briank@marakicorp.com>).
4986
4987 Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus@ximian.com>
4988
4989         * mini.c: revert another 'optimization' which breaks when
4990         items on the eval stack need to be saved at a basic block end
4991         (bug #75940).
4992
4993 Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
4994
4995         * jit-icalls.c: for arrays, ensure we always provide
4996         lower bounds.
4997
4998 2005-08-30  Zoltan Varga  <vargaz@gmail.com>
4999
5000         * mini.c (mono_allocate_stack_slots_full): Fix ia64 build.
5001         
5002         * mini.c (mini_get_inst_for_method): Special case Object:.ctor as well.
5003
5004 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
5005
5006         * mini-ia64.h mini-ia64.c: Implement frame pointer elimination. Keep
5007         arguments in their original register.
5008
5009 2005-08-28  Zoltan Varga  <vargaz@gmail.com>
5010
5011         * mini-ops.h cpu-ia64.md inssel-ia64.brg mini-ia64.c: Optimize
5012         memset/memcpy.
5013
5014         * mini.c (mono_method_to_ir): Disable the MUL->MUL_IMM optimization
5015         when ssapre is enabled.
5016
5017         * inssel-long.brg: Fix bug in previous patch.
5018
5019         * mini-ia64.c mini-ia64.h mini.c inssel-long.brg: Optimize 
5020         multiplication by a constant.
5021
5022 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
5023
5024         * mini-ia64.c (mono_arch_setup_jit_tls_data): Add support for intel
5025         icc.
5026
5027         * tramp-ia64.c (mono_arch_create_trampoline_code): Use st8.spill for
5028         saving registers.
5029
5030 Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus@ximian.com>
5031
5032         * inssel-arm.brg: apply changes tested by Brian Koropoff
5033         <briank@marakicorp.com>.
5034
5035 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
5036
5037         * mini-x86.c (mono_arch_emit_prolog): Fix calling of mono_jit_thread_attach () under windows.
5038         
5039 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
5040
5041         * mini-codegen.c (mono_local_regalloc): Avoid allocating dreg and sreg1/2
5042         to the same register if dreg is just a base register.
5043         (print_ins): Improve printing of membase opcodes.
5044
5045         * inssel-x86.brg: Add optimized ldind(reg) rules.
5046
5047         * mini-x86.c cpu-pentium.md: Changes required to support the new rules.
5048
5049 Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus@ximian.com>
5050
5051         * mini.c: when running under valgrind, set the stack bottom for
5052         the GC at the actual approximate stack for the app (fixes running
5053         mono with valgrind).
5054
5055 Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus@ximian.com>
5056
5057         * mini.c: do no break at the first valuetype to init found
5058         (fixes bug #75791).
5059
5060 Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus@ximian.com>
5061
5062         * cpu-arm.md, mini-arm.c: more fixes and LMF support.
5063
5064 Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus@ximian.com>
5065
5066         * cpu-g4.md: fixed instruction length exposed by the nemerle compiler.
5067
5068 2005-08-23  Zoltan Varga  <vargaz@freemail.hu>
5069
5070         * inssel-amd64.brg inssel-x86.brg: Fix the fcall rules.
5071
5072 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
5073
5074         * inssel-x86.brg: Fix assert in patch_delegate_trampoline.
5075
5076         * tramp-x86.c (mono_arch_patch_delegate_trampoline): Add some debug
5077         code.
5078
5079         * tramp-amd64.c (mono_arch_patch_delegate_trampoline): Add some debug
5080         code.
5081
5082         * mini.c (optimize_branches): Don't quit after 1000 iterations on large
5083         methods.
5084
5085 Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus@ximian.com>
5086
5087         * tramp-arm.c: allocate less memory for the trampoline and fix typo.
5088
5089 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
5090
5091         * mini.c (mono_method_to_ir): Remove instructions inserted after a branch
5092         in the tail recursion optimization.
5093
5094         * mini.h helpers.c (mono_disassemble_code): Emit starts of basic blocks as 
5095         debug info into the assembly file.
5096
5097         * iltests.il: Add test for filter regions.
5098
5099         * mini.c (mono_method_to_ir): Fix handling of nested FILTER clauses. Fix
5100         initial stack of filter regions. Fixes #75755.
5101
5102 Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus@ximian.com>
5103
5104         * mini-arm.c, cpu-arm.c: fixes and support for methods with bigger
5105         stack requirements.
5106
5107 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
5108
5109         * mini.c (mono_create_delegate_trampoline): Fix memory leak. Put back
5110         the check for an already compiled method on non-ia64 platforms.
5111         (mono_create_jump_trampoline): Store the MonoJitInfo structure into the
5112         proper domain.
5113
5114         * mini-x86.h tramp-x86.c: Add support for delegate trampolines.
5115
5116         * inssel-x86.brg: Add some optimized call rules.
5117
5118 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
5119
5120         * mini.c (mono_create_delegate_trampoline): Do not return an already compiled
5121         method here.
5122
5123         * mini.h mini-trampolines.c: Pass the trampoline argument to 
5124         mono_arch_patch_delegate_trampoline.
5125
5126         * mini-ia64.h mini-ia64.c tramp-ia64.c: Add support for delegate trampolines.
5127
5128         * mini-trampolines.c: Fix build.
5129
5130         * mini-amd64.h: Add delegate trampolines.
5131
5132         * mini.h mini.c mini-trampolines.c tramp-amd64.c: Add delegate trampolines.
5133
5134         * inssel-amd64.brg: Add optimized call rules.
5135         
5136         * mini-ia64.c tramp-ia64.c: Improve instruction scheduling.
5137
5138         * inssel-ia64.brg: Add optimized ldind(reg) rules.
5139
5140 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
5141
5142         * mini.c (mono_create_class_init_trampoline): Fix bug caused by last
5143         change.
5144
5145         * mini-ia64.c: Remove LMF fixmes.
5146
5147         * mini-ia64.h: Remove most fields from LMF.
5148
5149         * inssel-ia64.brg (stmt): Fix unaligned access errors.
5150
5151         * mini-trampolines.c: Add support for IA64 function descriptors.
5152
5153         * mini.h mini.c jit-icalls.c exceptions-ia64.cdriver.c: Add support
5154         for IA64 function descriptors.
5155
5156 Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus@ximian.com>
5157
5158         * tramp-arm.c: patch the vtable for virtual calls. Added
5159         support code to register/unregister the LMF.
5160         * mini-arm.c, mini-arm.h: warning fixes, fixes, speedups,
5161         more LMF work.
5162
5163 2005-08-19  Dick Porter  <dick@ximian.com>
5164
5165         * mini.c: Use a gsize to store the thread ID, so it can hold a 64
5166         bit value if needed.
5167
5168 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
5169
5170         * mini.c (mini_get_method): Move handling of wrapper data here.
5171
5172         * mini.c (mono_method_to_ir): Add support for dynamic methods.
5173
5174         * mini.c (mono_method_to_ir): Convert nonvirtual calls to abstract methods into
5175         virtual.
5176
5177         * mini.c (mono_method_to_ir): Emit IR for CEE_NOP as well, so 
5178         bblock->code does not remain empty.
5179
5180 2005-08-17  Zoltan Varga  <vargaz@freemail.hu>
5181
5182         * arrays.cs: Add regression test for #75832.
5183
5184         * inssel-amd64.brg cpu-amd64.md mini-amd64.c: Fix LDELEMA optimization
5185         rules. Fixes #75832.
5186
5187         * mini-ia64.c tramp-ia64.c exceptions-ia64.c: Implement improved
5188         instruction scheduling.
5189
5190 2005-08-12  Zoltan Varga  <vargaz@freemail.hu>
5191
5192         * mini-exceptions.c (ves_icall_get_frame_info): Fix IA64 build.
5193
5194 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
5195
5196         * mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.
5197
5198         * mini-codegen.c: Fix VC build.
5199
5200         * cpu-pentium.md: Increase length of atomic_exhange_i4.
5201
5202 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5203
5204         * mini.h: fix signature for mono_register_opcode_emulation.
5205
5206 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
5207
5208         * mini.c: Get rid of most of the helper_sig_... constants using
5209         mono_create_icall_signature ().
5210
5211 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
5212
5213         * jit-icalls.c (helper_ldstr): New helper function.
5214
5215         * mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.
5216
5217         * mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
5218         throw, load the string using a helper call instead of creating a string object.
5219
5220         * aot.c: Update after LDSTR changes.
5221
5222         * mini.h: Bump AOT file version.
5223         
5224         * aot.c: Save class size info into the AOT file. Print more statistics during
5225         compilation.
5226
5227         * mini.h: Bump AOT file version.
5228
5229         * tramp-amd64.c (mono_arch_nullify_class_init_trampoline): Fix
5230         ordering of disasm cases. Fixes #74957.
5231
5232 Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus@ximian.com>
5233
5234         * mini-ops.h, mini-arch.h, inssel.brg, mini.c, mini.h,
5235         jit-icalls.c, mini-codegen.c, Makefile.am: changes in
5236         the generic code needed for the ARM port.
5237
5238 Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus@ximian.com>
5239
5240         * exceptions-arm.c, tramp-arm.c, mini-arm.c, mini-arm.h, cpu-arm.md,
5241         inssel-arm.brg: more ARM features and fixes.
5242
5243 Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus@ximian.com>
5244
5245         * tramp-arm.c, mini-arm.c, cpu-arm.md, inssel-arm.brg: more
5246         ARM port work in progress.
5247
5248 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
5249
5250         * mini-ia64.c (mono_arch_call_opcode): Ongoing IA64 work.
5251
5252         * mini-exceptions.c mini-ia64.h: Ongoing IA64 work.
5253
5254         * mini-ia64.c (ia64_emit_bundle): Ongoing IA64 work.
5255
5256         * inssel.brg (mini_emit_memset): Add support for unaligned access.
5257
5258         * *-ia64.*: Ongoing IA64 work.
5259         
5260         * mini-ia64.c exceptions-ia64.c: Ongoing IA64 work.
5261
5262 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
5263
5264         * TODO: Remove out-of-data todo stuff.
5265
5266         * mini.h mini.c (mono_create_jit_trampoline_from_token): Remove some
5267         dead code.
5268
5269         * aot.c: Save/load MonoCachedClassInfo->has_nested_classes.
5270
5271         * mini.h: Bump corlib version.
5272
5273 2005-07-27  Martin Baulig  <martin@ximian.com>
5274
5275         * mini-codegen.c
5276         (create_copy_ins): Added `const unsigned char *ip' argument; set
5277         `copy->cil_code' from it.
5278
5279 2005-07-27  Martin Baulig  <martin@ximian.com>
5280
5281         * mini-exceptions.c (mono_handle_exception): Don't call
5282         mono_debugger_handle_exception() for filters.
5283
5284 2005-07-27  Zoltan Varga  <vargaz@freemail.hu>
5285
5286         * mini-trampolines.c (mono_aot_trampoline): Handle AppDomain:InvokeInDomain
5287         as well.
5288
5289 2005-07-26  Martin Baulig  <martin@ximian.com>
5290
5291         Committing a patch from Michal Moskal <michal.moskal@gmail.com>.
5292
5293         * mini.c (mono_method_to_ir): In `CEE_CALLI', only use
5294         helper_compile_generic_method() if the method is actually virtual
5295         and non-final.
5296
5297 2005-07-26  Martin Baulig  <martin@ximian.com>
5298
5299         * mini.c
5300         (trampoline_code): Renamed to `mono_trampoline_code' and made it
5301         public; this is now accessed directly by the debugger.
5302         (mono_generic_trampoline_code): Removed.
5303
5304         * debug-mini.c
5305         (mono_debug_init_method): Also add interncalls and wrappers.
5306
5307 2005-07-23  Zoltan Varga  <vargaz@freemail.hu>
5308
5309         * mini-ia64.c mini-ia64.h: Add support for tracing/profiling.
5310
5311 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
5312
5313         * aot.c (mono_aot_get_method_from_token): Fix a potential crash here.
5314
5315 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
5316
5317         * aot.c (load_patch_info): Fix handling of stfld_remote wrapper.
5318
5319 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
5320
5321         * mini-amd64.c (mono_arch_setup_jit_tls_data): Use the nice way of
5322         getting TLS offsets on AMD64 too.
5323
5324 2005-07-20  Kornél Pál <kornelpal@hotmail.com>
5325
5326         * driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
5327
5328 Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus@ximian.com>
5329
5330         * exceptions-arm.c, mini-arm.c, tramp-arm.c, cpu-arm.md,
5331         inssel-arm.brg, mini-arm.h: ARM port work in progress.
5332
5333 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
5334
5335         * tramp-amd64.c (mono_arch_create_specific_trampoline): Fix build.
5336
5337         * mini.h mini.c mini-*.h tramp-*.c: Move more cross platform trampoline code
5338         to mini.c.
5339
5340         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Call 
5341         mono_sparc_is_virtual_call ().
5342         
5343         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix warning.
5344
5345         * tramp-sparc.c (mono_arch_create_trampoline_code): Fix order of
5346         trampoline parameters.
5347
5348         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Fix signature.
5349         
5350         * mini-sparc.c (mono_arch_get_vcall_slot_addr): Rename this
5351         to mono_arch_get_vcall_slot_addr.
5352
5353         * Makefile.am tramp-sparc.c: Update the sparc port to use the generic
5354         trampoline code.
5355
5356         * *-sparc.*: Merge the mini-xp-regalloc branch for sparc.
5357
5358 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
5359
5360         * mini-ia64.h mini-ia64.c: Finish pinvoke support.
5361
5362 2005-07-19  Martin Baulig  <martin@ximian.com>
5363
5364         * exceptions-amd64.c (throw_exception): Call
5365         mono_debugger_throw_exception() here like we're doing it on i386.
5366
5367 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
5368
5369         * mini-ia64.c: Add optimized TLS access support.
5370
5371 2005-07-18  Zoltan Varga  <vargaz@freemail.hu>
5372
5373         * mini-exceptions.c: Ongoing IA64 work.
5374
5375         * mini-ia64.c inssel-long.brg: Ongoing IA64 work.
5376
5377         * mini.c: Use the default optimization set when embedding. Fixes
5378         #75194.
5379
5380 2005-07-11  Zoltan Varga  <vargaz@freemail.hu>
5381
5382         * tramp-amd64.c tramp-ia64.c Makefile.am: Move arch independent parts 
5383         of trampolines to a separate file.
5384
5385         * mini-trampolines.c: New file.
5386
5387         * mini.h tramp-x86.c: Move arch independent parts of trampolines to a 
5388         separate file.
5389         
5390         * tramp-x86.c: Reorganize the trampoline code to be similar to the 
5391         amd64/ia64 code.
5392
5393         * mini-codegen.c: Fix cygwin build.
5394
5395 2005-07-10  Zoltan Varga  <vargaz@freemail.hu>
5396
5397         * mini.c: Add some minor changes needed by the IA64 port.
5398
5399         * *-ia64.*: Ongoing IA64 work.
5400
5401 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
5402
5403         * tramp-amd64.c mini-amd64.c: Update after latest AOT changes. Split 
5404         trampolines into arch-independent and arch-dependent parts.
5405
5406         * mini-amd64.c (mono_arch_lowering_pass): Fix store_membase_imm -> store_membase_reg rule.
5407
5408 2005-07-08  Zoltan Varga  <vargaz@freemail.hu>
5409
5410         * cpu-amd64.md: Merge the xp-regalloc-branch for amd64.
5411
5412         * mini-ops.h mini-amd64.h mini-amd64.c inssel-amd64.brg Makefile.am: Merge
5413         the xp-regalloc-branch for amd64.
5414
5415         * mini-x86.h mini-x86.c cpu-pentium.md Makefile.am: Merge the
5416         xp-regalloc-branch for x86.
5417
5418 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
5419
5420         * inssel.brg (OP_THROW_OR_NULL): Allways rethrow the abort exception.
5421
5422 2005-07-06  Martin Baulig  <martin@ximian.com>
5423
5424         * mini.c
5425         (mono_jit_compile_method_inner): Call mono_get_inflated_method().
5426         (mono_jit_runtime_invoke): Likewise.
5427
5428 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
5429
5430         * aot.c (mono_compile_assembly): Allocate the GOT in the .bss segment
5431         on x86 too.
5432         
5433         * aot.c: Add new mono_aot_get_method_from_token () function to load AOT methods
5434         without loading their metadata. Reorganize the file format so exception handling+
5435         debug info is kept separate from normal method info. Create MonoJitInfo 
5436         structures for methods lazily.
5437
5438         * tramp-x86.c (x86_aot_trampoline): Use the new from_token method to avoid
5439         loading metadata.
5440         (x86_class_init_trampoline): Patch AOT class init trampolines too.
5441
5442         * mini.c (mini_init): Install the new mono_aot_find_jit_info hook.
5443
5444         * mini.c (mono_method_to_ir): Reduce the number of class init trampoline calls
5445         in AOT code.
5446
5447         * mini.h: Bump AOT file version.
5448
5449 2005-07-04  Zoltan Varga  <vargaz@freemail.hu>
5450
5451         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
5452
5453 2005-07-01  Raja R Harinath  <rharinath@novell.com>
5454
5455         * Makefile.am (check-local): Call semdel-wrapper.
5456
5457 2005-06-29  Zoltan Varga  <vargaz@freemail.hu>
5458
5459         * mini-x86.c: Revert the last change as it seems to break the build..
5460
5461 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
5462
5463         * mini-x86.c (peephole_pass): Fix the loadi1/loadi2 rules.
5464         
5465         * mini-x86.c (mono_arch_cpu_init): Fix setting of fp precision in the VC build.
5466
5467 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
5468
5469         * mini.c (NEW_AOTCONST): make sure to call mono_get_got_var
5470         outside of the macro, so strange stuff doesn't happen with gcc4
5471         (NEW_AOTCONST_TOKEN): Likewise.
5472
5473 2005-06-28  Martin Baulig  <martin@ximian.com>
5474
5475         * mini.c (mini_class_is_system_array): New static method; use this
5476         instead of `klass->parent == mono_defaults.array_class' everywhere
5477         since this also works for the new generic array class.
5478
5479 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
5480
5481         * inssel.brg: Remove warnings.
5482
5483 2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
5484
5485         * mini-ia64.c: Ongoing IA64 work.
5486
5487         * basic-float.cs: Add float->i1 conversion test.
5488
5489         * iltests.il: Add conv.u4 test.
5490
5491 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
5492
5493         * inssel-long.brg: Fix bug caused by last change.
5494
5495 2005-06-23  Geoff Norton  <gnorton@customerdna.com>
5496
5497         * mini-x86.h: Add __APPLE__ to the SC_* redefines with the other 
5498         BSDs.  Allows the x86 JIT to work on OSX86
5499
5500 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
5501
5502         * inssel-long.brg: Use OP_LSHR_UN_IMM instead of OP_SHR_UN_IMM in
5503         u4->i8 conversion.
5504
5505         * mini-ia64.c: Ongoing IA64 work.
5506
5507 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
5508
5509         * mini-ia64.c: Ongoing IA64 work.
5510
5511         * driver.c: Clean up jit_code_hash as well when using --regression.
5512
5513         * inssel-long.brg: Fix long->i4/u4 conversion rules.
5514
5515         * basic-long.cs: Add tests for long->u4 conversion.
5516
5517 2005-06-18  Ben Maurer  <bmaurer@ximian.com>
5518
5519         * mini.c: Take mono_get_domainvar out of macros. This makes sure
5520         that we do not depend on undefined C behavior: the order stuff
5521         gets evaluated within an expression. Fixes mono when compiled on
5522         GCC 4.
5523
5524 2005-06-18  Zoltan Varga  <vargaz@freemail.hu>
5525
5526         * *-ia64.*: Ongoing IA64 work.
5527
5528         * aot.c: Lower memory usage while loading AOT methods.
5529
5530         * tramp-x86.c: Avoid allocating+freeing MonoJitInfo structures.
5531
5532         * mini.h: Bump AOT file format version.
5533
5534 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
5535
5536         * mini.c (mono_method_to_ir): Allow STACK_PTR as input to SWITCH.
5537
5538 2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
5539
5540         * declsec.c: Fixed APTC to check for FullTrust on caller assembly (and
5541         not on callee assembly). Fixed some comments.
5542
5543 2005-06-16  Zoltan Varga  <vargaz@freemail.hu>
5544
5545         * aot.c (mono_compile_assembly): Mark the "methods" symbol as a function so
5546         it gets proper disassembly.
5547         (emit_method_info): Remove some dead code.
5548
5549         * mini.c (mini_method_compile): Allways allocate the GOT var in
5550         mono_method_to_ir for emulating opcodes.
5551
5552 2005-06-13  Zoltan Varga  <vargaz@freemail.hu>
5553
5554         * mini.c (mono_jit_free_method): Remove the method from the JitInfo table
5555         before freeing the code memory. Fixes #74990.
5556
5557         * objects.cs: Add regression test for #74992.
5558
5559         * liveness.c: Extend live ranges of arguments to the beginning of the
5560         method. Fixes #74992.
5561
5562         * exceptions-ia64.c mini-ia64.h: Modify ip during exception handling
5563         so it points into the faulting instruction.
5564
5565 2005-06-12  Zoltan Varga  <vargaz@freemail.hu>
5566
5567         * jit-icalls.c (mono_imul_ovf): Add exception handling.
5568
5569         * *-ia64.*: Ongoing IA64 work.
5570
5571         * mini.c (mini_init): Fix signature of mono_delegate_ctor.
5572
5573 2005-06-11  Zoltan Varga  <vargaz@freemail.hu>
5574
5575         * mini-ia64.h exceptions-ia64.c: Ongoing IA64 work.
5576
5577         * *-ia64.*: Ongoing IA64 work.
5578
5579 2005-06-10  Zoltan Varga  <vargaz@freemail.hu>
5580
5581         * basic-long.cs: Add tests for add/sub.ovf.
5582
5583         * basic.cs: Add tests for sub.ovf.
5584
5585         * *-ia64.*: Ongoing IA64 work.
5586
5587 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
5588
5589         * *-ia64.*: Ongoing IA64 work.
5590
5591         * basic.cs: Add conv.ovf.i4.un test.
5592
5593 2005-06-09  Massimiliano Mantione  <massi@ximian.com>
5594
5595         * mini.c: (remove_block_if_useless) Fixed bug 75061.
5596         
5597 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5598
5599         * mini.c: no SIGUSR2 on windows. Remove it for PLATFORM_WIN32.
5600
5601 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
5602
5603         * *-ia64.*: Ongoing IA64 work.
5604
5605 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5606
5607         * trace.[ch]:
5608         * mini.c: added the ability to toggle trace on/off using SIGUSR2.
5609
5610 2005-06-04  Zoltan Varga  <vargaz@freemail.hu>
5611
5612         * mini-ia64.c mini-ia64.h: Fix cleanup of memory stack.
5613
5614 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
5615
5616         * mini-amd64.c (emit_call): Fix yet another bug in the near call optimization.
5617
5618         * mini-amd64.c (amd64_patch): Add an assert to check that the destination
5619         of a call is callable by a near call.
5620
5621 2005-05-31  Zoltan Varga  <vargaz@freemail.hu>
5622
5623         * mini-ia64.c: Ongoing IA64 work.
5624
5625 2005-05-29  Zoltan Varga  <vargaz@freemail.hu>
5626
5627         * genmdesc.c: Make the generated array non-static.
5628
5629         * inssel-long.brg: Fix LSHR_IMM rule.
5630
5631         * *-ia64.*: Ongoing IA64 work.
5632
5633         * *-ia64.*: Ongoing IA64 work.
5634
5635 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
5636
5637         * *-ia64.*: Ongoing IA64 work.
5638
5639         * *-ia64.*: Ongoing IA64 work.
5640         
5641         * mini-ia64.c: Ongoing IA64 work.
5642
5643         * *-ia64.* jit-icalls.c mini-codegen.c: Ongoing IA64 work.
5644
5645 2005-05-28  Zoltan Varga  <vargaz@freemail.hu>
5646
5647         * objects.cs basic-calls.cs: Move some tests to objects.cs.
5648         
5649         * objects.cs basic-long.cs: Move some tests to objects.cs.
5650
5651 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
5652
5653         * *-ia64.*: Ongoing IA64 work.
5654
5655         * iltests.il: Add a new test.
5656
5657         * mini.c (mono_method_to_ir): Initialize valuetypes when created using
5658         newobj. Fixes #75042.
5659
5660 2005-05-22  Zoltan Varga  <vargaz@freemail.hu>
5661
5662         * *-ia64.*: Ongoing IA64 work.
5663         
5664         * *-ia64.*: Ongoing IA64 work.
5665         
5666         * *-ia64.*: Ongoing IA64 work.
5667
5668         * basic.cs objects.cs: Move tests accessing static variables as well.
5669
5670         * basic.cs objects.cs: Move test_0_pin_string to objects.cs.
5671
5672 2005-05-21  Zoltan Varga  <vargaz@freemail.hu>
5673
5674         * mini.c (SIG_HANDLER_SIGNATURE): Fix warning.
5675
5676         * driver.c: Always print failed tests.
5677
5678         * mini-codegen.c: Use cfg->frame_reg instead of a macro for the
5679         frame pointer.
5680
5681         * *ia64*: Ongoing IA64 work.
5682
5683 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
5684
5685         * basic.cs: Add tests for add.ovf. Fix warnings.
5686
5687 2005-05-18  Miguel de Icaza  <miguel@novell.com>
5688
5689         * driver.c (mono_main): Avoid crash if no argument is passed to
5690         --break;  Do not use g_error, but f_printf.   And fix all other
5691         ocurrences of the same crash.
5692
5693 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
5694
5695         * mini.h mini.c: Generalize the existing uses of the MONO_DEBUG env variable
5696         and add a new one: aborting when a SIGSEGV is raised while in unmanaged code.
5697         Fixes #74742.
5698
5699 2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
5700
5701         * *-ia64.*: Add beginnings of IA64 backend.
5702
5703         * Makefile.am mini-arch.h mini-codegen.c: Add IA64 support.     
5704
5705 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
5706
5707         * inssel-long.brg: Add missing ulong->{i1, i2} checked conversions.
5708         Fixes #74925.
5709
5710         * basic-long.cs exceptions.cs: Add new tests. Fix some warnings.
5711
5712         * mini-amd64.c: Fix a warning.
5713
5714 2005-05-10  Zoltan Varga  <vargaz@freemail.hu>
5715
5716         * mini-amd64.c (mono_arch_output_basic_block): Fix stack space leakage
5717         in float_neg. Fixes #74897.
5718
5719         * mini-amd64.c (emit_call): Fix another near call bug.
5720
5721 2005-05-06  Sebastien Pouliot  <sebastien@ximian.com>
5722
5723         * declsec.c: Keep the appdomain information in the structure. Added a 
5724         missing "return FALSE" for Unmanaged if FullTrust is set (or else the
5725         value gets overwritten).
5726         * declsec.h: Set the default MonoArray for the the stack to 6. Added
5727         an MonoAppDomain member to MonoSecurityFrame.
5728         * mini-exceptions.c: Do not use a glist to keep GC allocated objects
5729         used in the stack walk. Now use a MonoArray which grow (double) when
5730         it gets full.
5731
5732 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
5733
5734         * mini.c: Re-enabled runtime cleanup, since running threads should
5735         now properly stop when exiting.
5736
5737 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
5738
5739         * mini-codegen.c: New file contaning the arch-independent local
5740         register allocator. Not used by any architectures yet.
5741
5742         * mini.h linear-scan.c: Merge some changes from the 
5743         mini-xp-local-regalloc branch.
5744
5745 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
5746
5747         * mini-amd64.c (emit_call): Fix calls to native functions when the
5748         runtime is compiled as a shared library. Fixes #74756.
5749
5750         * mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
5751         on a literal field. Fixes #74751.
5752
5753 2005-04-25  Raja R Harinath  <rharinath@novell.com>
5754
5755         * Makefile.am (RUNTIME): Add MONO_CFG_DIR.
5756
5757 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
5758
5759         * objects.cs: Add missing null casting test.
5760
5761 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
5762
5763         * mini-exceptions.c (mono_find_jit_info): Fix native offset calculation
5764         in wrapper methods. Also rename 'address' variable to 'offset'.
5765
5766 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
5767
5768         * mini.c debug-mini.c aot.c tramp-x86.c driver.c: Fix some gcc 4.0
5769         warnings.
5770         
5771         * Makefile.am (MCS): Use -unsafe instead of --unsafe.
5772
5773         * aot.c: Applied patch from "The Software Team" <software@solmersa.com>. Make AOT compilation
5774         work on windows.
5775
5776 Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus@ximian.com>
5777
5778         * exceptions-ppc.c: update code to handle stack traces (fixes bug #74452).
5779
5780 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
5781
5782         * mini-x86.c (mono_emit_stack_alloc): Initialize the whole allocated area not
5783         just the last bytes.
5784
5785 2005-04-17  Zoltan Varga  <vargaz@freemail.hu>
5786
5787         * aot.c (mono_compile_assembly): Fix warning.
5788
5789         * mini-exceptions.c (ves_icall_get_frame_info): Fix bug introduced
5790         by the _MSC_VER stuff.
5791
5792 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
5793
5794         * inssel-long.brg: Fix #74588.
5795
5796         * cpu-amd64.md: Fix #74591.
5797
5798         * iltests.il: Add new regression tests.
5799
5800 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
5801
5802         * trace.c (mono_trace_enter_method): Print enums as an int, not as a
5803         valuetype.
5804
5805 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
5806
5807         * mini-x86.c (setup_stack): Unconditionally call pthread_attr_init ().
5808
5809         * exceptions-x86.c mini-x86.h mini-x86.c: Applied some freebsd patches 
5810         from Bill Middleton <flashdict@gmail.com>.
5811
5812 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
5813
5814         * arrays.cs: Add new regression test. Fix warnings.
5815
5816 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
5817
5818         * mini-amd64.c (mono_arch_output_basic_block): Fix stack alignment
5819         and leakage in CKFINITE.
5820
5821         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Change
5822         this to a null op since it is called on amd64 too.
5823
5824         * exceptions-amd64.c (get_throw_trampoline): Align stack.
5825
5826         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Remove
5827         body since this is not used on amd64.
5828         
5829         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Remove duplicate define.
5830
5831         * mini-amd64.c: Remove obsolete fixmes.
5832
5833         * mini.c (print_method_from_ip): Fix debugging support.
5834
5835 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
5836
5837         * ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
5838         so that expressions that don't give much gain are not reduced.
5839         * ssapre.h: Likewise.
5840
5841 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
5842
5843         * exceptions-x86.c (mono_arch_find_jit_info): Remove last SC_EBP reference.
5844
5845         * mini-x86.c (mono_emit_stack_alloc): Fix localloc under windows.
5846
5847         * mini-x86.h exceptions-x86.c: Hopefully fix compilation on *BSD.
5848
5849 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
5850
5851         * mini-sparc.c mini-sparc.h: Add asserts when running with sigaltstack.
5852
5853         * exceptions-x86.c (mono_arch_monoctx_to_sigctx): Fix cygwin build.
5854
5855 2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
5856
5857         * mini-x86.c: If sigaltstack support is enabled, perform win32 style
5858         stack touching.
5859
5860         * mini.h (mono_arch_sigctx_to_monoctx): New arch-specific function.
5861
5862         * mini.h (mono_arch_monoctx_to_sigctx): New arch-specific function.
5863
5864         * mini.c: sigaltstack support requires MONO_ARCH_USE_SIGACTION.
5865
5866         * mini-x86.h mini-x86.c exceptions-x86.c: Add support for 
5867         MONO_ARCH_USE_SIGACTION. Fixes #74252.
5868
5869         * mini-x86.h: Enable MONO_ARCH_USE_SIGACTION on linux.
5870
5871         * mini-x86.c: Fix up stack overflow handling.   
5872
5873         * exceptions.cs: Add new regression test.
5874
5875 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
5876
5877         * mini-x86.c (mono_arch_emit_prolog): Adjust stack after calls to
5878         mono_jit_thread_attach.
5879
5880         * mini.c (mono_method_to_ir): Verify called method is not abstract.
5881
5882 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
5883
5884         * mini.c (mono_method_to_ir): Applied Ben's patch from bug #61441 to
5885         avoid calling constructors using callvirt.
5886
5887         * inssel.brg: Fix #74073.
5888
5889 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
5890
5891         * aot.c, mini.h: Added mono-compiler.h header to allow/ease 
5892         compilation with non-GCC compilers.
5893         * mini-exceptions.c, mini-x86.c|h: Patches to make compilation of mono
5894         possible using VS.NET. Adapted from the work of J Lothian (for VC6).
5895
5896 Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
5897
5898         * inssel.brg, arrays.cs: fix long standing 64 bit issue in access to
5899         klass->interface_offsets (will likely fix bug#74073).
5900
5901 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
5902
5903         * mini-amd64.c (mono_arch_is_int_overflow): Fix rex handling.
5904
5905 2005-03-28  Zoltan Varga  <vargaz@freemail.hu>
5906
5907         * mini-amd64.c (mono_arch_output_basic_block): Fix order of parameters
5908         to amd64_div_reg_size ().
5909         
5910         * mini-amd64.c (mono_arch_emit_exceptions): Emit a near call here too.
5911
5912 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
5913
5914         * cpu-amd64.md (store_membase_reg): Fix length of storer8 opcodes.
5915
5916 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
5917
5918         * driver.c: Turn off automatic command line globbing under windows. Fixes #73763.
5919
5920 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
5921
5922         * mini.c (mono_method_to_ir): Remove debugging stuff left in by mistake.
5923         
5924         * mini.c (mono_precompile_assembly): Load and precompile referenced
5925         assemblies as well. Fixes #74015.
5926
5927 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
5928
5929         * cpu-amd64.md (sin): Fix up maximum lengths of some opcodes.
5930
5931 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
5932
5933         * declsec.c: Skip linkdemand checks for intra-corlib calls. This skips
5934         a lot of checks and (anyway) permissions cannot work until corlib is 
5935         loaded.
5936
5937 Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus@ximian.com>
5938
5939         * mini-ppc.c: fixed ABI issue on sysv/ppc.
5940
5941 Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus@ximian.com>
5942
5943         * tramp-ppc.c, exceptions-ppc.c: added missing icache flush
5944         calls (fixes bug#72824).
5945
5946 Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus@ximian.com>
5947
5948         * mini.c: fix tail recursion elimination (see test in bug#73936).
5949
5950 2005-03-21  Zoltan Varga  <vargaz@freemail.hu>
5951
5952         * mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
5953         some fp functions in sse2 mode.
5954
5955 2005-03-20  Zoltan Varga  <vargaz@freemail.hu>
5956
5957         * mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.
5958
5959 2005-03-19  Zoltan Varga  <vargaz@freemail.hu>
5960
5961         * mini.h mini.c: Add mono_get_jit_tls_key ().
5962
5963         * mini-x86.c: Enable fast TLS support on windows.
5964
5965 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5966
5967         * declsec.c: Renamed aptc to allowpartiallytrustedcallers.
5968         * mini.c: Check for p/invoke method when generating code. If a
5969         p/invoke method, or it's class, isn't decorated with [Suppress
5970         UnmanagedCodeSecurity] then generate code to call System.Security.
5971         UnmanagedDemand (only if the security manager is active).
5972
5973 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
5974
5975         * tramp-amd64.c (create_specific_trampoline): Revert parts of the 
5976         last change as it seems to cause strange crashes.
5977         
5978 Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian.com>
5979
5980         * *.c: handle unsafe function pointers where needed.
5981
5982 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
5983
5984         * mini.c (mono_jit_free_method): Remove the fixme too.
5985
5986 2005-03-15  Miguel de Icaza  <miguel@novell.com>
5987
5988         * mini.c: As discussed, make the code actually free the delegate
5989         thunk now, to enable the debugging of delegate problems, use
5990         MONO_DEBUG=1 when running Mono. 
5991
5992         This takes also care of parts of the leaks as seen by Joe.
5993
5994 2005-03-15  Zoltan Varga  <vargaz@freemail.hu>
5995
5996         * mini-amd64.c (mono_arch_setup_jit_tls_data): Enable 
5997         thread_tls_offset calculation.
5998
5999 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
6000
6001         * declsec.c: Reworked linkdemand checks for icall. The previous code
6002         was using the declaration code (untrusted) and didn't work as expected
6003         with the CLR 2.0. We're now more compatible with 2.0 than 1.x for this
6004         specific case.
6005
6006 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
6007
6008         * iltests.il: Add new localloc test.
6009
6010         * mini-amd64.c: Handle large stack allocations the same way as on
6011         windows if stack overflow handling is working.
6012         
6013         * mini-amd64.c: Allocate the signal stack using mmap.
6014
6015         * mini.c (sigsegv_signal_handler): Fix reading of context.
6016
6017         * mini-exceptions.c: Fix up stack overflow handling.
6018
6019         * mini-amd64.h mini-amd64.c: Fix up stack overflow handling.
6020
6021         * tramp-amd64.c (create_specific_trampoline): Optimize trampoline size.
6022
6023         * exceptions-amd64.c (mono_amd64_exceptions_init): Remove this.
6024
6025         * mini.h mini.c tramp-*.c: Move common trampoline code to mini.c.
6026
6027         * mini-x86.h mini-x86.c mini-amd64.h mini-amd64.c: Get rid of the
6028         tramp_init functions as they are no longer needed.
6029
6030 2005-03-12  Zoltan Varga  <vargaz@freemail.hu>
6031
6032         * tramp-amd64.c (mono_amd64_tramp_init): Fix typo.
6033         
6034         * tramp-amd64.c (mono_amd64_tramp_init): Init AOT trampoline as well.
6035
6036         * mini-amd64.h mini-amd64.c (mono_amd64_exceptions_init): Remove this.
6037         
6038         * mini.c mini-*.h: Remove OUT_OF_LINE_BBLOCK defines since all arches
6039         support that now.
6040
6041         * mini-ops.h: Add OP_LMUL_IMM.
6042
6043         * mini.c jit-icalls.cmini-amd64.h mini-amd64.c cpu-amd64.md: Implement
6044         long mul/div opcodes as intrinsic.
6045
6046         * mini-amd64.c (emit_call): Handle the case when the callee might be
6047         an AOT method.
6048
6049 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
6050
6051         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Reorder cases to be
6052         extra safe.
6053         
6054         * mini-amd64.c (mono_arch_get_vcall_slot_addr): Fix ordering of cases.
6055
6056         * aot.c (mono_aot_load_method): Get rid of bogus make_writable call.
6057
6058 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
6059
6060         * mini.c (mono_codegen): Don't leak here, to help people running
6061         monogrind.
6062
6063 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
6064
6065         * mini-amd64.c (mono_arch_output_basic_block): Fix int->float 
6066         conversions in sse2 mode.
6067
6068         * basic-float.cs: Add regression test.
6069         
6070         * mini-amd64.c: Reenable sse2.
6071
6072 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
6073
6074         * mini-amd64.c: Disable sse2 until some regressions are fixed.
6075
6076 2005-03-07      Joerg Rosenkranz <joergr@voelcker.com>
6077
6078         * driver.c: Copyright text should include 2005.
6079         
6080 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
6081
6082         * cpu-amd64.md (load_membase): Fix more max lengths.
6083
6084 2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
6085
6086         * cpu-amd64.md (load_membase): Fix max length.
6087
6088         * mini-ops.h: Add OP_F<xx>_MEMBASE opcodes.
6089
6090         * inssel.brg: Add MONO_EMIT_BIALU_MEMBASE macro.
6091
6092         * cpu-amd64.md inssel-amd64.brg mini-amd64.h mini-amd64.brg: Finish SSE2
6093         support and enable it by default. Also add OP_F<xxx>_MEMBASE opcodes.
6094
6095         * basic-float.cs: Add rounding regression test.
6096
6097         * mini-amd64.c (INST_IGNORES_CFLAGS): Add more instructions.
6098
6099 2005-03-04  Neale Ferguson <NealeFerguson@earthlink.net>
6100
6101         * inssel-s390.brg, mini-s390.c: Add support for passing/returning small
6102         structures in registers for pinvoke wrappers.
6103
6104 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
6105
6106         * mini-exceptions.c (ves_icall_get_trace): Return wrapper info as well.
6107
6108 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
6109
6110         * mini.h mini.c mini-x86.c: Pass the domain of the native->managed
6111         wrapper to mono_jit_thread_attach.
6112
6113         * mini.c (mini_jit_thread_attach): New jit icall.
6114
6115         * mini-x86.c (mono_arch_emit_prolog): Attach to the VM in 
6116         native->managed wrappers.
6117
6118         * exceptions.cs: Add new regression test.
6119
6120         * mini.c (optimize_branches): Check regions in the cbranch to throw
6121         block case as well. Fixes #73242.
6122
6123 Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus@ximian.com>
6124
6125         * mini.c: thread safety fixes.
6126
6127 2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
6128
6129         * tramp-amd64.c (amd64_magic_trampoline): Disable the method_ptr
6130         patching stuff, since delegates use jump trampolines so there is
6131         no caller.
6132
6133         * tramp-amd64.c (create_trampoline_code): Pass NULL as 'code' in 
6134         jump trampolines.
6135         
6136         * tramp-amd64.c: Fix build.
6137
6138         * mini-x86.c tramp-x86.c: Moved get_vtable_slot_addr into mini-x86.c and rename
6139         it to mono_arch_.... Add get_delegate_method_ptr implementation for x86.
6140
6141         * mini-amd64.h mini.h mini-amd64.c tramp-amd64.c (mono_amd64_get_vcall_slot_addr):
6142         Rename this to mono_arch....
6143         (mono_amd64_get_delegate_method_ptr_addr): Ditto.
6144
6145         * mini-amd64.c (mono_amd64_get_delegate_method_ptr_addr): New helper function.
6146
6147         * mini-amd64.c (emit_call): If both the caller and the callee is
6148         guaranteed to have 32 bit addresses, emit a normal call.
6149
6150         * tramp-amd64.c: Adapt to changes in mini-amd64.c.
6151
6152         * tramp-amd64.c (amd64_magic_trampoline): Remove patching of trampolines. 
6153         * tramp-amd64.c (amd64_magic_trampoline): Add support for patching the
6154         method_ptr inside delegates.
6155
6156 2005-02-26  Zoltan Varga  <vargaz@freemail.hu>
6157
6158         * mini.c (mono_jit_free_method): Free the method info even if the native code is
6159         invalidated. Fixes #73001.
6160
6161         * mini.c: Add a proper icall wrapper for mono_delegate_ctor.
6162
6163         * mini-x86.c: Only use stdcall for pinvokes on windows.
6164
6165 Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus@ximian.com>
6166
6167         * mini.c, mini.h: make mono_lmf_addr a fast-access thread var.
6168         * mini-x86.c: remove unreliable __thread var offset detection,
6169         use the correct accessors and enable by default.
6170
6171 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
6172
6173         * mini.c (mono_jit_free_method): Fix memory leak.
6174
6175 2005-02-22  Zoltan Varga  <vargaz@freemail.hu>
6176
6177         * mini.c (mono_method_to_ir): Allocate a GOT var for THROW and RETHROW. 
6178
6179 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
6180
6181         * cpu-amd64.md: Fix lengths of atomic opcodes.
6182
6183 Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus@ximian.com>
6184
6185         * driver.c: try to not imply using ICU is any good.
6186
6187 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
6188
6189         * mini-amd64.c (mono_arch_get_inst_for_method): Implement more 
6190         functions as inline ops.
6191
6192         * mini-ops.h inssel-amd64.brg cpu-amd64.md mini-amd64.c: Implement
6193         some Interlocked functions as inline ops.
6194
6195         * mini.c (move_basic_block_to_end): Fix bug in last patch.
6196
6197         * mini.h (MonoBasicBlock): Reorganize fields a bit.
6198
6199         * mini-ops.h inssel.brg: Add OP_NOT_REACHED.
6200
6201         * mini.c: Add support for OP_NOT_TAKEN.
6202
6203         * mini-amd64.h mini-amd64.c: Add support for passing/returning small 
6204         structures in registers for pinvoke wrappers.
6205
6206         * mini-amd64.c: Fix warnings.
6207
6208 2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
6209
6210         * mini.h (MonoCompile): Add 'ret_var_is_local' field.
6211
6212         * mini.h mini.c (mono_arch_create_vars): Add new arch specific hook.
6213
6214         * mini.c (NEW_RETLOADA): If the ret variable is a local, use its 
6215         address instead of loading the address from it.
6216
6217         * mini-x86.c: Add support for returning small structs in registers
6218         on Win32. Fixes part of #70864.
6219         
6220 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
6221
6222         * trace.c (get_token): Improve error checking.
6223
6224 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
6225
6226         * jit-icalls.c (mono_ldvirtfn): Explicitly check for a NULL obj here.
6227
6228 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com> 
6229  
6230         * mini.h: Moved MONO_EXCEPTION_* enum to metadata/class-internals.h so
6231         it can be reused for MonoClass.
6232         * mini.c: Renamed MONO_EXCEPTION_SECURITY to MONO_EXCEPTION_SECURITY
6233         _LINKDEMAND.
6234
6235 2005-02-15  Sebastien Pouliot  <sebastien@ximian.com>
6236
6237         * mini.c: Fixed 2 cases where I sent a MonoMethod to managed code 
6238         instead of a MonoReflectionMethod. The method information wasn't used
6239         when displaying SecurityException details (but will be now).
6240
6241 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
6242
6243         * Makefile.am : windows build fix.
6244
6245 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
6246
6247         * iltests.il: Add new regression test.
6248
6249         * mini.c (mono_method_to_ir): Allocate a GOT var in CEE_NEWOBJ. Fixes
6250         #72522.
6251
6252 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com> 
6253  
6254         * mini.c: Moved linkdemand check into helper function check_linkdemand
6255         to allow reuse for all intructions (CALL, CALLVIRT, NEWOBJ, JMP, 
6256         LDFTN, LDVIRTFTN).
6257
6258 2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>
6259
6260         * declsec.c: Added statistics counter for different kinds of 
6261         LinkDemands.
6262         * mini.h: Added CAS statistic counters to MonoJitStats. Removed unused
6263         (and commented) declaration.
6264         * mini.c: Added statistics counter for security Demand code 
6265         generation. Added display of security statistics.
6266
6267 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
6268
6269         * declsec.c (mono_declsec_linkdemand_aptc): Applied patch from Robert Jordan (robertj@gmx.net).
6270         Fix compilation errors under gcc-2.95.
6271
6272 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
6273
6274         * mini.c, driver.c: Use the new jit trampoline hashtable
6275
6276 Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus@ximian.com>
6277
6278         * mini.c, jit-icalls.c: use the managed implementation of memcpy, too.
6279
6280 2005-02-11  Martin Baulig  <martin@ximian.com>
6281
6282         * debug-mini.c (mono_debug_close_method): Free the line number array.
6283
6284 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
6285
6286         * aot.c: Break up large methods into smaller ones. Share GOT slots for
6287         icalls.
6288
6289         * mini.h: Bump AOT file format version. 
6290
6291 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
6292
6293         * declsec.c: Added LinkDemand support and it's special cases for ECMA,
6294         APTC and P/Invoke.
6295         * declsec.h: Added macros to get/set lazyly initialized security 
6296         informations about assemblies. Added new enum for different type of
6297         possible LinkDemand violation. Added function to check LinkDemands.
6298         * mini.h: Added a field to MonoCompile to hold any security violation
6299         detected when JITting a method (so it can be thrown later).
6300         * mini.c: Added LinkDemand checks in mono_method_to_ir for CEE_CALL 
6301         and CEE_CALLVIRT. Added code to throw exception at the end of
6302         mini_method_compile (note: the exception is unhandled right now).
6303
6304 Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus@ximian.com>
6305
6306         * mini.c, jit-icalls.c: use the managed implementation of
6307         memset for initobj and memset, to avoid managed <-> unmanaged
6308         transitions.
6309
6310 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
6311
6312         * inssel.brg (mini_emit_virtual_call): Disable the virtual->nonvirtual
6313         optimization if it would need a GOT var.
6314
6315         * basic.cs: Add tests for constant propagation and switch statements.
6316
6317         * ssa.c: Fix out-of-range constant propagation and switch statements.
6318
6319 2005-02-09    <vargaz@freemail.hu>
6320
6321         * inssel-x86.brg (reg): Align the allocation size in the localloc(imm) case too.
6322
6323 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
6324
6325         * cpu-amd64.md (load_membase): Fix max length of load_membase.
6326
6327 Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus@ximian.com>
6328
6329         * mini.c: update to new signature of mono_class_get_allocation_ftn().
6330
6331 2005-02-06  Neale Ferguson <NealeFerguson@earthlink.net>
6332
6333         * cpu-s390.md,  mini-s390.c: Correct bug with register usage on certain 
6334         arithmetic operations.
6335
6336 Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus@ximian.com>
6337
6338         * mini-ppc.c: add a workaround for broken user code that
6339         DllImports vararg functions with non-vararg signatures.
6340
6341 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
6342
6343         * mini.c (mono_jit_compile_method_inner): Add detection and a 
6344         meaningfull error message for assemblies written in Managed C++.
6345
6346         * tramp-amd64.c mini-amd64.h: Add support for 
6347         create_trampoline_from_token ().
6348
6349         * aot.c mini-x86.c abcremoval.c: Applied patch from
6350         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
6351
6352 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
6353
6354         * mini.h mini.c mini-x86.h tramp-x86.c: Add a new kind of trampoline 
6355         which takes a MonoImage/token as parameter instead of a MonoMethod.
6356
6357         * aot.c: Use the new trampoline for initializing vtables.
6358
6359         * aot.c: Add support for ldfld/stfld_remote wrappers.
6360
6361         * mini-ops.h cpu-pentium.md inssel-x86.brg mini-x86.c: Add optimized
6362         rules for compare <MEM>, IMM.
6363
6364         * mini.h (MONO_AOT_FILE_VERSION): Bump it.
6365
6366         * aot.c: Handle inherited finalizers correctly.
6367
6368 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
6369
6370         * inssel.brg (stmt): Add a missing _setup_... ().
6371
6372         * aot.c: Save some parts of the class state to the AOT file and use it
6373         to recompute that state when a class is initialized.
6374
6375         * mini.c: Install AOT hooks into the runtime.
6376
6377         * mini.h: Bump AOT file format version.
6378         
6379         * mini.c (mono_method_to_ir): Initialize pointer type locals correctly.
6380         Fixes #72148.
6381
6382         * iltests.il: Add new test.
6383
6384 Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus@ximian.com>
6385
6386         * mini.c: fix typo.
6387
6388 Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus@ximian.com>
6389
6390         * mini.c: setup the statistical profiler in the thread attach
6391         callback to cope with the new single thread code.
6392
6393 Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus@ximian.com>
6394
6395         * mini-ppc.c: ensure we have enough room for the profiler
6396         calls (fixed bug#72084).
6397
6398 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
6399
6400         * aot.c: Get rid of the MonoAotMethod structure and the hashtable holding 
6401         it.
6402
6403 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
6404
6405         * driver.c: Re-enabled SSAPRE (two commits, I was just dumb).
6406
6407 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
6408
6409         * ssapre.c: Fixed an issue with down safety (this allows IronPython
6410         to succesfully execute parrotbench).
6411         * ssapre.h: Likewise.
6412
6413 2005-2-1  Massimiliano Mantione  <massi@ximian.com>
6414
6415         * ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
6416         variable for stores to method arguments (fixes a SSAPRE issue).
6417
6418 Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus@ximian.com>
6419
6420         * mini.c: handle value types in dup, fixes gen-112.cs.
6421
6422 Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus@ximian.com>
6423
6424         * mini-ppc.c, cpu-g4.md, tramp-ppc.c: use a slower code
6425         sequence for calls in dynamic methods to avoid thunks.
6426
6427 Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus@ximian.com>
6428
6429         * mini.c: correctly remove dynamic methods from the hashtable.
6430
6431 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
6432
6433         * driver.c: Disabled SSAPRE until fix the bug that appears
6434         in IronPython's parrotbench.
6435
6436 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
6437
6438         * aot.c (mono_compile_assembly): Get rid of Skip (other) messages.
6439
6440         * mini.c (mono_method_to_ir): Revert the previous change.
6441         
6442         * mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
6443         when AOT compiling.
6444
6445         * tramp-x86.c (x86_magic_trampoline): Avoid calls to 
6446         mono_jit_info_table_find () etc. when running under valgrind.
6447
6448         * inssel.brg: Fix warnings.
6449
6450         * mini-exceptions.c: Fix warnings.
6451
6452 2005-01-31  Martin Baulig  <martin@ximian.com>
6453
6454         * driver.c (compile_all_methods_thread_main): Don't try to compile
6455         generic methods or anything which has type parameters.
6456
6457 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
6458
6459         * aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.
6460
6461         * TestDriver.cs: Add --verbose flags.
6462
6463         * graph.c ssa.c: Fix 64 bit warnings.
6464         
6465         * abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c 
6466         trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
6467         Fix 64 bit warnings.
6468
6469         * mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
6470         variable not spotted by gcc.
6471         
6472         * mini-amd64.c inssel-amd64.brg: Applied patch from  
6473         Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of 
6474         X86_COMPARE_MEMBASE opcodes.
6475
6476         * exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.
6477
6478 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
6479
6480         * *: MonoMethod->signature might be NULL now. You *MUST* use
6481         mono_method_signature.
6482
6483 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
6484
6485         * driver.c (compile_all_methods_thread_main): Compile the methods
6486         without invoking cctors.
6487
6488 Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus@ximian.com>
6489
6490         * mini.c: remove ben's "optimizations" to dup+stloc (bug #71905).
6491         * basic-calls.cs: test for the above.
6492
6493 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
6494
6495         * mini.c mini-exceptions.c aot.c exceptions-*.c: Update after 
6496         MonoJitInfo changes.
6497
6498 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
6499
6500         * mini-exceptions.c (mono_handle_exception): Compute the stack trace
6501         eagerly if it contains dynamic methods.
6502         
6503         * mini-exceptions.c (ves_icall_System_Exception_get_trace): New icall.
6504
6505         * mini-exceptions.c (mono_handle_exception): Avoid computing the stack
6506         trace, it is now computed by an icall from trace_ips.
6507         
6508         * mini-exceptions.c: Fix a warning.
6509
6510 Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus@ximian.com>
6511
6512         * mini-exceptions.c: don't bother getting stack trace info if
6513         it's not going to be used.
6514
6515 2005-01-27  Raja R Harinath  <rharinath@novell.com>
6516
6517         * Makefile.am (common_sources): Add ssapre-cee-ops.h and
6518         ssapre-mini-ops.h.
6519
6520 2005-01-26  Zoltan Varga  <vargaz@freemail.hu>
6521
6522         * mini.c (remove_block_if_useless): Only print debug stuff with -v -v.
6523
6524         * aot.c: Avoid calling mono_method_get_header () if not needed.
6525
6526         * mini.h: Bump AOT file format version.
6527         
6528         * mini.c (mono_emit_native_call): Allocate a GOT var here.
6529
6530         * mini.c (mono_print_tree): Print more info for calls.
6531
6532 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
6533
6534         * declsec.h: Remove warning by adding missing include for marshal.h
6535
6536 2005-01-26  Martin Baulig  <martin@ximian.com>
6537
6538         * mini.c (mono_method_to_ir): In CEE_UNBOX_ANY, don't increase
6539         `ip' twice.
6540
6541 2005-01-25  Zoltan Varga  <vargaz@freemail.hu>
6542
6543         * mini-amd64.c (mono_arch_call_opcode): Add missing MONO_SSA_LOAD/STORE
6544         flags.
6545
6546         * ssa.c (mono_ssa_compute): Fix crashes when using AOT.
6547
6548         * aot.c (mono_compile_assembly): Fix a warning.
6549
6550 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com>
6551
6552         * declsec.c: Look for security attributes on the original MonoMethod 
6553         (and not the wrapped one). This fix permissions on icalls.
6554
6555 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
6556
6557         * mini-amd64.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
6558
6559         * mini.c (mono_allocate_stack_slots): Add a fixme.
6560
6561         * mini-x86.c (mono_arch_allocate_vars): Use mono_allocate_stack_slots ().
6562
6563 Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus@ximian.com>
6564
6565         * inssel.brg: optimize casts of sealed types (more
6566         optimizations waiting for fixes in remoting).
6567
6568 2005-01-23  Zoltan Varga  <vargaz@freemail.hu>
6569
6570         * inssel.brg (stmt): Add another dummy rule.
6571
6572         * driver.c: Fix warnings.
6573
6574         * driver.c (mono_main): If running under valgrind, instruct glib to use
6575         the system allocation functions so valgrind can track the memory
6576         allocated by the g_... functions.
6577
6578         * inssel.brg (stmt): Add DUMMY rule for OP_DUMMY_STORE.
6579
6580         * mini-ops.h: Add OP_DUMMY_STORE opcode.
6581
6582         * mini.h (MONO_BBLOCK_IS_IN_REGION): New helper macro.
6583
6584         * liveness.c: Handle OP_DUMMY_STORE. Enable register allocation for
6585         variables in try regions.
6586
6587         * mini.c (mini_method_compile): Don't disable optimizations on large
6588         methods when AOT compiling.
6589
6590         * mini.c (mono_allocate_stack_slots): New arch independent method to 
6591         allocate stack slots. Not yet used.
6592
6593 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
6594
6595         * debug-mini.c (mono_debug_close_method): Plug some leaks.
6596
6597 Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus@ximian.com>
6598
6599         * mini-ppc.c: make the branch info relative as the code
6600         buffer can be reallocated.
6601
6602 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
6603
6604         * aot.c: Allow decoding of the new  MONO_PATCH_INFO_DECLSEC.
6605         * driver.c: Removed the AOT/security restriction. Now initialize the
6606         security manager (in metadata) if --security is used.
6607         * mini.c|h: Add the MONO_PATCH_INFO_DECLSEC code to use the index,
6608         rather than the pointer to declarative security, when AOT is used.
6609
6610 Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus@ximian.com>
6611
6612         * mini.h, mini-ppc.h, mini-ppc.c: updated to use out of line
6613         basic blocks, reduced intrinsic exception throwing code size.
6614
6615 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
6616
6617         * driver.c (mini_usage): Reorder the usage screen.
6618
6619 2005-01-21  Zoltan Varga  <vargaz@freemail.hu>
6620
6621         * mini.c (mono_resolve_patch_target): Fix warning.
6622
6623 2005-01-20  Zoltan Varga  <vargaz@freemail.hu>
6624
6625         * mini-x86.c (mono_arch_local_regalloc): Fix bug introduced by
6626         previous patch.
6627
6628         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
6629
6630         * mini-amd64.c (mono_arch_local_regalloc): Revert last patch as it
6631         breaks the amd64 build.
6632
6633         * mini-x86.c (mono_arch_local_regalloc): Fix bug in div/rem 
6634         register allocation. Fixes #71454.
6635
6636         * mini-amd64.c (mono_arch_local_regalloc): Ditto.       
6637
6638         * arrays.cs: Add new regression test.   
6639
6640 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
6641
6642         * ssapre.c: Turned usage of snprintf to GString.
6643         * ssapre.h: disabled MONO_APPLY_SSAPRE_TO_SINGLE_METHOD
6644         (I left it on by mistake in my previous commit).
6645
6646 Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus@ximian.com>
6647
6648         * mini.c, cfold.c, basic-calls.cs: preserve side effects
6649         on cond branch optimization (fixes bug# 71515).
6650
6651 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
6652
6653         * abcremoval.c: Fixed bug 71062.
6654         * abcremoval.h: Likewise.
6655
6656 2005-1-20  Massimiliano Mantione  <massi@ximian.com>
6657
6658         * mini.c: Added a new functionality to optimize_branches, the removal
6659         of useless basic blocks, and fixed some problem in the removal of
6660         critical edges; some utility functions added for both purposes.
6661         * ssapre.c: Added complex expression support, and fixed bug 70637.
6662         * ssapre.h: Likewise.
6663         * ssapre-cee-ops.h: Added file with list of "CEE_*" opcodes
6664         enabled in SSAPRE.
6665         * ssapre-mini-ops.h: Likewise, but for "OP_*" opcodes.
6666         * driver.c: Re-enabled SSAPRE.
6667
6668 2005-01-19  Martin Baulig  <martin@ximian.com>
6669
6670         * mini.c (mono_method_to_ir): Call mono_get_inflated_method() on
6671         the result of mono_get_method_constrained().
6672
6673 2005-01-18  Neale Ferguson <NealeFerguson@earthlink.net>
6674
6675         * exceptions-s390.c tramp-s390.c: Allocate code using the global code
6676         manager.
6677
6678 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
6679
6680         * jit-icalls.c (mono_llmult_ovf): Fix other overflow conditions to
6681         be detected.  Fixes #59296.
6682
6683 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
6684
6685         * mini-amd64.c (mono_arch_output_basic_block): Remove some assertions
6686         which can happen. Fixes #71361.
6687
6688 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
6689
6690         * exceptions-sparc.c tramp-sparc.c: Allocate code using the global code
6691         manager.
6692
6693 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
6694
6695         * mini.c (mono_create_jump_trampoline): Revert last change as it causes
6696         appdomain-unload.exe to fail.
6697         
6698         * mini.c: Fix some memory leaks.
6699
6700 Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus@ximian.com>
6701
6702         * inssel.brg: handle the new size of rank, idepth, max_interface_id.
6703         Fixed bug and sped up some codepaths.
6704
6705 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
6706
6707         * mini.c: Fix some memory leaks.
6708
6709         * exceptions.cs basic-long.cs: Add test for checked ulong->int 
6710         conversion.
6711
6712         * inssel-long.brg: Implement long_conv_to_ovf_i4_un. Fixes #71319.
6713
6714         * inssel-long.brg: Fix conv.ovf.i8 when run on an int32. Fixes
6715         #71320.
6716
6717         * iltests.il: Add regression test for #71320.
6718
6719 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
6720
6721         * mini.c (mono_codegen): Fix installation of profiler hooks.
6722
6723         * mini-sparc.c mini-amd64.c: Don't allocate stack space for dead vars.
6724
6725 Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
6726
6727         * mini.h, mini.c, cfold.c: optimize access to enum
6728         readonly fields, too. Eval conditional branches if possible
6729         to perform unreachable code removal in more cases.
6730
6731 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
6732
6733         * tramp-amd64.c exceptions-amd64.c: Use the new global code manager.
6734
6735         * mini.c (mono_global_codeman_reserve): New function to allocate code memory from a global
6736         code manager.
6737
6738         * tramp-x86.c mini-x86.c exceptions-x86.c: Allocate all code memory so mono works with
6739         WinXP DEP. Fixes #71244.
6740
6741 2005-01-14  Zoltan Varga  <vargaz@freemail.hu>
6742
6743         * inssel.brg: Allways convert CEE_CONV_OVF_I4 to a move on 64 bit platforms. Fixes #71236.
6744
6745 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
6746
6747         * mini-x86.c (mono_arch_output_basic_block): Fix OP_ATOMIC_ADD_NEW_I4.
6748
6749 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
6750
6751         * mini-exceptions.c exceptions-ppc.c aot.c: Cope with MonoJitInfo 
6752         changes.
6753
6754         * mini.h: Bump AOT version.
6755
6756         * mini.h (MonoCompile): Change exvar to a hash table.
6757
6758         * mini.c: Allocate a separate exvar for each handler block.
6759
6760         * mini.c: Get rid of the computation of filter_lengths, its not needed.
6761
6762         * mini.c inssel.brg: Change OP_THROW_OR_NULL to compare the current
6763         ex var with the pending exception and only throw if the two are equal.
6764         Fixes #68552.
6765         
6766         * exceptions.cs: Add tests for rethrow and nested catch clauses.
6767
6768         * mini-x86.c: Fix warnings.
6769
6770         * Makefile.am (common_sources): Move mini-exceptions.c here as it is
6771         used by all the ports now.
6772
6773         * aot.c: Add write-symbols and save-temps options.
6774
6775 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
6776
6777         * mini-x86.c: Add support for returning structs in registers from pinvoke functions on WIN32.
6778
6779 Mon Jan 10 16:11:16 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
6780
6781         * mini-ops.h, inssel-s390.brg, cpu-s390.md: Support OP_ATOMIC__xxx 
6782         operations.
6783
6784         * tramp-s390.c: Check vtable slot belongs to the domain.
6785
6786         * mini-exceptions.c, exceptions-s390.c: Standardize exception handling
6787         as per other platforms.
6788
6789         * mini-s390.c, mini-s390.h: Enable out-of-line bblock support.
6790
6791 Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus@ximian.com>
6792
6793         * driver.c: we don't run the Main() code in a subthread anymore.
6794
6795 Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus@ximian.com>
6796
6797         * mini.c: added experimental rtc support in the statistical
6798         profiler: if the user has the permission, more accurate statistics
6799         are gathered. Run with: MONO_RTC=4096 mono --profiler=default:stat ....
6800         The MONO_RTC value must be restricted to what the linux rtc allows:
6801         power of two from 64 to 8192 Hz.
6802
6803 2005-01-10  Zoltan Varga  <vargaz@freemail.hu>
6804
6805         * mini-x86.c (mono_arch_emit_exceptions): Fix #71121.
6806
6807 Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus@ximian.com>
6808
6809         * mini-ppc.c: better icache flush for smp.
6810
6811 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
6812
6813         * mini-amd64.c (emit_move_return_value): Fix memory leak.
6814
6815         * mini-x86.c (get_call_info): Add the get_call_info () code from the
6816         amd64 port, not yet used.
6817
6818 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
6819
6820         * mini.c (mono_method_to_ir): Disable inlining of ldfld wrappers with
6821         a struct type.
6822
6823 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
6824
6825         * driver.c: Added --security option to activate the security manager.
6826         Right now this will allow code generation for declarative demands and
6827         is disabled when AOT is specified.
6828         * mini.c: Add code generation for declarative security demands.
6829         * mini.h: Add mono_use_security_manager as an extern gboolean.
6830
6831 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
6832
6833         * aot.c (mono_compile_assembly): Speed up compilation a bit by
6834         emitting more dense assembly code.
6835
6836         * mini-sparc.c mini-sparc.h exceptions-sparc.c: Enable optimized corlib
6837         exception throwing stuff.
6838
6839 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
6840
6841         * mini-sparc.c (mono_arch_emit_exceptions): Fix typo in previous patch. Remove
6842         dead code.
6843
6844         * mini-amd64.c (mono_arch_emit_exceptions): Remove duplicate epilog stuff
6845         left in by mistake.
6846
6847         * driver.c (EXCLUDED_FROM_ALL): Disable SSAPRE until bug #70637 is 
6848         fixed.
6849
6850         * mini-sparc.h mini-sparc.c: Enable out-of-line bblock support.
6851
6852         * tramp-*.c: Only patch vtable slots if the object is in the current
6853         domain. Fixes appdomain-unload.exe.
6854
6855         * mini-amd64.c mini-amd64.h: Enable out-of-line bblock support.
6856         
6857         * mini-amd64.c (mono_arch_local_regalloc): Port regalloc fix from
6858         x86 branch.
6859
6860 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
6861
6862         * mini.c (reverse_branch_op): New helper function.
6863
6864         * mini.c (optimize_branches): Run the new optimization only on 
6865         platforms which support it. Also reverse all kinds of branches.
6866
6867         * mini.h (MonoBasicBlock): Add 'out_of_line' field.
6868
6869         * mini.c (mono_method_to_ir): Set 'out_of_line' for bblocks which have
6870         a throw statement.
6871
6872         * mini.c (optimize_branches): Reverse not-equals branches if the false
6873         bblock is a throw. This happens a lot of time with argument checking in
6874         corlib.
6875
6876         * mini.c (mono_codegen): Add support for placing basic blocks after
6877         the function epilogue.
6878
6879         * mini-x86.c mini-x86.h: Add support for placing basic blocks after the
6880         function epilogue.
6881         
6882 2005-01-05  Miguel de Icaza  <miguel@ximian.com>
6883
6884         * mini.c (setup_stat_profiler): Only set this up if the platform
6885         supports ITIMER_PROF.
6886
6887 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
6888
6889         * mini-x86.c (mono_arch_local_regalloc): Fix a bug introduced by the
6890         previous patch.
6891
6892         * inssel.brg: Fix a warning.
6893
6894 Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus@ximian.com>
6895
6896         * mini.c: added support for statistical profiler 
6897         (run with: --profile=default:stat).
6898
6899 2005-01-04  Zoltan Varga  <vargaz@freemail.hu>
6900
6901         * mini-x86.h (MONO_ARCH_ENABLE_EMIT_STATE_OPT): Enable this on x86.
6902
6903         * mini-x86.c cpu-pentium.md: More fixes for usage of global registers.
6904
6905         * mini-amd64.c (mono_arch_local_regalloc): Port some regalloc fixes 
6906         related to global registers from the amd64 port.
6907
6908 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
6909
6910         * mini.c (mono_method_to_ir): Handle MONO_CLASSCONST.
6911
6912         * mini-amd64.c (mono_arch_local_regalloc): Fix some regalloc problems
6913         with global registers.
6914         (mono_arch_output_basic_block): Fix SWITCH in the AOT case.
6915
6916         * aot.c (emit_method_code): Fix the 'method emitted as' messages.
6917
6918 2004-12-31  Zoltan Varga  <vargaz@freemail.hu>
6919
6920         * debug-mini.c (encode_value): Fix off-by-one.
6921
6922         * aot.c (encode_value): Likewise.
6923
6924         * mini.c (mono_method_to_ir): Disable AOT for methods containing LDPTR.
6925
6926 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
6927
6928         * mini.c linear-scan.c: Add a workaround for the mcs crash when using 
6929         AOT.
6930
6931         * aot.c (mono_aot_load_method): Free up patch info if no longer needed.
6932         
6933         * aot.c (emit_method_info): Increase size of temp buffer.
6934
6935         * mini-x86.c cpu-pentium.md mini.c: Load fp constants differently in 
6936         the AOT case.
6937
6938 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
6939
6940         * aot.c (emit_method_info): Fix build.
6941         
6942         * aot.c: Further rework of the AOT file format to reduce the size of
6943         the method info data.
6944
6945         * mini.h: Bump AOT file format version.
6946
6947 2004-12-27  Martin Baulig  <martin@ximian.com>
6948
6949         * mini.c (mini_get_method): New static method; call
6950         mono_get_method_full() and mono_get_inflated_method().
6951         (mono_method_to_ir): Use mini_get_method() instead of
6952         mono_get_method_full(). 
6953
6954 2004-12-26  Patrik Torstensson  <patrik.torstensson@gmail.com>
6955
6956         * mini-x86.c (atomic ops): fixed bug interlocked bug #70784. 
6957
6958 2004-12-25  Zoltan Varga  <vargaz@freemail.hu>
6959
6960         * inssel.brg (ldind_to_load_membase): Handle CEE_LDIND_I8.
6961
6962         * inssel-amd64.brg: Add some optimization rules.
6963
6964 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
6965
6966         * aot.c: Remove the use of MonoGHashTable and other GC stuff. The
6967         standard not GC'd stuff is fine.
6968
6969 2004-12-24  Zoltan Varga  <vargaz@freemail.hu>
6970
6971         * aot.c: Rework the AOT file format to get rid of most of the global
6972         symbols. This reduces the size of the mscorlib.dll.so by 1MB.
6973
6974         * mini.h: Bump AOT file format version.
6975         
6976 2004-12-23  Zoltan Varga  <vargaz@freemail.hu>
6977
6978         * mini.h: Bump AOT file format version.
6979
6980         * aot.c (mono_aot_is_got_entry): New function to determine if an 
6981         address is inside a GOT.
6982
6983         * aot.c mini-x86.c tramp-x86.c: Make all patches use the GOT.
6984
6985         * cpu-pentium.md: Increase the maximum size of some instructions which
6986         might involve a got access.
6987         
6988         * mini.c (get_method_from_ip): Another debug helper function.
6989
6990         * mini.c: Call mono_get_got_var () in a couple places. Handle the case
6991         when got var accesses are created during the decompose phase.
6992
6993         * mini-sparc.c: Change mono_compile_aot to cfg->compile_aot.
6994
6995         * mini.h mini.c mini-x86.c aot.c mini-sparc.c: Add a 'compile_corlib'
6996         argument mini_compile_method and to MonoCompile, and use this to
6997         determine whenever a given method is compiled for AOT. This allows the
6998         other methods compiled during AOT compilation to be free of AOT stuff,
6999         so the backends does not need to add special support for them by
7000         creating a fake GOT etc.
7001
7002         * mini-x86.c (mono_arch_patch_code): Remove fake got stuff as it is no
7003         longer needed.
7004
7005 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
7006
7007         * mini.c (mono_method_to_ir): It turns out that some of the
7008         x-appdomain wrappers are lax with types, so just ignore this for
7009         all wrappers.
7010
7011         * inssel.brg (OP_CHECK_ARRAY_TYPE): Optimize this by only looking
7012         at the vtable->klass. If it is non-shared code we can just use the
7013         vtable.
7014
7015 Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus@ximian.com>
7016
7017         * mini-ppc.c: access MonoDomain from tls, too.
7018
7019 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
7020
7021         * declsec.c: Removed unused variable (and related warning ;-)
7022
7023 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
7024
7025         * iltests.il: New test for LDELEMA on an array of ref types.
7026
7027         * mini.c (CEE_LDELEMA): We need to emit OP_CHECK_ARRAY_TYPE for
7028         all ldelema's on reftypes.
7029         (check_call_signature): Remove the OP_CHECK_ARRAY_TYPE from here,
7030         it was the wrong place to put it.
7031
7032         * mini-x86.c (mono_arch_output_basic_block): Just use ecx as the
7033         register to pop to make this cleaner, at the request of Paolo.
7034
7035 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
7036
7037         * mini-ops.h (OP_GETHASHCODE): New op.
7038
7039         * inssel.brg (OP_GETHASHCODE): Emit code for the new opcode
7040
7041         * mini.c (mini_get_inst_for_method): Create the intrinsic hash
7042         operation.
7043
7044         For a microbenchmark, this reduces the cost of Hashtable.get_Item
7045         by 25%.
7046         
7047         * mini-x86.c (mono_arch_output_basic_block): Rather than
7048
7049         add ebp, 4
7050
7051         Emit
7052
7053         pop edx
7054
7055         The first is 3 bytes while the second is 1. This saves 36 kb on
7056         mscorlib, quite a big saving. When bootstraping mcs, I was able to
7057         see a small boost because of icache locality.
7058
7059         * cfold.c (FOLD_BINOPCOMM): Kill add foo, 0
7060
7061 Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus@ximian.com>
7062
7063         * Makefile.am, mini-ppc.h, mini-exceptions.c, exceptions-ppc.c:
7064         started code sharing with the generic code.
7065
7066 Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus@ximian.com>
7067
7068         * mini-ppc.c, cpu-g4.md: added code for direct access to
7069         tls data slots.
7070
7071 Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus@ximian.com>
7072
7073         * mini-ops.h, inssel-x86.brg, cpu-amd64.md, inssel.brg, inssel-amd64.brg,
7074          mini-amd64.c, mini-x86.c, cpu-pentium.md: renamed OP_X86_TLS_GET
7075         to OP_TLS_GET.
7076
7077 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
7078
7079         * declsec.c|h: Added functions to cache the declarative stack modifiers
7080         in MonoJitInfo and to create a security frame from a MonoJitInfo 
7081         structure.
7082         * mini.c: Initialize jinfo->cas_inited to FALSE when MonoJitInfo is
7083         created. Register internal calls for System.Security.SecurityFrame::
7084         _GetSecurityFrame and _GetSecurityStack.
7085         * mini.h: Added definition for new icalls (in mini-exceptions.c) and
7086         the definitions for the new stack walk/callback mechanism.
7087         * mini-exceptions.c: Added internal call GetSecurityFrame (to get the 
7088         first security frame for LinkDemands and InheritanceDemands) and
7089         GetSecurityStack for Demands. Both use the new mono_walk_stack code
7090         from lupus.
7091         * mini-x86.h, mini-amd64.h, mini-sparc.h: Architecture specific stack
7092         walk initialization (lupus).
7093
7094 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
7095
7096         * mini.c (mono_method_to_ir): In CEE_DUP, handle the dup / stloc
7097         idiom.
7098         (handle_loaded_temps): Do not create a temporary variable for
7099         things that we know are temps. They will never be modified.
7100         (mono_spill_call): Set MONO_INST_IS_TEMP
7101         (mono_emulate_opcode): ditto
7102         (emit_tree): ditto
7103         (mono_method_to_ir.CEE_DUP): ditto
7104
7105 2004-12-19  Ben Maurer  <bmaurer@ximian.com>
7106
7107         * mini.c (type_to_eval_stack_type): Make this handle the void type
7108         (mono_emit_call_args): set the call->type with type_to_eval_stack_type
7109         (emit_tree): use ip_in_bb to special case some common idioms
7110         Update all callers to pass in the IP.
7111         (mono_method_to_ir): Make CEE_CALL* do the above as well.
7112
7113         This gives us a nice 2% speedup in mcs bootstrap.
7114
7115         * mini-x86.c (peephole_pass): Peephole pass to make
7116         mov  [foo], eax
7117         push [foo]
7118
7119         into
7120
7121         mov [foo], eax
7122         push eax
7123
7124         * mini.c (ip_in_bb): new method.
7125         (mono_method_to_ir): use this method rather than doing the hash
7126         lookup ourselves.
7127
7128         * linear-scan.c (mono_linear_scan): When expiring actives, you
7129         don't need to keep around variables that expire on this
7130         instruction. This makes it so that:
7131              a = b + 1
7132         will turn into:
7133              store (ebx add (ebx, 1))
7134         which will become
7135              add ebx, 1
7136
7137 2004-12-19  Zoltan Varga  <vargaz@freemail.hu>
7138
7139         * mini.c (mono_method_to_ir): Optimize the common ldobj+stloc 
7140         combination to avoid doing two copies. Fix up problems with previous
7141         patch.
7142
7143         * mini.c: Fix 64 bit warnings.
7144
7145         * mini-x86.c (INST_IGNORES_CFLAGS): Add OP_STOREI4_MEMBASE_REG.
7146
7147 2004-12-17  Zoltan Varga  <vargaz@freemail.hu>
7148
7149         * mini-amd64.h mini-amd64.c exceptions-amd64.c: Port exception handling
7150         changes from the x86 code.
7151
7152         * mini.h: Add prototype for mono_arch_get_throw_corlib_exception ().
7153
7154 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
7155
7156         * mini-x86.c (mono_arch_emit_epilog): Optimize the corlib exception
7157         throwing code to reduce its size, unify the AOT and non-aot code and 
7158         get rid of relocations in the AOT case.
7159
7160         * mini-x86.h mini.c exceptions-x86.c 
7161         (mono_arch_get_throw_corlib_exception): New arch specific function to 
7162         raise corlib exceptions which doesn't require relocations in the 
7163         caller.
7164
7165         * aot.c (emit_method): Handle PATCH_INFO_NONE as well.
7166
7167 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
7168
7169         * mini.c (mono_emit_method_call): Only allocate the got var when it is
7170         needed.
7171
7172         * mini-x86.c (mono_arch_patch_code): Add missing PATCH_INFO_METHOD_REL
7173         in the AOT case.
7174
7175 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
7176
7177         * mini-x86.c, cpu-pentium.md, inssel-x86.brg: Fixed bug
7178         with add function when used from Inc/dec atomic 
7179         functions. Re-enabled optimization on x86.
7180         * mini-ops.h: renamed atomic_add functions to
7181         allow _add to match the Interlocked::Add and
7182         _add_next to match Interlocked::Inc/Dec.
7183
7184 2004-12-15  Massimiliano Mantione  <massi@ximian.com>
7185
7186         * mini.c: Fixed a subtle bug in mono_method_to_ir, about the
7187         linking of BBs to the end BB, and enabled SSAPRE also with
7188         consprop and copyprop (which was prevented by that bug).
7189
7190 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
7191
7192         * mini-x86.c: disabling the Interlocked optimizing code. 
7193
7194 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
7195
7196         * aot.c (load_aot_module): Move reading of got_addr after the AOT
7197         file version check.
7198         
7199 2004-12-14  Patrik Torstensson  <patrik.torstensson@gmail.com>
7200
7201         * mini-x86.c, inssel-x86.brg, cpu-pentium.md: removed _imm 
7202         interlocked optimization due lack of support on x86, rewrote 
7203         exchange to take into account that base may be in eax.
7204         
7205         xsp works again; activated Interlocked optimizing code.
7206         
7207 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
7208
7209         * mini.h (MONO_AOT_FILE_VERSION): Bump AOT file version.
7210
7211 2004-12-13  Zoltan Varga  <vargaz@freemail.hu>
7212
7213         * mini-ops.h: Add new opcodes.
7214
7215         * mini.h: Add new patch types. Add got_var to MonoCompile.
7216
7217         * mini.h mini-x86.c mini-amd64.c aot.c: Rename 
7218         mono_arch_get_aot_patch_offset () to mono_arch_get_patch_offset () and
7219         make it work with all kinds of patchable code.
7220
7221         * inssel.brg inssel-x86.brg: Add new rules dealing with computing the
7222         address of the GOT, and referencing entries in the GOT.
7223
7224         * mini.c: Add code to load the GOT address if needed by an opcode.
7225
7226         * aot.c mini-x86.h mini-x86.c cpu-pentium.md: Add support for position 
7227         independent AOT code on the x86 using an elf-style Global Offset Table.
7228
7229 2004-12-14  Raja R Harinath  <rharinath@novell.com>
7230
7231         * Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
7232
7233 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7234
7235         * mini-x86.c: disabling the Interlocked optimizing code. It segfaults
7236         when running xsp.
7237
7238 2004-12-13  Patrik Torstensson  <patrik.torstensson@gmail.com>
7239
7240         * mini-x86.c,mini-ops.h,inssel-x86.brg,cpu-pentium.md: Implementation
7241         of Interlocked:Increment/Decrement/Add as inline ops.
7242         (mini-x86.c (mono_arch_get_inst_for_method and mono_arch_output_basic_block))
7243
7244 2004-12-12  Geoff Norton  <gnorton@customerdna.com>
7245
7246         * exceptions-ppc.c: Reorder code so gcc3.4 can compile it
7247         * mini-ppc.c: Unify mono_arch_patch_code with changes in r37636.
7248
7249 2004-12-12  Duncan Mak  <duncan@ximian.com>
7250
7251         * mini-ppc.c (mono_arch_patch_code): Hopefully made this build
7252         again. `patch_info->table_size' is no longer valid after Zoltan's
7253         commit #37636.
7254
7255 2004-12-12  Martin Baulig  <martin@ximian.com>
7256
7257         * mini.c (mono_method_to_ir): Only call mono_debug_init_method()
7258         if we are the "real" method, ie. not an inlined method inside it.
7259
7260 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
7261
7262         * mini.c (CEE_LDSFLD): Make sure that the vtable has been init'd
7263         before we look in the special fields table. This fixes
7264         ../tests/thread-static-init.cs.
7265
7266 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7267
7268         * mini.c: return immediately after setting OP_ARRAY_RANK or CEE_LDLEN
7269         for Array get_Rank and get_Length. Fixes bug #70465.
7270
7271 2004-12-11  Zoltan Varga  <vargaz@freemail.hu>
7272
7273         * mini.h mini.c aot.c: Put the bblock table for a SWITCH patch into a
7274         separate structure to reduce the size of MonoJumpInfo.
7275
7276 Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus@ximian.com>
7277
7278         * mini.c, mini.h, aot.c, driver.c: allow disabling the aot code.
7279
7280 2004-12-10  Patrik Torstensson  <patrik.torstensson@gmail.com>
7281
7282         * mini.c (mini_get_inst_for_method): Changed to allow ports
7283         to return a MonoInst instead of opcode 
7284         (renamed mini_get_opcode_for_method to better reflect the new functionality)
7285         
7286         * mini-[x86|s390|s390x|ppc|sparc].c (mono_arch_get_inst_for_method): 
7287         Allow ports to return a created MonoInst instead of op-code, will enable
7288         new optimizations.
7289         (renamed mini_get_opcode_for_method to better reflected the functionality)
7290
7291 2004-12-09  Zoltan Varga  <vargaz@freemail.hu>
7292
7293         * mini.c (NEW_AOTCONST): Share some code between the different NEW_AOTCONST macros.
7294
7295 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
7296
7297         * mini.c jit-icalls.c: Pass generic_context to mono_ldtoken_wrapper.
7298         Fixes #69985.
7299
7300 2004-12-08  Martin Baulig  <martin@ximian.com>
7301
7302         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use `fsig->signature'
7303         if we're a CEE_CONSTRAINED call.  Fixes gen-118.cs.
7304
7305 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
7306
7307         * mini-sparc.c (mono_arch_output_basic_block): Implement OP_FCONV_TO_<X>
7308         correctly.
7309
7310         * exceptions.cs: Disable some tests which depend on properties of x86 fp
7311         arithmetic.
7312
7313 2004-12-08  Raja R Harinath  <rharinath@novell.com>
7314
7315         * Makefile.am (CLEANFILES): Add *.exe, *.dll.
7316
7317 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
7318
7319         * mini-sparc.c (mono_arch_output_basic_block): Fix LOCALLOC_IMM
7320         bug introduced by the previous patch.
7321
7322 Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus@ximian.com>
7323
7324         * mini-ppc.c, objectc.cs: handle large structs passed by value
7325         (fixes bug #69972).
7326
7327 Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus@ximian.com>
7328
7329         * mini-ppc.c: OP_ARGLIST implementation from
7330         Geoff Norton  <gnorton@customerdna.com>.
7331
7332 Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus@ximian.com>
7333
7334         * inssel-x86.brg, inssel-ppc.brg: fix reference to register
7335         in stmt: OP_OUTARG_VT (reg) (should fix bug #69785).
7336
7337 Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus@ximian.com>
7338
7339         * exceptions-ppc.c: avoid calling ppc_patch in exception trampolines.
7340
7341 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7342
7343         * inssel-s390.brgi, mini-ops.h, mini-s390.c : Add stubs for support of tls offset
7344         support.
7345
7346 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
7347
7348         * mini-sparc.c: Zero out localled-ed memory.
7349
7350         * iltests.il: Add tests for zeroing out localloc-ed memory.
7351
7352 2004-12-04  Martin Baulig  <martin@ximian.com>
7353
7354         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, use the new
7355         mono_method_get_signature_full().       
7356
7357 2004-12-03  Massimiliano Mantione  <massi@ximian.com>
7358
7359         * mini.c: Added removal of critical edges (prerequisite for SSAPRE),
7360         and some utility functions (always for SSAPRE), integrated SSAPRE.
7361         * mini.h: Likewise.
7362         * driver.c: Added ssapre option.
7363         * ssa.c: Small fix on OP_ARG handling.
7364         * ssapre.c, ssapre.h: Added files containing SSAPRE implementation.
7365         * Makefile.am: Likewise.
7366
7367 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
7368
7369         * tramp-x86.c (mono_arch_create_jit_trampoline): Remove code which is
7370         now in the xp code.
7371
7372         * mini.c (mini_init): Register mono_thread_force_interruption_checkpoint
7373         icall.
7374
7375 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7376
7377         * inssel-s390.brg : Add OP_OUTARG_VT (OP_REFANYTYPE (reg)) rule.
7378         
7379         * cpu-s390.md : Increase instruction length of oparglist.
7380
7381         * mini-s390.c : Implement vararg and TYPEDEBYREF support.
7382
7383 2004-11-30  Martin Baulig  <martin@ximian.com>
7384
7385         * mini.c (mono_method_to_ir): In CEE_CALLVIRT, added support for
7386         virtual generic methods.  We call a special helper_compile_generic_method()
7387         icall to retrieve the method from the vtable, inflate and compile
7388         it and then do a CEE_CALLI.  Thanks a lot to Paolo for this idea.
7389
7390         * jit-icalls.c (helper_compile_generic_method): New JIT icall.
7391
7392 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
7393
7394         * mini-sparc.c: Fix up vararg corner cases. Fixes #70019.
7395
7396 2004-11-29  Zoltan Varga  <vargaz@freemail.hu>
7397
7398         * cpu-sparc.md mini-sparc.c (long_conv_to_ovf_i): Fill missing delay slot.
7399         Fixes #69929.
7400
7401 2004-11-27  Ben Maurer  <bmaurer@ximian.com>
7402
7403         * inssel.brg (CEE_SWITCH): The AOT stuff Zoltan added is only for
7404         platforms with PIC aot.
7405
7406 2004-11-28  Martin Baulig  <martin@ximian.com>
7407
7408         * mini.c (mono_method_to_ir): In CEE_DUP, added handle_stobj().
7409         Fixes gen-112.cs.
7410
7411 2004-11-28  Martin Baulig  <martin@ximian.com>
7412
7413         * mini-x86.c (mono_arch_call_opcode): Use the original type, not
7414         the result of mono_type_get_underlying_type() to check whether
7415         we're byref.
7416
7417 2004-11-26  Martin Baulig  <martin@ximian.com>
7418
7419         * mini.c
7420         (mono_method_to_ir): Use `!method->signature->has_type_parameters'
7421         in the g_assert().
7422
7423 2004-11-26  Zoltan Varga  <vargaz@freemail.hu>
7424
7425         * mini-amd64.c (mono_arch_emit_this_vret_args): Handle this and vret
7426         the same way as the other arguments so they won't get clobbered.
7427
7428         * mini-amd64.c (mono_arch_output_basic_block): Avoid doing virtual 
7429         calls through R11 since it is clobbered by the trampoline code.
7430
7431 2004-11-26  Raja R Harinath  <rharinath@novell.com>
7432
7433         * Makefile.am: Consistently use $(RUNTIME) rather than ./mono to
7434         pick up in-tree mscorlib.dll.
7435
7436 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
7437
7438         * aot.c: Rename MonoAOTModule->cleanup to out_of_date.
7439
7440         * mini-amd64.c aot.c: Switch to PIC relative AOT code. References to 
7441         runtime data/code are now stored in a table similar to the GOT in ELF. 
7442         This allows the code itself to be position independent.
7443
7444         * aot.c: Fix loading of referenced assemblies after the lazy assembly
7445         loading changes.
7446
7447         * aot.c: Attach ELF type (object/function) directives to all global
7448         symbols.
7449
7450         * tramp-amd64.c (amd64_magic_trampoline): Patch RIP relative calls too.
7451
7452         * inssel.brg (SWITCH): Emit an AOT_CONST in the aot case.
7453
7454         * mini-amd64.h: Turn on PIC AOT code.
7455
7456         * mini.h (mono_arch_get_aot_patch_offset): New arch specific function
7457         returning the offset within an OP_AOTCONST instruction where the GOT
7458         offset needs to be added.
7459
7460         * mini.h: Bump AOT file format version.
7461
7462 2004-11-25  Martin Baulig  <martin@ximian.com>
7463
7464         * mini.c (mono_method_to_ir): In CEE_CALL, don't allow calling any
7465         uninflated generic methods.
7466
7467 2004-11-25  Martin Baulig  <martin@ximian.com>
7468
7469         * mini.c (mono_method_to_ir): Don't allow any uninflated generic methods.
7470
7471 2004-11-24  Martin Baulig  <martin@ximian.com>
7472
7473         * minit.c (type_to_eval_stack_type): Set `inst->klass' to the
7474         original klass (this only applies for generic instances).
7475
7476 2004-11-24  Martin Baulig  <martin@ximian.com>
7477
7478         * mini.c (mono_method_to_ir): Use `STACK_OBJ' instead of
7479         `ldind_type [CEE_LDIND_REF]' (which would be beyond the end of
7480         that array).
7481
7482 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
7483
7484         * mini.c (mono_method_to_ir): Disable inlining for methods containing
7485         localloc. Fixes #69678.
7486
7487         * iltests.il (test_0_localloc_inline): Add regression test for #69678.
7488         
7489 2004-11-23  Zoltan Varga  <vargaz@freemail.hu>
7490
7491         * mini-amd64.c (mono_arch_output_basic_block): Set %al to the number of
7492         used SSE registers on pinvoke calls. Fixes #69774.
7493
7494 2004-11-23  Geoff Norton  <gnorton@customerdna.com>
7495
7496         * inssel-ppc.brg, mini-ppc.c: Use mono_class_from_mono_type instead of
7497         vt->inst_vtype->data.klass.  This fixes generic structs and bug #69766
7498
7499 2004-11-23  Raja R Harinath  <rharinath@novell.com>
7500
7501         * Makefile.am (MCS,ILASM): Don't refer to runtime/ directory.
7502         Refer directly to the mcs/ tree.
7503
7504 2004-11-19  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7505
7506         * mini-s390.c, tramp-s390.c, mini-s390.h: Add LMF processing for trampolines.
7507         Check if a trampoline for a synchronized method is required. 
7508
7509 Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus@ximian.com>
7510
7511         * mini-ppc.c, cpu-g4.md: set to zero the memory allocated
7512         with localloc if needed. Throe arithmetric exception in
7513         div an rem if needed. Implement ovf checks in OP_LCONV_TO_OVF_I.
7514         Adapted from a patch by Geoff Norton  <gnorton@customerdna.com>.
7515
7516 2004-11-19  Geoff Norton  <gnorton@customerdna.com>
7517
7518         * mini-ppc.c: Call mono_type_get_underlying_type to unwrap generic
7519         types before switching on type.  Fixes #69622.
7520
7521 2004-11-19  Raja R Harinath  <rharinath@novell.com>
7522
7523         * Makefile.am (check-local): New.  Integrate into 'make check'.
7524         (MCS,RUNTIME): Define using in-tree mono and mcs.
7525         (ILASM): New.
7526         (%.exe): Use $(ILASM).
7527
7528 Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus@ximian.com>
7529
7530         * mini-ppc.c: adjust initial prolog size (bug #69691).
7531
7532 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
7533
7534         * cpu-pentium.md (localloc): Increase max instruction len. Fixes
7535         #69664.
7536
7537 2004-11-17  Raja R Harinath  <rharinath@novell.com>
7538
7539         * Makefile.am (clean-local): Rename from 'clean'.
7540
7541 2004-11-15  Nelae Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7542
7543         * mini.c, mini-x86.c, mini-amd64.c, exceptions-s390.c: Add siginfo_t parameter
7544         to mono_arch_is_int_overflow. 
7545         * exceptions-s390.c: Add mono_arch_is_int_overflow routine to discern between
7546         SIGFPE events.
7547
7548 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
7549
7550         * declsec.c|h: New files to support declarative security attributes.
7551         Added function to check if a method has (applicable) security.
7552         * mini.c|h: Add check for declarative security attributes in
7553         mono_method_check_inlining.
7554         * Makefile.am: Added declsec.c and declsec.h to the build.
7555
7556 Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus@ximian.com>
7557
7558         * mini.c, mini.h: update to keep dynamic code info per-domain.
7559
7560 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
7561
7562         * mini.c mini-*.h: Get rid of MONO_ARCH_HAVE_RETHROW since all architectures support it now.
7563         (mini_init): Get rid of it from here too.
7564
7565 Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus@ximian.com>
7566
7567         * mini-ppc.c, mini-ppc,h, cpu-g5.md, exceptions-ppc.c:
7568         implemented OP_RETHROW (patch by Geoff Norton
7569         <gnorton@customerdna.com>).
7570
7571 2004-11-10  Geoff Norton  <gnorton@customerdna.com>
7572
7573         * tramp-ppc.c (ppc_magic_trampoline): Don't trampoline methods
7574         between appdomains.  Fixes appdomain-unload on PPC.
7575
7576 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
7577
7578         * exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
7579         mini-exceptions.c: handle the new wrapper types.
7580         * mini.c: The CEE_ISINST and CEE_CASTCLASS opcodes now take the
7581         token value as a MonoClass* when compiling a wrapper.
7582         mono_jit_create_remoting_trampoline now takes an additional
7583         MonoRemotingTarget parameter.
7584         
7585 2004-11-10  Martin Baulig  <martin@localhost>
7586
7587         * mini.c (mono_method_to_ir): Use `generic_container->context'
7588         rather than creating a new one.
7589
7590 2004-11-09  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7591
7592         * exceptions-s390.c, mini-s390, cpu-s390.md: Add support for OP_RETHROW.
7593
7594         * inssel-390.md, mini-s390.c: Correct register allocation for globals.
7595
7596 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
7597
7598         * aot.c (mono_aot_init): Add MONO_AOT_CACHE env variable to turn on
7599         the experimental aot cache stuff.
7600
7601 Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus@ximian.com>
7602
7603         * aot.c, mini.c, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
7604         mini-exceptions.c: update to exception clause structure changes.
7605
7606 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
7607
7608         * exceptions-x86.c (throw_exception): Fix warnings.
7609
7610         * mini-x86.h mini-x86.c cpu-pentium.md exceptions-x86.c: Add support 
7611         for OP_RETHROW.
7612
7613 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
7614
7615         * exceptions-sparc.c (get_throw_exception): Really fix this.
7616
7617 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
7618
7619         * tramp-*.c: we no longer support icalls without wrappers, so
7620         a bit of code can be removed here
7621
7622 2004-11-07  Zoltan Varga  <vargaz@freemail.hu>
7623
7624         * exceptions-sparc.c (get_throw_exception): Fix more bugs in previous
7625         patch.
7626
7627         * cpu-sparc.md: Add op_rethrow.
7628
7629         * exceptions-sparc.c (get_throw_exception): Fix bug in previous patch.
7630
7631         * mini-sparc.h mini-sparc.c exceptions-sparc.c: Add support for OP_RETHROW.
7632
7633         * mini.h: Add mono_arch_get_rethrow_exception () arch specific function.
7634         * mini-ops.h: Add OP_RETHROW.
7635
7636         * mini.c inssel.brg: Distinguish between THROW and RETHROW.
7637
7638         * cpu-amd64.c mini-amd64.c exceptions-amd64.c: Add support for OP_RETHROW.
7639
7640 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
7641         
7642         * helpers.c: Change otool arguments from -V -v -t to -v -t on Darwin
7643         Makes the output much easier to read
7644
7645 2004-11-05  Ben Maurer  <bmaurer@ximian.com>
7646
7647         * ssa.c: allocate MonoMethodVar.uses from the mempool. First, this
7648         prevents another huge leak when compiling with ssa. Secondly, the
7649         performance of doing this rather than freeing the lists is much
7650         better. GList does a lock every time you allocate a list link,
7651         so that it can use a memory pool. So, it is better to just use
7652         a memory pool of our own.
7653         
7654         * ssa.c, linear-scan.c: replace g_list_remove_link with
7655         g_list_delete.  The remove one does not free the GList, so we were
7656         leaking memory. On -O=all --compile-all with corlib, this cut down
7657         3 MB of allocations.
7658
7659 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
7660
7661         * tramp-sparc.c (mono_arch_create_jit_trampoline): Fix sparc build.
7662
7663         * tramp-amd64.c (mono_arch_create_jit_trampoline): Fix amd64 build.
7664
7665         * mini.h mini.c tramp-*.c: Moved xp parts of JIT trampoline creation
7666         into a new function mono_create_jit_trampoline ().
7667
7668 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
7669
7670         * trace.c (get_spec): Allow tracing of classes without a namespace.
7671
7672 2004-11-02  Sebastien Pouliot  <sebastien@ximian.com>
7673
7674         * mini.c: Fix pointer overwrite in mini_method_compile.
7675
7676 2004-11-2  Geoff Norton  <gnorton@customerdna.com>
7677
7678         * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
7679         The darwin ABI needs some special handling for 1 and 2 byte structs
7680         Lets use lbz/lhz instead of lwz everywhere.
7681         * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
7682         for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
7683         Use stb/sth for the former, and put the latter always on stack instead of in
7684         argument registers.
7685
7686 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
7687
7688         * trace.c (is_filenamechar): Add '_'.
7689
7690 2004-10-29  Neale Ferguson  <Neale.Ferguson@SoftwareAG-usa.com>
7691
7692         * mini-s390.c: Fix prolog length to allow for large trace requirements.
7693
7694         * exceptions-s390.c: Remove dwarf unwinding stuff that was unused.
7695
7696 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
7697
7698         * Makefile.am (libgc_libs): Do some automake magic so libmono/mono
7699         depends on libmonogc. Fixes #68805.
7700
7701 2004-10-26  Miguel de Icaza  <miguel@ximian.com>
7702
7703         * mini.c (mono_jit_free_method): Provide extra information for
7704         this error.  Currently this leaks, but will be turned into a
7705         developer option in the future.
7706
7707 2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
7708
7709         * driver.c (mono_main): Applied patch from Willibald Krenn <willibald.krenn@gmx.at>. Make --graph work for icalls and pinvoke methods.
7710
7711 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
7712
7713         * aot.c (mono_aot_load_method): Align PATCH_INFO_R8 on an 8 byte 
7714         boundary. Fixes reading of PATCH_INFO_R4 and R8.
7715         (mono_aot_load_method): Do not allocate MonoAotMethod in the GC heap.
7716
7717 2004-10-24  Zoltan Varga  <vargaz@freemail.hu>
7718
7719         * mini-amd64.c (mono_arch_patch_code): Fix patching of class init
7720         trampolines for AOT code.
7721
7722 2004-10-22    <vargaz@freemail.hu>
7723
7724         * aot.c (mono_compile_assembly): Disable AOT for methods containing calls to methods of
7725         constructed types. Fixes #68136.
7726
7727 2004-10-21  Martin Baulig  <martin@ximian.com>
7728
7729         * exceptions-x86.c (throw_exception): Call mono_debugger_throw_exception();
7730         if it returns true, unwind the stack to the call instruction.
7731
7732 2004-10-21    <vargaz@freemail.hu>
7733
7734         * aot.c: Reorganize the AOT file format to avoid relocations. Fix warnings.
7735
7736         * mini.h: Bump AOT version number.
7737
7738         * objects.cs: Add another test for unbox trampolines.
7739
7740         * tramp-amd64.c (amd64_magic_trampoline): Disable patching of trampolines for 
7741         valuetype methods.
7742
7743 2004-10-20    <vargaz@freemail.hu>
7744
7745         * driver.c: Add SHARED to the set of optimizations tested.
7746
7747         * tramp-amd64.c (amd64_magic_trampoline): Patch trampoline code as well.
7748
7749         * mini.c (mono_method_to_ir): Mark the domainvar as volatile when it is implicitly
7750         used by CEE_NEWARR.
7751
7752         * ssa.c (mono_ssa_deadce): Do not optimize away accesses to volatile variables.
7753
7754 2004-10-20  Martin Baulig  <martin@ximian.com>
7755
7756         * mini-exceptions.c (mono_handle_exception): Call
7757         mono_debugger_handle_exception() to tell the debugger about
7758         catch/finally clauses.
7759
7760 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
7761
7762         * exceptions-amd64.c (mono_arch_find_jit_info): Pop arguments of the stack.
7763
7764         * mini-amd64.c (mono_amd64_get_vcall_slot_addr): Handle extended registers. Fixes
7765         #68447.
7766
7767 2004-10-15  Geoff Norton  <gnorton@customerdna.com>
7768
7769         * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
7770         methods as their native size, fixed bug #57543, #57545.
7771         * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
7772         This saves a temporary register and mullw call down into 1 (minor perf
7773         increase for cases like sum = sum * 5;  This use to translate into:
7774             li r11,5
7775             mullw r28,r28,r11
7776         It now translates to
7777             mulli r28,r28,5
7778
7779 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
7780
7781         * trace.c (mono_trace_eval): Use mono_method_desc_full_match. Fixes
7782         #68388.
7783
7784 2004-10-11  Martin Baulig  <martin@ximian.com>
7785
7786         * mini.c (mono_method_to_ir): If we're a generic method, get the
7787         MonoGenericContainer from our MonoMethodNormal and create a
7788         MonoGenericContext from it.
7789
7790 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
7791
7792         * inssel-long32.brg (OP_LCONV_TO_OVF_I2): Fix CONV_I1 -> CONV_I2.
7793
7794         * basic-long.cs: Add test for checked i8->i2 cast.
7795
7796 Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
7797
7798         * inssel-ppc.brg: added a couple of speedup rules.
7799
7800 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
7801
7802         * Makefile.am (genmdesc_LDADD): Don't link this against libmetadata
7803         to speed up rebuilds.
7804
7805 2004-10-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7806
7807         * mini-s390.c: Minor fix to OP_OR_IMM.
7808
7809 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
7810
7811         * tramp-sparc.c (sparc_magic_trampoline): Handle appdomain stuff
7812         better. Fixes appdomain-unload.exe on sparc.
7813
7814 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
7815
7816         * ssa.c: Fixed casts to unsigned where the value was of 64 bits in
7817         simulate_long_compare, patch by will@exomi.com (Ville-Pertti Keinonen),
7818         see bug 67324.
7819
7820 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
7821
7822         * jit-icalls.c: Handle a nonexisting trunc function more correctly.
7823
7824 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
7825
7826         * mini.c: Always generate a field read/write wrapper for members
7827         of the class MarshalByRefObject since the actual instance could
7828         be a CBO.
7829
7830 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
7831
7832         * mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
7833
7834 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
7835
7836         * driver.c mini.h trace.c: Move the setting of the main assembly into
7837         a separate function called mono_trace_set_assembly () and call it after
7838         actually loading the main assembly. Fixes #66872.
7839
7840 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
7841
7842         * mini-amd64.h mini-amd64.c tramp-amd64.c: Allocate trampoline memory
7843         using the code manager.
7844
7845 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
7846
7847         * tramp-amd64.c mini-amd64.h: Add support for MONO_ARCH_HAVE_INVALIDATE_METHOD.
7848
7849 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
7850
7851         * cpu-amd64.md: Fix bug in previous patch.
7852         
7853         * cpu-amd64.md: Fix instruction lengths of membase opcodes. Fixes
7854         #66650.
7855
7856 Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
7857
7858         * mini.h, exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
7859         mini-exceptions.c: updates for changed stack walk interface.
7860
7861 2004-09-21  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7862
7863         * mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling
7864
7865 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
7866
7867         * mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods. Fixes #66132.
7868
7869 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
7870
7871         * driver.c (mini_regression_list): Do not call mono_assembly_close 
7872         since assemblies can't be unloaded.
7873         
7874 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
7875
7876         * cpu-amd64.md: Fix more instruction lengths.
7877
7878         * cpu-amd64.md: Fix lengths of some instructions.
7879
7880 2004-09-11 Ben Maurer  <bmaurer@users.sourceforge.net>
7881
7882         * inssel.brg: Make the array ldelema check aot friendly.
7883
7884 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
7885
7886         * mini-amd64.c (mono_arch_get_argument_info): Fix stack_unwind test.
7887
7888         * cpu-amd64.md inssel-long.brg inssel-amd64.brg: Small optimizations.
7889
7890 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
7891
7892         * mini-x86.c: Fix build.
7893
7894         * mini-sparc.c mini-x86.c mini-amd64.c: Use the new 
7895         mono_type_get_underlying_type () helper function to simplify code.
7896         
7897 2004-09-09  Martin Baulig  <martin@ximian.com>
7898
7899         * mini-amd64.c: Don't access `type->data.klass' directly, call
7900         mono_class_from_mono_type() instead since the type may be a
7901         generic instance.
7902
7903 2004-09-09  Martin Baulig  <martin@ximian.com>
7904
7905         * mini-amd64.c (get_call_info): Fix support for generic instances.
7906         (add_valuetype): Use mono_class_from_mono_type() to get the class
7907         since we can be a generic instance.
7908
7909 Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
7910
7911         * mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.
7912
7913 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
7914
7915         * liveness.c: reset spill costs on each scan: bug 62107
7916
7917 2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
7918
7919         * exceptions-sparc.c (mono_arch_find_jit_info): remove
7920         unnecessary line that doesn't compile
7921
7922 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
7923
7924         * mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate
7925         trampolines, make them call an error function so people can fix their
7926         code.
7927
7928 2004-09-06  Martin Baulig  <martin@ximian.com>
7929
7930         * mini.c (mono_method_to_ir): When initializing locals, handle a
7931         generic instances like a valuetype if it's a valuetype and like a
7932         class if it's a class.
7933
7934 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
7935
7936         * exceptions-x86.c (mono_arch_find_jit_info): Pop arguments off the
7937         stack. Fixes #64674.
7938
7939         * exceptions.cs: Add test for unwinding of call arguments.
7940
7941 Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian.com>
7942
7943         * mini-*.c, mini-ops.h, inssel-long32.brg: introduced
7944         OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will
7945         set the carry/borrow flag). The sparc and s390 implementations
7946         can now use optimized versions (and simplify the code). ppc bugfixes.
7947
7948 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
7949
7950         * exceptions-ppc.c (mono_arch_find_jit_info): Fix memory leak.
7951
7952 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
7953
7954         * inssel-amd64.brg: Remove leftover 32 bit rule.
7955
7956         * mini-amd64.c (mono_arch_instrument_prolog): Fix tracing support.
7957
7958 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
7959
7960         * mini-exceptions.c (mono_find_jit_info): Refactor common code from
7961         mono_arch_find_jit_info functions into a new function. Fix a memory
7962         leak.
7963
7964         * exceptions-x86.c exceptions-amd64.c exceptions-sparc.c: Remove
7965         refactored code.
7966         
7967 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
7968
7969         * exceptions.cs inssel-long32.brg: Handle the OP_LCONV_TO_OVF_I2 case
7970         as well.
7971         
7972         * exceptions.cs: Add array size tests.
7973
7974         * mini.c: Allocate a separate icall wrapper for each arity of 
7975         mono_array_new_va. Fixes #59509.
7976
7977         * exceptions.cs: Add testcase for 64578.
7978
7979         * inssel-long32.brg: Fix OP_LCONV_TO_OVF_I1 rule. Fixes #64578.
7980
7981         * trace.c (is_filenamechar): Allow 0..9 in strings. Fixes #65094.
7982         
7983 2004-09-02  Martin Baulig  <martin@ximian.com>
7984
7985         * mini.c (mono_method_to_ir): When initializing the locals, call
7986         handle_initobj() on the generic instance itself, not its
7987         underlying type.
7988
7989 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
7990
7991         * mini.h (MonoJitDynamicMethodInfo): New structure, extension of 
7992         MonoJitInfo for dynamic methods.
7993
7994         * mini.c: Rename trampoline_hash_mutex to jit_mutex.
7995
7996         * mini.c: Add support for freeing JIT data for dynamic methods.
7997         
7998 2004-09-01  Martin Baulig  <martin@ximian.com>
7999
8000         * mini-x86.c (is_regsize_var): Added support for generic
8001         instances.
8002         (mono_arch_emit_prolog): Make this compile again, use
8003         `x86_push_imm_template (code)'.
8004
8005 2004-08-30 Ben Maurer  <bmaurer@users.sourceforge.net>
8006
8007         * mini-x86.c: make all push_imm instructions that get
8008         patched always emit the long form
8009
8010 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
8011
8012         * mini.c (mono_create_jump_trampoline): Store the jump trampolines 
8013         in a per-domain hash.
8014
8015         * mini-amd64.c (merge_argument_class_from_type): Handle generic
8016         types.
8017
8018 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
8019
8020         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: Ongoing SSE
8021         work.
8022         
8023         * mini-amd64.c cpu-amd64.md inssel-amd64.brg mini-amd64.h: More SSE
8024         work.
8025
8026         * mini-amd64.c cpu-amd64.md: Implement checked int<->uint casts.
8027         Beginnings of SSE2 support.
8028
8029         * exceptions.cs: Add more tests for checked int<->uint casts.
8030
8031 2004-08-28  Martin Baulig  <martin@ximian.com>
8032
8033         * mini-x86.c (mono_arch_instrument_epilog): Added support for
8034         generic instances.
8035
8036         * mini.c
8037         (mono_type_to_ldind, mono_type_to_stind, type_to_eval_stack_type):
8038         Handle generic instances recursively.
8039
8040 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
8041
8042         * iltests.il: test for conv.u8 on a constant
8043
8044 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
8045
8046         * inssel-long32.brg: c&p rules for LCONV_x4 (membase) and
8047         LCONV_x4 (shrun_32 (membase)).
8048
8049 2004-08-27 Ben Maurer  <bmaurer@users.sourceforge.net>
8050
8051         * inssel-x86.brg: c&p rules for push/setret of long
8052
8053 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
8054
8055         * inssel-x86.brg: c&p rules for compare (base, regvar) and
8056         compare (regvar, base)
8057
8058         * inssel-x86.brg: more burg love
8059
8060         * inssel.brg: more cleanup
8061
8062         * inssel-x86.brg, inssel-long32.brg: burg cleanup.
8063
8064 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
8065
8066         * basic-long.cs, basic-calls.cs: new tests for optimization.
8067
8068 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
8069
8070         * mini-amd64.c (read_tls_offset_from_method): Fix typo in previous
8071         patch.
8072
8073 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
8074
8075         * mini-amd64.c (read_tls_offset_from_method): Add another case.
8076         
8077 2004-08-25  Bernie Solomon  <bernard@ugsolutions.com>
8078
8079         * inssel.brg (mini_emit_memcpy): use 
8080         NO_UNALIGNED_ACCESS to disable memcpy optimization
8081
8082 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
8083
8084         * mini-amd64.c: Handle generic types in various places.
8085
8086         * mini.c (mono_method_to_ir): Handle generic types in init locals.
8087
8088 2004-08-24  Zoltan Varga  <vargaz@freemail.hu>
8089
8090         * mini.c (handle_box): Fix warning.
8091
8092         * mini-amd64.c (mono_arch_local_regalloc): Fix regalloc problem.
8093
8094         * mini-amd64.h: Enable the emit_state optimization.
8095
8096         * mini-ops.h cpu-amd64.md: Add new amd64_test_null opcode.
8097
8098         * mini-amd64.c: Add some new 64 bit peephole opts.
8099
8100         * inssel.brg (mini_emit_memcpy): Optimize for 64 bit architectures.
8101
8102         * cpu-amd64.md: sreg1 of div instructions must be %rax.
8103
8104         * mini-amd64.c: Register allocator fixes.
8105
8106         * mini.c: Add an optimization to emit_state to avoid allocation of new
8107         registers on some platforms.
8108
8109 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
8110
8111         * inssel-x86.brg inssel-amd64: Add yet another missing tree->dreg assignment.
8112
8113         * mini-x86.c (mono_arch_local_regalloc): Fix bug in long register
8114         allocation. Fixes #63085.
8115
8116         * basic-long.cs: Add new regression test.
8117
8118         * mini-amd64.c: Register allocator improvements.
8119
8120 2004-08-21  Zoltan Varga  <vargaz@freemail.hu>
8121
8122         * mini-amd64.c (read_tls_offset_from_method): Add another code
8123         sequence.
8124
8125         * tramp-amd64.c (amd64_class_init_trampoline): Use a more efficient
8126         instruction sequence for nullifying class init trampolines.
8127
8128         * objects.cs: Add new regalloc test.
8129
8130         * mini-amd64.c inssel-amd64.brg: Optimize parameter passing.
8131
8132 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
8133
8134         * mini-amd64.c (mono_arch_call_opcode): Refactor this a little.
8135         
8136         * mini-amd64.c (mono_arch_regalloc_cost): Adjust regalloc costs for
8137         arguments.
8138
8139         * driver.c: Fix profiling after TLS changes.
8140         
8141         * driver.c (mono_main): Set mono_stats.enabled if needed.
8142
8143         * mini.c (handle_alloc): New helper function used by CEE_NEWOBJ and
8144         CEE_BOX.
8145
8146 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
8147
8148         * mini-x86.c: use a 1 op rather than a 2 op tls access
8149         instruction -> faster.
8150
8151 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
8152
8153         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from
8154         x86 backend.
8155
8156 2004-08-19 Bernie Solomon <bernard@ugsolutions.com>
8157
8158         * exceptions-sparc.c (throw_exception): fix typo
8159
8160 2004-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
8161
8162         * mini-x86.c, cpu-pentium.md, inssel-x86.brg:
8163         set tree->dreg correctly with tls. Allow any
8164         register to be used.
8165
8166         * mini-x86.c (read_tls_offset_from_method): add new code
8167         generation pattern seen with GCC.
8168
8169
8170 Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
8171
8172         * mini-exceptions.c, exceptions-x86.c, exceptions-amd64.c,
8173         exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
8174         exceptions-sparc.c: fix some performance issues in exception
8175         handling and setting of the stack trace for exceptions that were
8176         already thrown.
8177
8178 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
8179
8180         * mini-amd64.c inssel-amd64.brg cpu-amd64.md: Merge changes from 
8181         x86 backend.
8182         
8183         * mini-amd64.c (mono_arch_is_int_overflow): Handle all possible 
8184         registers.
8185
8186 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
8187
8188         This patch inlines tls access, when possible.
8189         
8190         * mini.h: new arch functions for TLS intrinsics.
8191         All platforms updated with a stub.
8192
8193         * mini.c: use the new intrinsics
8194
8195         * mini-x86.c, cpu-pentium.md, inssel-x86.brg, mini-ops.h:
8196         arch specific intrinsic for tls variables
8197
8198 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
8199
8200         * Makefile.am (libmono_la_LDFLAGS): Enable creating of libmono dll
8201         under windows.
8202
8203 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
8204
8205         * mini.c: thread local allocation
8206
8207 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
8208
8209         * mini-amd64.h (MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS): Enable.
8210
8211         * Makefile.am: Link against the static version of libmonogc.
8212         
8213         * Makefile.am: Link the static versions of the convenience libraries
8214         into the mono executable.
8215
8216         * mini-x86.h mini-x86.c: Throw the correct exception on integer overflow.
8217
8218 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
8219
8220         * mini.h mini.c mini-amd64.h mini-amd64.c: Throw the correct exception
8221         on integer overflow.
8222
8223         * mini-amd64.c: Reorganize function call code.
8224
8225         * mini-amd64.c (peephole_pass): Merge changes from mini-x86.c.
8226
8227 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
8228
8229         * inssel-x86.brg: use xor eax,eax.
8230         
8231         * basic.cs: new tests
8232
8233 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
8234
8235         * mini-amd64.c (mono_arch_emit_epilog): Use RIP relative addressing
8236         in exception throwing code.
8237         
8238 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
8239
8240         * inssel-x86.brg: use xor esi,esi.
8241
8242 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
8243
8244         * driver.c (mono_main): Call mono_trace_parse_options earlier so it
8245         can trace methods compiled during mini_init () too.
8246
8247         * cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle 
8248         CEE_CONV_U4.
8249
8250 2004-08-14 Ben Maurer  <bmaurer@ximian.com>
8251
8252         * Makefile.am: static link on x86 (r=zoltan)
8253
8254 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
8255
8256         * tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
8257         code since it causes some programs to fail.
8258
8259 2004-08-12  Zoltan Varga  <vargaz@freemail.hu>
8260
8261         * mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.
8262
8263 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
8264
8265         * mini.c: ovfops_op_map - add STACK_OBJ case for
8266         CONV_I 
8267         * basic.cs: add test_0_pin_string as test
8268         case for above.
8269
8270 2004-08-11  Bernie Solomon <bernard@ugsolutions.com>
8271
8272         * Makefile.am: build C# if srcdir != builddir
8273
8274 Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
8275
8276         * dominators.c, mini.h, mini-x86.c: fix loop alignment with
8277         fall-through blocks.
8278
8279 Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
8280
8281         * driver.c: enable loop by default again and include abcrem in -O=all.
8282
8283 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
8284
8285         * iltests.il: Add some localloc tests.
8286
8287         * mini.c (mono_method_to_ir): Set stack type of LOCALLOC correctly.
8288
8289         * inssel-amd64.brg inssel-x86.brg: Set dreg of LOCALLOC correctly. 
8290         Fixes #62574.
8291
8292         * inssel-amd64.brg: Add some optimizations.
8293
8294         * mini-amd64.c (mono_arch_setup_jit_tls_data): Add tls offset detection
8295         for gcc-3.4.
8296
8297         * Makefile.am: Statically link mono against libmono on AMD64.
8298         
8299         * mini-amd64.c inssel-amd64.brg: Optimizations.
8300
8301 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
8302
8303         * mini-amd64.c (mono_arch_emit_prolog): Optimize lmf saving a bit.
8304
8305         * tramp-amd64.c: Patch calling code in trampolines.
8306
8307 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
8308
8309         * mini-amd64.c: pinvoke struct passing fixes.
8310
8311 2004-08-05  Bernie Solomon  <bernard@ugsolutions.com>
8312
8313         * mini-sparc.c: redo change, make mono_arch_cpu_init call
8314         mono_arch_cpu_optimizazions so sparcv9 is initialized when embedded
8315
8316 2004-08-05  Duncan Mak  <duncan@ximian.com>
8317
8318         * mini.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
8319         CEE_LDELEM_ANY.
8320
8321 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
8322
8323         * mini-amd64.c (emit_move_return_value): Move return value for normal
8324         calls too.
8325
8326 2004-08-05  Martin Baulig  <martin@ximian.com>
8327
8328         * mini.c (ret_type_to_call_opcode): Don't use a `t' variable for
8329         `type->type'; just modify `type' itself when dealing with enums
8330         and generic instances.
8331         (check_call_signature): Make `simple_type' a `MonoType *'.
8332
8333 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
8334
8335         * mini.c: Use OP_PADD to add offsets to addresses.
8336
8337         * mini-amd64.h: Disable SIGSEGV_ON_ALTSTACK.
8338
8339 2004-08-04  Bernie Solomon  <bernard@ugsolutions.com>
8340
8341         * mini-sparc.c (mono_arch_emit_epilog): fix check
8342         for folding last op into restore instruction
8343
8344 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
8345
8346         * exceptions-amd64.c (mono_arch_get_throw_exception_by_name): Allocate
8347         helper methods using the code manager.
8348         
8349         * exceptions-amd64.c (mono_arch_get_throw_exception): Fix maximum length.
8350
8351         * mini-amd64.c (mono_arch_allocate_vars): Fix tls offset detection.
8352
8353 Tue Aug 3 23:50:00 EST 2004 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
8354         
8355         * mini-s390x.c mini-s390x.h tramp-s390x.c inssel-s390x.brg
8356           cpu-s390x.md exceptions-s390x.c Makefile.am: S/390 64-bit JIT
8357
8358         * mini-s390.c: fix tail processing
8359
8360 Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus@ximian.com>
8361
8362         * mini-ppc.c: mul.ovf.un exception name fix.
8363
8364 2004-08-03  Martin Baulig  <martin@ximian.com>
8365
8366         * mini-x86.c (mono_arch_call_opcode): Correctly handle generic
8367         instances; before jumping to `handle_enum', also modify `ptype'.
8368
8369 2004-08-02  Bernie Solomon  <bernard@ugsolutions.com>
8370
8371         * cpu-sparc.md: fcall maximal length too small.
8372
8373 2004-08-02  Zoltan Varga  <vargaz@freemail.hu>
8374
8375         * mini-amd64.c mini.h: Add initial support for passing/returning 
8376         structures to/from pinvoked methods.
8377
8378 Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus@ximian.com>
8379
8380         * mini-ppc.c: reg allocator fix.
8381
8382 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
8383
8384         * mini-amd64.c (mono_arch_output_basic_block): Fix OP_X86_PUSH_OBJ.
8385
8386         * inssel.brg: Optimize memset on 64 bit machines.
8387
8388         * mini-amd64.c: Fix some vararg cases.
8389
8390 2004-07-30  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
8391
8392         * mini-s390.c: Corrected macro in emit_float_to_int
8393
8394         * s390-abi.cs: Tests to exercise the s390 ABI
8395
8396 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
8397
8398         * exceptions-amd64.c (mono_arch_find_jit_info): Fix restoring of
8399         caller saved regs.
8400
8401         * basic.cs: Add a test for add.ovf.un.
8402
8403 2004-07-30  Bernie Solomon  <bernard@ugsolutions.com>
8404
8405         * mini-sparc.c: add case for OP_IDIV_UN
8406
8407 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
8408
8409         * mini-amd64.c mini-amd64.h mini.c: Add support for vararg pinvoke calls.
8410         
8411         * mini-amd64.c cpu-amd64.md: Ongoing JIT work.
8412
8413 2004-07-30  Ben Maurer  <bmaurer@ximian.com>
8414
8415         * basic.cs: regression tests.
8416
8417         * inssel-x86.brg: Disable cmp BYTE PTR [eax], imm, it causes various
8418         regressions.
8419
8420 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
8421
8422         * basic.cs: Add a new test.
8423
8424         * mini-amd64.c aot.c cpu-amd64.md: Add support for tracing, profiling 
8425         and AOT. Various fixes and optimizations.
8426
8427         * inssel.brg (CALL_REG): Add 64 bit versions of call_reg rules.
8428
8429 Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
8430
8431         * mini-ppc.c: make sure temp regs are not used for global reg
8432         allocation.
8433
8434 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
8435
8436         * cpu-sparc.md: conv_i8 fix for 64bits
8437
8438         * mini-sparc.c: add cases for OP_IXXX codes for 64bits
8439
8440 2004-07-29  Ben Maurer  <bmaurer@ximian.com>
8441         
8442         * cpu-pentium.md, mini-x86.c, inssel-x86.brg, mini-ops.h:
8443         add opcode for cmp BYTE PTR [eax], imm.
8444
8445         * inssel.brg: Make memcpy and memset takes bases.
8446
8447 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
8448
8449         * *-amd64.*: More AMD64 work.
8450         
8451 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
8452
8453         * cpu-pentium.md, inssel-x86.brg, mini-ops.h, mini-x86.c:
8454         add a compare-not-equal opcode.
8455         
8456 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
8457
8458         * mini.c: Use mono_init_from_assembly instead of mono_init.
8459         
8460 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
8461
8462         * mini.c: Fix opcode mapping for STACK_MP on 64 bit platforms.
8463
8464         * mini.c (CEE_NEWOBJ): Call mono_array_new_va using the correct signature.
8465
8466         * mini.c: Use MONO_ARCH_SIGACTION on AMD64 as well.
8467
8468         * inssel.brg: 64 bit fixes.
8469
8470         * mini.h (MonoCallInst): Add some AMD64 specific data.
8471
8472         * mini.h: Add some OP_P opcodes.
8473
8474 2004-07-28  Ben Maurer  <bmaurer@ximian.com>
8475
8476         * basic.cs: tests for 61797 and 61740
8477
8478 Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
8479
8480         * mini-ppc.c, mini-sparc.c, mini-s390.c: keep track of line
8481         numbers in the debug info (spotted by Geoff Norton, <gnorton@customerdna.com>).
8482
8483 2004-07-24  Zoltan Varga  <vargaz@freemail.hu>
8484
8485         * mini-sparc.c (mono_arch_output_basic_block): Add CEE_CONV_U8/I8.
8486
8487         * *-amd64*.*: Ongoing AMD64 work.
8488
8489 2004-07-23 Zoltan Varga <vargaz@freemail.hu>
8490
8491         * inssel-long.brg: Implement CONV_I8/CONV_U8 in the backends.
8492
8493         * *-amd64*: Ongoing AMD64 work.
8494
8495         * mini-arch.h: Add AMD64 support.
8496
8497         * mini-sparc.c (mono_arch_is_inst_imm): New arch dependent function.
8498
8499         * mini.h: Add new arch dependent function mono_arch_is_inst_imm.
8500
8501         * mini-ops.h: Add new opcodes.
8502
8503         * Makefile.am: Add AMD64 support.
8504
8505         * inssel.brg inssel-long32.brg inssel-long.brg: Move mul/div and shift
8506         rules into the inssel-long*.brg files.
8507
8508         * *-amd64.*: Add beginnings of AMD64 backend.
8509
8510 2004-07-22  Ben Maurer  <bmaurer@ximian.com>
8511
8512         * mini.c (print_dfn): commenting out the code that prints
8513         the cil. With -O=deadce, this makes -v -v crash.
8514         
8515         * cpu-pentium.md: make checkthis have a length of 2
8516
8517 2004-04-21  Bernie Solomon  <bernard@ugsolutions.com>
8518
8519         * mini-sparc.h: fix implementations of __builtin
8520         functions for Sun compiler for V9.
8521
8522 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
8523
8524         * mini.c: use the new stelem.ref wrapper
8525         * exceptions.cs, arrays.cs: new stelem.ref tests
8526
8527 Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
8528
8529         * mini-ppc.c, exceptions-ppc.c: cleanups and fixes (the
8530         new XSP should work with these changes).
8531
8532 2004-07-14  Ben Maurer  <bmaurer@ximain.com>
8533         
8534         * inssel-{long32,x86,}.brg: trivial optimizations.
8535         
8536 Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
8537
8538         * mini.c: load value when emitting box operation in
8539         constrained calls.
8540
8541 2004-07-12  Ben Maurer  <bmaurer@ximian.com>
8542
8543         * mini-x86.c (OP_CHECK_THIS): cmp DWORD PTR [eax], eax
8544         is one byte shorter than cmp DWORD PTR [eax], 0.
8545
8546 Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
8547
8548         * inssel-ppc.brg: arguments on the stack are always
8549         relative to the stack pointer (spotted by Neale Ferguson).
8550
8551 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8552
8553         * exceptions-x86.c: delay appending the method name to the trace until
8554         after mono_jit_info_table_find is called, as this gets the real
8555         MonoMethod.
8556
8557 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
8558
8559         * aot.c: register roots
8560
8561 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
8562
8563         * aot.c : I could just use PLATFORM_WIN32 flag.
8564
8565 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
8566
8567         * aot.c : Reverting the previous fix. This time it broke linux build.
8568
8569 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
8570
8571         * aot.c : quick cygwin build fix. mkdir() with two args does not exist.
8572
8573 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
8574
8575         * mini.c (handle_stack_args): Remove some more debugging code.
8576         
8577         * mini.c (handle_stack_args): Remove debug output left in by mistake.
8578
8579         * driver.c mini.h aot.c: Allow additional options to be specified with
8580         --aot and pass them to mono_compile_assembly.
8581
8582         * aot.c: Add experimental code to AOT compile all loaded assemblies
8583         on demand and save the code into a cache in the filesystem.
8584
8585         * aot.c: Add support for more wrapper methods.
8586         
8587         * mini.c (handle_stack_args): Handle some corner cases. Fixes 
8588         58863.
8589
8590         * cpu-*.md: Remove removed opcodes.
8591
8592         * mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
8593         CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
8594         related icalls to marshal.c.
8595
8596 2004-07-06  Zoltan Varga  <vargaz@freemail.hu>
8597
8598         * mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.
8599
8600         * Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.
8601
8602         * inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.
8603
8604 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
8605         * liveness.c: If liveness is recomputated we need to reset the information
8606         for each variable. This way, if the liveness range has been narrowed
8607         by optimizations that happened after the last computation, we can return
8608         a smaller range.
8609         
8610         For example, if you have
8611         
8612         {
8613                 int i = 0;
8614                 
8615                 // Tons of code that does not affect i
8616                 
8617                 i = foo ();
8618                 ...
8619         }
8620         
8621         i = 0 is dead code and will be removed by SSA. However, when
8622         linear scan gets to the code, i will still appear to be live
8623         throughout the entire block. This prevents good register allocation.
8624
8625 2004-07-06  Martin Baulig  <martin@ximian.com>
8626
8627         * debug-mini.c (mono_debug_init_method): Allow
8628         MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
8629         (mono_debug_add_icall_wrapper): New method.
8630
8631         * mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().
8632
8633 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
8634
8635         * mini.c (optimize_branches): Fix linking of bblocks in branch->branch
8636         optimization.
8637
8638 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
8639
8640         * aot.c (mono_aot_load_method): Fix loading of debug info.
8641
8642 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
8643
8644         * aot.c: Add logging support.
8645
8646 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
8647
8648         * mini.h: Add prototype for mono_print_method_from_ip.
8649
8650         * mini.c: 64 bit fixes. Use LCOMPARE for comparing longs.
8651
8652         * inssel.brg: 64 bit fixes.
8653
8654         * inssel.brg inssel-long32.brg: Move 32 bit arithmetic rules to 
8655         inssel-long32.brg.
8656
8657         * Makefile.am: Add SPARC64 support.
8658
8659 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
8660
8661         * aot.c: Fix alignment problems on 32 bit platforms.
8662
8663 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
8664
8665         * helpers.c (mono_disassemble_code): Pass -xarch=v9 to assembler on
8666         SPARC64.
8667
8668         * aot.c: Add SPARC64 support. Reorganize patch table to fix alignment
8669         problems.
8670
8671         * mini.h: Bump AOT file version. Some 64 bit fixes.
8672
8673 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
8674
8675         * inssel-sparc.brg: Add new rule to avoid register moves.
8676
8677         * inssel.brg: Add ldind_to_load_membase helper function.
8678
8679 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
8680
8681         * mini.c: OffsetToStringData intrinsic.
8682         
8683 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
8684
8685         * ssa.c: Handle OP_LCOMPARE the same as OP_COMPARE.
8686
8687         * objects.cs exceptions.cs basic.cs basic-long.cs basic-calls.cs: New
8688         regression tests.
8689
8690         * mini-ops.h cpu-sparc.md mini-sparc.h mini-sparc.c exceptions-sparc.c tramp-sparc.c inssel-long.brg: Add SPARC64 support.
8691 Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
8692
8693         * mini.c: reinstated mono_compile_get_interface_var()
8694         on x86, too, since the change breaks the Gtk# build there as well.
8695
8696 Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
8697
8698         * driver.c: remove loop from the default optimizations: it seems to
8699         interact badly with some of the other options (see bug #60613).
8700
8701 2004-06-25  Zoltan Varga  <vargaz@freemail.hu>
8702
8703         * mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann 
8704         (fld@informatik.uni-bremen.de): Add Solaris x86 support.
8705
8706 Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus@ximian.com>
8707
8708         * mini-ppc.c, cpu-g4.md: small updates to be able to compile
8709         vararg-using methods.
8710
8711 2004-06-21  Martin Baulig  <martin@ximian.com>
8712
8713         * mini/mini-exceptions.c
8714         (mono_handle_exception): Added `gpointer original_ip' argument.
8715         After calling mono_unhandled_exception(), call
8716         mono_debugger_unhandled_exception() and if that returns true,
8717         restore the context and return.
8718
8719 Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
8720
8721         * mini-ppc.c: prefer the use of relative branches so
8722         they won't need to be patched in aot code (patch from Patrick Beard).
8723
8724 Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
8725
8726         * aot.c: patch from Patrick Beard to make the output assembly
8727         more correct for the MacOSX assembler. Small tweak to
8728         generate sane images on Linux/PPC, too.
8729
8730 Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
8731
8732         * mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
8733         case until bug #59509 is fixed (shows up in #60332).
8734
8735 Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
8736
8737         * mini.c: make sure the needed wrappers are compiled, too, with
8738         precomp.
8739
8740 Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus@ximian.com>
8741
8742         * driver.c: remove NPTL reference in --version output.
8743
8744 Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
8745
8746         * aot.c: patch from Patrick Beard (pcbeard@mac.com) to
8747         generate valid assembly for the Mach-O assembler.
8748
8749 Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
8750
8751         * driver.c: don't include abcrem in the all optimization specifier
8752         since it slows down jit compilation too much for now.
8753
8754 2004-06-12 Ben Maurer  <bmaurer@users.sourceforge.net>
8755
8756         * mini.c: use BIGMUL only if both operands have the same signage.
8757         * iltests.il: Test for bug 60056. (errors related to signage in
8758         BIGMUL).
8759
8760         r=lupus.
8761
8762 Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus@ximian.com>
8763
8764         * mini.c, aot.c: memory leak fixes.
8765
8766 Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
8767
8768         * inssel-long32.brg: implemented a few missing ulong cast opcodes.
8769
8770 Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
8771
8772         * Makefile.am: remove the -static hack completely, it links in
8773         statically glib as well.
8774
8775 Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus@ximian.com>
8776
8777         * iltests.il, mini.c: fixed bug#59580 in branch optimization.
8778         * exceptions.cs: make it compile with new mcs/csc.
8779
8780 2004-06-03 Massimiliano Mantione <massi@ximian.com>
8781         * cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
8782         and added relevant test case.
8783
8784 Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
8785
8786         * mini.c revert Zoltan's fix to bug#58863 on ppc, since it causes
8787         regressions in gtk-sharp.
8788
8789 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
8790
8791         * exceptions.cs: New regression tests.
8792
8793         * jit-icalls.c (mono_llmult_ovf): Fix some boundary conditions.
8794
8795 Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
8796
8797         * mini.c: emit castclass/isinst in their own trees (bug #54209/59057).
8798
8799 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
8800
8801         * mini-sparc.h (MONO_ARCH_NEED_DIV_CHECK): Define this.
8802
8803         * cpu-sparc.md mini-sparc.c: Add overflow detection to div opcodes.
8804
8805 2004-05-28      Patrik Torstensson <totte@hiddenpeaks.com>
8806
8807         * mini.c (mono_jit_runtime_invoke): Init class in this
8808         method instead of trusting mono_jit_compile_method to
8809         do the work (because wrappers can be in object class)
8810
8811 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
8812
8813         * mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.
8814
8815         * basic-long.cs: New regression test.
8816
8817 Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
8818
8819         * cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
8820         and div/rem checks.
8821
8822 Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
8823
8824         * Makefile.am: fix miguel's change to build mono statically against
8825         libmono (track build dependencies).
8826
8827 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
8828
8829         * cfold.c: Some glib versions do not have G_MININT32.
8830
8831 2004-05-26  Massimiliano Mantione  <massi@ximian.com>
8832
8833         * mini-x86.c cpu-pentium.md Makefile.am basic-math.cs: Fixed problem
8834         with precision of tan, atan, sin and cos, and implemented related
8835         regressions tests (fixes bug 54467, but one new problem appeared and
8836         is not fixed yet).
8837
8838 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
8839
8840         * cfold.c (FOLD_BINOPZ): Avoid division by zero.
8841
8842         * exceptions.cs: Add test for constant folding && division by zero.
8843
8844         * driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
8845         since driver.c is in libmono too, so the optimization was useless.
8846
8847         * driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS 
8848         variable to driver.c so the compiler can emit more efficient code to
8849         access them.
8850
8851 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8852
8853         * Makefile.am: don't distribute generated inssel.[ch] files.
8854
8855 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
8856
8857         * mini.c (mono_jit_compile_method_with_opt): Really emit icall wrappers
8858         into the default appdomain. Fixes #58707.
8859
8860         * jit-icalls.c: Remove the broken approximation for truncl, doing
8861         no conversion is better.
8862
8863         * mini.c (handle_stack_args): Avoid reusing variables for stack slots.
8864         Fixes #58863.
8865
8866 Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
8867
8868         * mini-ops.h, mini-ppc.c, cpu-g4.md, inssel-ppc.brg: eliminate the use
8869         of the mcrxr instruction which is not available on some processors
8870         even if it's documented to be. Implement add and sub overflow correctly
8871         (still not complete for long unsigned). Speed up icalls a bit.
8872
8873 2004-05-25 13:01 CET Patrik Torstenson <totte@hiddenpeaks.com>
8874
8875         * mini.c (mono_jit_compile_method_with_opt): Make sure that
8876         we run .cctor in the current domain instead of target_domain.
8877         
8878         Fixes bug #58558, .cctor not being called in -O=shared.
8879
8880 Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
8881
8882         * mini-ppc.h, jit-icalls.c: added explicit checks for divide by zero.
8883
8884 2004-05-24 Ben Maurer  <bmaurer@users.sourceforge.net>
8885
8886         * mini-x86.c (EMIT_COND_BRANCH): If an OP_LABEL has an offset
8887         which can be done with an imm8, do it that way.
8888         (mono_arch_output_basic_block): ditto for a jmp
8889         (mono_arch_emit_prolog): Computate maximum offset of a label.
8890
8891 2004-05-24 18:18 CET Patrik Torstenson <totte@hiddenpeaks.com>
8892
8893         * mini-x86.c (mono_arch_local_regalloc): the reg allocator
8894         now tries to allocate prefered physical reg's for virtual
8895         regs. This reduces the number of emited spills/loads with
8896         20-30% on our core assemblies.
8897
8898 Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
8899
8900         * jit-icalls.c: truncl() is not needed and trunc() is
8901         the correct thing to do anyway (bug #58287).
8902
8903 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
8904
8905         * mini-sparc.c (mono_arch_flush_icache): Call sync_instruction_memory
8906         if available.
8907
8908 Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
8909
8910         * driver.c: enable loop optimizations by default.
8911
8912 Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus@ximian.com>
8913
8914         * mini-x86.c: fix calc of max loop size when aligning loops start.
8915
8916 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
8917
8918         * ssa.c (mono_ssa_cprop): Allocate carray dynamically instead of on
8919         the stack.
8920
8921 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
8922
8923         * mini-sparc.c (mono_arch_output_basic_block): ADD_IMM and SUB_IMM
8924         should set carry.
8925
8926         * basic-long.cs: Add tests for add/subtract of immediates with carry.
8927
8928         * mini.c exceptions-x86.c: Remove MONO_USE_EXC_TABLES stuff.
8929         
8930         * mini.c (inline_method): Allways inline some wrappers even if the cost
8931         is too large. Fixes #58785.
8932
8933         * mini.c: Add support for MARSHAL_CONV_FTN_DEL.
8934         
8935 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
8936
8937         * mini-sparc.c exceptions-sparc.c: Applied patch from Mark Crichton
8938         (crichton@gimp.org). Beginning of support for sparc/linux.
8939
8940         * mini-sparc.c: Optimize retrieval of LMF address.
8941
8942 Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus@ximian.com>
8943
8944         * exceptions-ppc.c:  handle alloca in methods with clauses.
8945
8946 Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus@ximian.com>
8947
8948         * mini-ppc.c: cleanups, off-by-one fixes, avoid recursive thunks.
8949
8950 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
8951
8952         * mini.c: Delegate most of the abort signal work to 
8953           mono_thread_request_interruption, which also handles Stop and Suspend
8954           states.
8955
8956 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
8957
8958         * mini.c mini.h: Allow inlining of icall wrappers if the backend 
8959         supports the save/restore lmf opcodes.
8960
8961 2004-05-19  Zoltan Varga  <vargaz@freemail.hu>
8962
8963         * mini-x86.c (mono_arch_setup_jit_tls_data): Handle code generated
8964         by gcc-3.4 as well.
8965
8966         * mini-x86.h mini-x86.c tramp-x86.c: Optimize lmf restoring code.
8967
8968 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
8969
8970         * mini.h mini.c (mini_method_compile): Only run abc removal pass on 
8971         methods which contain array accesses.
8972
8973         * mini.c (CEE_LDTOKEN): Handle this instruction correctly on bb
8974         boundaries. Fixes #58537.
8975
8976         * iltests.il: Add regression test for #58537.
8977
8978 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
8979
8980         * mini-x86.c (mono_arch_local_regalloc): Last part of
8981         fix for bug #58633 (releasing register to early).
8982
8983 2004-05-18  Miguel de Icaza  <miguel@ximian.com>
8984
8985         * basic-long.cs: Add new regression test.
8986
8987 2004-05-18  Patrik Torstensson <totte@hiddenpeaks.com>
8988
8989         * mini-x86.c (mono_arch_local_regalloc): Avoid releasing a
8990         register too early on the chain.
8991
8992 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
8993
8994         * mini.c (create_helper_signature): Use a helper function to reduce
8995         the code which needs to be written. Also set the calling convention of
8996         icalls on windows. Fixes #57840.
8997
8998 Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus@ximian.com>
8999
9000         * mini.h, exceptions-x86.c, exceptions-sparc.c, exceptions-s390.c,
9001         exceptions-ppc.c: added helper function to get the instruction address
9002         from a signal handler context.
9003
9004 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
9005
9006         * helpers.c: use g_get_tmp_dir. Invokes happyness 
9007         from gonzalo.
9008
9009 2004-05-17 Ben Maurer  <bmaurer@users.sourceforge.net>
9010
9011         * helpers.c: Add new env variable to pass args to objdump.
9012         Specifically for those of us who love -Mintel. r=miguel, gonzalo.
9013
9014 2004-05-17  Radek Doulik  <rodo@ximian.com>
9015
9016         * Makefile.am (common_sources): added abcremoval.h so it get
9017         disted and daily mono packages on go-mono.com will build again
9018
9019 2004-05-17  Massimiliano Mantione  <massi@ximian.com>
9020
9021         * abcremoval.c: Fixed coding style, added copyright header.
9022
9023         * abcremoval.h: Fixed style and moved prototype to mini.h, added copyright header.
9024
9025         * mini.h: Added prototype for abc removal main function.
9026
9027         * build_relations_propagation_table.pl: Added copyright header.
9028
9029 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
9030
9031         * basic-long.cs: reg test for complex ceq_long bug.
9032
9033 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
9034
9035         * mini-x86.c (mono_arch_local_regalloc): Correctly free 
9036         reg in long and clob case (bug #58343). Fixed/added comments.
9037
9038 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
9039
9040         * mini.c (mono_jit_runtime_invoke): Follow new convention
9041         of calling the invoke method with an function pointer.
9042
9043 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
9044
9045         * ChangeLog: Fix author of memory leak patch.
9046
9047 Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
9048
9049         * Makefile.am: fix make dist as well...
9050
9051
9052 2004-05-14  Massimiliano Mantione  <massi@ximian.com>
9053
9054         * cfold.c: Made so that conversions from pointer to int4 are no-ops
9055         on archs where pointers are 4 bytes long.
9056
9057         * Makefile.am: Added abcremoval.c source file.
9058
9059         * abcremoval.c: Added abcremoval.c.
9060
9061         * abcremoval.h: Added abcremoval.h.
9062
9063         * build_relations_propagation_table.pl: Added build_relations_propagation_table.pl.
9064
9065         * inssel.brg: Enabled bounds check removal.
9066
9067         * mini.c: Added support for abcrem optimization.
9068
9069         * mini.h: Added abcrem optimization label.
9070
9071         * driver.c: Added support for abcrem optimization.
9072
9073         * propagated_relations_table.def: Added propagated_relations_table.def.
9074
9075 Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
9076
9077         * mini.c, cfold.c: fix style.
9078
9079 Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
9080
9081         * mini.c: handle issue with the low-level implementation of
9082         some long opcodes (bug #54209).
9083
9084 2004-05-13 Ben Maurer  <bmaurer@users.sourceforge.net>
9085
9086         * basic.cs: test for my new cmov stuff.
9087
9088 2004-05-13      Patrik Torstensson
9089
9090         * mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
9091         opt and added peephole documentation.
9092
9093 Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
9094
9095         * tramp-ppc.c: rewrote the generic trampoline code.
9096
9097 2004-05-11      Patrik Torstensson
9098
9099         * mini-x86.c: optimize long shl/shr asm code (one less branch)
9100
9101 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
9102
9103         * basic.cs basic-long.cs objects.cs: Make these compile under MS csc.
9104
9105         * mini.h mini.c dominators.c: Applied patch from Derek Woo
9106         (derek@eecg.toronto.edu): Fix memory leaks in loop optimizations.
9107
9108         * mini.c: Add new icalls for AsAny marshalling.
9109
9110 Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus@ximian.com>
9111
9112         * tramp-ppc.c, mini-ppc.c: more cleanups.
9113
9114 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9115
9116         * mini.c: no warnings.
9117
9118 Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
9119
9120         * mini-ppc.c, mini.c: use mono_resolve_patch_target ().
9121
9122 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
9123
9124         * mini.c: In the thread abort signal handler, if the thread is in the
9125         process of being stoped, don't throw the Abort exception, just stop the
9126         thread.
9127
9128 Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus@ximian.com>
9129
9130         * tramp-ppc.c: removed old code.
9131
9132 Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
9133
9134         * mini.h, mini-ppc.c, cfold.c: export mono_is_power_of_two().
9135         do some simple speed optimizations on ppc.
9136
9137 Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
9138
9139         * mini-ppc.c, cpu-g4.md: fixes to handle large stack frames
9140         and large offsets in load/store.
9141
9142 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
9143
9144         * mini-x86.c (mono_arch_local_regalloc): Remove the previous fix, since
9145         it causes regressions.
9146
9147 2004-05-07  Zoltan Varga  <vargaz@freemail.hu>
9148
9149         * mini-sparc.c: Fix vararg support + add beginnings of sigaltstack
9150         support.
9151
9152 Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
9153
9154         * jit-icalls.c: remove warnings.
9155         * inssel-x86.brg, inssel.brg, mini-x86.c, cfold.c: some simple
9156         speedups for unsafe code.
9157
9158 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
9159
9160         * inssel.brg: Optimize Stind.[ui][12]. r=zoltan.
9161
9162 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
9163
9164         * basic-calls.cs: Add new regression test.
9165
9166         * mini.c (mono_runtime_install_handlers): Use SA_ONSTACK since it is
9167         more portable.
9168
9169         * mini.c (mono_method_to_ir): Handle opcode emulation for *_OVF opcodes.
9170
9171         * mini-x86.c (mono_arch_local_regalloc): Free new_dest register when it
9172         is no longer used.
9173
9174 2004-05-06      Patrik Torstensson
9175
9176         * mini-x86.[c|h], inssel-x86.brg, cpu-pentium.md, mini.c: enabled
9177         long reg allocation in any reg (not only eax:edx) and implemented 
9178         long shl/shr ops in asm instead of helpers.
9179
9180 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
9181
9182         * mini-sparc.h: Fix warnings.
9183
9184         * exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
9185         stack.
9186
9187         * mini-exceptions.c (mono_handle_exception): Call the filter in a
9188         separate statement for clarity.
9189
9190         * mini-sparc.c: Update status.
9191
9192 2004-05-04  Zoltan Varga  <vargaz@freemail.hu>
9193
9194         * mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
9195         here.
9196
9197 Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
9198
9199         * inssel-ppc.brg: another small pre-release workaround:
9200         we don't do overflow detection for long_sub_un.
9201
9202 Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
9203
9204         * mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
9205         (also works around a weird ppc bug: 57957).
9206
9207 Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
9208
9209         * tramp-ppc.c: trampoline fixes.
9210
9211 Fri Apr 30 15:54:26 EDT 2004    Paolo Molaro <lupus@ximian.com>
9212
9213         * mini-ppc.c: fixed typos.
9214
9215 Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
9216
9217         * mini-ppc.c, exceptions-ppc.c: more code saves registers
9218         at the top of the stack. Fixed typos. Use a frame registers
9219         for all the methods with exception clauses.
9220
9221 Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
9222
9223         * exceptions-ppc.c: restore fp registers.
9224
9225 Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus@ximian.com>
9226
9227         * mini-ppc.c, exceptions-ppc.c: save the registers in reverse
9228         order from the stack top (moved the stack room to save the
9229         return value for trace after the param area). Fixed corruption
9230         in restoring registers on unwind.
9231
9232 Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
9233
9234         * mini-ppc.c, cpu-g4.md: fixed unisgned -> double conversion.
9235
9236 Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
9237
9238         * exceptions-ppc.c, mini-ppc.h, mini-ppc.c: fixed localloc
9239         and prolog/epilog for methods that use it. Allow
9240         enough param area room for varargs methods. Fix miguel's
9241         breakage in exception handling.
9242
9243 Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus@ximian.com>
9244
9245         * Makefile.am: run genmdesc only on current arch.
9246
9247 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9248
9249         * exceptions-x86.c:
9250         * mini-x86.h: fix the build on windows.
9251
9252 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
9253
9254         * 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.
9255
9256         * exceptions-sparc.c exceptions-ppc.c exceptions-s390.c mini-ppc.h mini-s390.h mini-sparc.h: Fix up ports after changes.
9257
9258         * mini-exceptions.c: New file.
9259         
9260         * mini.c mini-exceptions.c mini-x86.h exceptions-x86.c Makefile.am:
9261         Move some parts of the x86 exception handling code to an 
9262         arch-independent file so it can be shared with other ports.
9263
9264 Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
9265
9266         * trace.c, cpu-g4.md, inssel-ppc.brg, mini-ppc.c: some fixes for FP code.
9267
9268 2004-04-26  David Waite  <mass@akuma.org>
9269
9270         * driver.c: remove comma from end of enumeration declaration
9271
9272 2004-04-26  Jackson Harper  <jackson@ximian.com>
9273
9274         * driver.c: parse config file before loading first assembly. This
9275         allows the user gac to be enabled/disabled. 
9276         
9277 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
9278
9279         * mini-ppc.c (ppc_patch): Replaced the branch code patching with a
9280         simpler mechanism: we do not care what is encoded initially
9281         (branch absolute or relative), we care about the code and its
9282         target.  I kept the old code for reference for now.
9283
9284         The new code tries first to determine if the jump is anywhere in
9285         the -/+32 absolute meg range, if it succeeds, it encodes using the
9286         absolute branch;  If not, it tried to find something in the
9287         relative range, if not, it uses the handle_thunk code. 
9288
9289 Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus@ximian.com>
9290
9291         * exceptions-ppc.c: use the correct ip register on macosx.
9292
9293 Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus@ximian.com>
9294
9295         * exceptions.c, mini.c, mini-ppc.h: adapt code to macosx.
9296
9297 Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus@ximian.com>
9298
9299         * mini-ppc.c, cpu-g4.md: made the branch macros more flexible.
9300         Raise exception on integer divide by zero by hand since the hw
9301         doesn't support it. Handle NaNs in FP compares.
9302
9303 Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
9304
9305         * exceptions-ppc.c, mini-ppc.h, mini.c: simplified some
9306         code reducing duplication between the platforms and enabled
9307         signal exception handling (on linux for now).
9308
9309 Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus@ximian.com>
9310
9311         * exceptions-ppc.c: more macosx support.
9312
9313 Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
9314
9315         * mini-ppc.h, mini-ppc.c, cpu-g4.md: enable bigmul optimization.
9316
9317 Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
9318
9319         * mini.h, mini-ppc.c, cpu-g4.md: support for implicit exceptions.
9320
9321 2004-04-19 Ben Maurer  <bmaurer@users.sourceforge.net>
9322
9323         * iltests.il: more tests.
9324
9325 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
9326
9327         * mini-*.c (mono_arch_get_allocatable_int_vars): Skip written-only
9328         vars as well.
9329
9330 Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
9331
9332         * mini-ppc.c: some fixes to bootstrap mcs/corlib/etc.
9333
9334 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
9335
9336         * liveness.c: Mark variables as volatile in all basic blocks reachable
9337         from exception clauses.
9338
9339 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
9340
9341         * exceptions.cs (test_0_rethow_stacktrace): Make this work with
9342         inlining.
9343
9344 2004-04-18 Ben Maurer  <bmaurer@users.sourceforge.net>
9345
9346         * iltests.il, basic.cs: more tests for regalloc.
9347
9348 2004-04-17 Ben Maurer  <bmaurer@users.sourceforge.net>
9349
9350         * iltests.il: Some tests for register allocation modifications
9351         I have locally.
9352
9353 2004-04-16  Zoltan Varga  <vargaz@freemail.hu>
9354
9355         * exceptions.cs: Add regression test for bug #56782.
9356
9357         * exceptions-*.c (mono_arch_handle_exception): Do not overwrite the
9358         original stack trace if an exception is rethrown. Fixes #56782. Oh,
9359         the beauty of fixing the same thing in 5 different files...
9360
9361 2004-04-15  Zoltan Varga  <vargaz@freemail.hu>
9362
9363         * mini.c (mono_method_to_ir): Do not compute coverage for inlined
9364         methods.
9365
9366 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
9367
9368         * mini.c: Add support for STRWLPARRAY marshalling convention.
9369
9370 Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
9371
9372         * exceptions-ppc.c: missing fixes in mono_jit_walk_stack (need
9373         to init the context to setup the regs pointer).
9374
9375 Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
9376
9377         * exceptions-ppc.c: more exceptions work.
9378
9379 Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
9380
9381         * mini.c: avoid reusing the same MonoInst on multiple trees: this is
9382         not allowed.
9383
9384 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
9385
9386         * inssel-x86.brg (reg): Add new rules for add, sub and mul that
9387         can use the memory directly.
9388
9389         * cpu-pentium.md: Update documentation from a post from Zoltan. 
9390
9391         add x86_add_membase, x86_sub_membase, x86_mul_membase
9392
9393 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
9394
9395         * mini-ppc.c: Remove unused definitions FLOAT_REGS and
9396         GENERAL_REGS they were also hardcoded for all PPC ports.
9397
9398         (add_general): Use PPC_NUM_REG_ARGS instead of GENERAL_REGS.
9399
9400         Remove hard-coded limit for floating point registers, use
9401         PPC_LAST_FPARG_REG instead in MONO_TYPE_R4 and MONO_TYPE_R8.
9402
9403         Notice that in MacOS X calling conventions you can fit a lot more
9404         floating point values in registers, so I should update the PInvoke
9405         test to excercise the passing of floating point values on the
9406         stack (currently broken).
9407         
9408 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
9409
9410         * tramp-ppc.c (create_trampoline_code): Added
9411         JUMP_TRAMPOLINE_SIZE. 
9412         (ppc_magic_trampoline): Follow the pattern from
9413         x86_magic_trampoline: if code is set to zero, return. 
9414         (create_trampoline_code): Always pass MonoMethod to the jump
9415         trampoline, before it was passing a null.
9416         (mono_arch_create_jump_trampoline): Implement the jump stub, could
9417         share the code with mono_arch_create_jit_trampoline. 
9418
9419         * mini-ppc.c (mono_arch_output_basic_block): CEE_JMP opcode
9420         implemented.
9421         (mono_arch_patch_code): MONO_PATCH_INFO_METHOD_JUMP patch type
9422         implemented.  
9423
9424         * cpu-g4.md: Added length for jmp instruction, the worst case
9425         scenario is 92 bytes (4 mandatory bytes, potential 19 registers
9426         for save_lmf).
9427
9428 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
9429
9430         * aot.c (mono_compile_assembly): Add back unlink removed by mistake.
9431
9432 2004-04-07  Zoltan Varga  <vargaz@freemail.hu>
9433
9434         * mini.c: Only set bblock->real_offset when adding a new bblock, and
9435         before each IL instruction.
9436
9437         * mini.c (CEE_BOX): Fix warnings.
9438
9439 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9440
9441         * mini.c: removed a few unused vars and extra whitespace.
9442
9443 2004-04-05 Ben Maurer  <bmaurer@users.sourceforge.net>
9444
9445         * inssel.brg (MONO_EMIT_BOUNDS_CHECK): a new macro to emit bounds
9446         checks.
9447         (MONO_EMIT_BOUNDS_CHECK_IMM): the above, but when you know the
9448         index.
9449         (OP_GETCHR): use the above
9450         (CEE_LDELEMA): use the above.
9451
9452         * inseel-x86.brg (MONO_EMIT_BOUNDS_CHECK): a faster and smaller
9453         version of the generic impl.
9454         (MONO_EMIT_BOUNDS_CHECK_IMM): the same
9455         (CEE_LDELEMA): use the above.
9456
9457 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
9458
9459         * inssel-long32.brg (CEE_CONV_OVF_I8): Sign extend the i4 value to i8.
9460         Fixes #56317.
9461
9462         * iltests.il: Added new regression test for #56317.
9463
9464 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
9465
9466         * mini-x86.c (mono_arch_setup_jit_tls_data): Use pthread_attr_get_np
9467         under NetBSD. Fixes #56450.
9468
9469         * liveness.c (update_gen_kill_set): Fix previous patch.
9470
9471 2004-04-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9472
9473         * mini-x86.h: SA_STACK defined as SA_ONSTACK. Fixed build under NetBSD.
9474
9475 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
9476
9477         * mini.c (mono_method_to_ir): Avoid handle_loaded_temps in
9478         ldsfld and ldsflda.
9479
9480         * inssel-sparc.brg: Add more optimizations.
9481
9482         * mini-sparc.c: Replace multiply/divide with shifts if possible.
9483
9484 2004-04-01  Martin Baulig  <martin@ximian.com>
9485
9486         * mini.c (handle_box): New static function; moved the
9487         implementation of CEE_BOX here.
9488         (mono_method_to_ir): Added `constrained_call' variable.
9489         (mono_method_to_ir:CEE_CONSTRAINED_): Set it.
9490         (mono_method_to_ir:CEE_CALL): If `constrained_call' is set, use
9491         mono_method_get_constrained() to get the method.
9492
9493 2004-04-01  Martin Baulig  <martin@ximian.com>
9494
9495         * mini.c (TYPE_PARAM_TO_TYPE, TYPE_PARAM_TO_CLASS): Removed.
9496         (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): Removed.
9497         (mono_method_to_ir): We don't need these macros anymore since
9498         mono_class_get_full() already takes care of it. 
9499
9500 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9501
9502         * aot.c: set aot_verbose to 0, fixed format string that caused sigsegv,
9503         use @function (as doesn't accept #function here) and check the return
9504         value of system and stop if fails.
9505
9506 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9507
9508         * mini.c: set the timeout to 2s when calling mono_domain_finalize.
9509
9510 2004-03-31  Zoltan Varga  <vargaz@freemail.hu>
9511
9512         * mini-ppc.c (mono_arch_patch_code): Fix ppc build.
9513
9514         * inssel-sparc.brg mini-sparc.c aot.c: Implement AOT support.
9515
9516         * inssel-long32.brg (OP_LNEG): Use ADC instead of ADD here. Fixes
9517         #56223.
9518
9519         * basic-long.cs: Add test for negation of Int64.MinValue.
9520
9521 2004-03-30  Zoltan Varga  <vargaz@freemail.hu>
9522
9523         * mini-sparc.c: Update status.
9524
9525         * mini-sparc.c tramp-sparc.c: Save lmf in trampolines.
9526
9527         * exceptions-sparc.c: Fix return value in filters.
9528
9529         * inssel-sparc.brg: Fix register allocation in some rules.
9530
9531 2004-03-28  Martin Baulig  <martin@ximian.com>
9532
9533         * mini.c (mmono_method_to_ir): In CEE_STELEM, do a handle_stobj()
9534         if neccessary.  
9535
9536 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
9537
9538         * mini-x86.c (mono_arch_patch_code): Fix warnings.
9539         
9540         * mini-x86.c (mono_arch_output_basic_block): Fix CEE_MUL_OVF_UN if 
9541         dreg is not EAX. Thanks to Willibard Krenn for spotting this. Also
9542         remove unused conv_u4 opcode.
9543
9544         * mini-x86.c: Remove valgrind workaround since it slows down things
9545         even when mono is not run under valgrind.
9546
9547 2004-03-26  Zoltan Varga  <vargaz@freemail.hu>
9548
9549         * mini-sparc.c: Update status.
9550
9551         * inssel-sparc.brg: Add some optimizations.
9552
9553         * inssel-sparc.brg mini-sparc.c: Rework branch instructions to allow
9554         future delay slot filling. Add support for varargs, tail calls and JMP.
9555
9556         * inssel.brg mini-ops.h mini.c: Use OP_REFANYTYPE instead of 
9557         CEE_REFANYTYPE, since CEE_REFANYTYPE needs a prefix to be unique.
9558
9559         * inssel.brg: Fix register allocation in OP_ARGLIST.
9560
9561         * inssel.brg: Fix warnings.
9562
9563 2004-03-25  Martin Baulig  <martin@ximian.com>
9564
9565         * mini.c (inflate_generic_field): Removed.
9566         (mini_get_method): Removed, use mono_get_method_full(),
9567         (mini_get_class): Removed, use mono_class_get_full().
9568         (mono_method_to_ir): Pass our generic context to
9569         mono_field_from_token().        
9570
9571 2004-03-25  Martin Baulig  <martin@ximian.com>
9572
9573         * mini.c (mini_get_class): Take a `MonoGenericContext *' instead
9574         of a `MonoMethod *'.
9575         (mini_get_method): Take a `MonoGenericContext *' instead
9576         of a `MonoMethod *'.
9577         (TYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_TYPE): mono_method_to_ir() has
9578         a new local variable called `generic_context' which holds the
9579         current `MonoGenericContext *'; use it to lookup things.
9580
9581 2004-03-24  Martin Baulig  <martin@ximian.com>
9582
9583         * mini.c (mini_get_class): New static method; if we're inside a
9584         generic instance, inflate the class if neccessary.
9585         (mono_method_to_ir): Use mini_get_class() instead of mono_class_get().
9586
9587 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
9588
9589         * iltests.il: New regression test for #55976.
9590
9591         * mini.c (mono_method_to_ir): Empty the stack in endfinally. Fixes
9592         #55976.
9593
9594 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
9595
9596         * exceptions-sparc.c (mono_sparc_handle_exception): Remove debugging
9597         output.
9598
9599 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
9600
9601         * liveness.c: Consider SSA stores as well as loads when making vars
9602         volatile.
9603
9604         * exceptions.cs: New regression tests for register allocation.
9605         
9606 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
9607
9608         * mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
9609         * mini.c: Removed domain lock from mono_jit_compile_method_with_opt. Use
9610           domain lock only to protect puntual access to data structures.
9611           Added access lock for sighash, jit_icall_hash_name, 
9612           jit_icall_hash_addr and domain->code_mp.
9613
9614 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
9615
9616         * driver.c: Print SIGSEGV handling method.
9617
9618         * mini-x86.c (mono_arch_free_jit_tls_data): Add missing ifdef.
9619
9620         * mini.c (setup_jit_tls_data): Handle case when this is called
9621         multiple times for a thread.
9622
9623         * mini-x86.c cpu-pentium.md: Fix floating point branch opcodes so fbxx 
9624         is different from fbxx_un. Fixes #54303. Also use constants instead of
9625         magic numbers in a lot of places.
9626
9627 2004-03-19  Zoltan Varga  <vargaz@freemail.hu>
9628
9629         * exceptions.cs: Fix cctor test when --regression is used.
9630
9631 Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
9632
9633         * mini-ppc.c, exceptions-ppc.c: basic exceptions support 
9634         for Linux/ppc.
9635
9636 Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
9637
9638         * inssel-ppc.brg: fixed register assignments for some rules.
9639
9640 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
9641
9642         * exceptions.cs: Add test for exceptions in static constructors.
9643
9644         * mini.c (mono_jit_compile_method_with_out): Move the calling of
9645         static constructors outside the domain lock. Fixes #55720.
9646
9647 2004-03-17  Martin Baulig  <martin@ximian.com>
9648
9649         * mini.c (get_generic_field_inst): Removed, this'll never happen.
9650         (inflate_generic_field): Take the `MonoMethod *' instead of the
9651         `MonoClass *' and added support for generic method.
9652         (mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
9653         have a `field->parent->gen_params', only inflate the field if it's
9654         an open constructed type.
9655
9656 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
9657
9658         * exceptions-x86.c (mono_arch_handle_exception): Allocate a new
9659         exception object instead of the preconstructed ones.
9660
9661 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9662
9663         * mini.c: reverted changed to sigsegv_signal_handler commited
9664         accidentally in the previous patch.
9665
9666 2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9667
9668         * mini.c:
9669         (mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
9670         running --aot with an old assembly.
9671
9672 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
9673
9674         * mini-sparc.c (mono_arch_instrument_epilog): Fix handling of floating
9675         point values.
9676
9677         * mini-sparc.c: Add support for v9 branches with prediction.
9678
9679 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
9680
9681         * mini.c (mini_init): #warning is GNUC only
9682
9683         * mini-sparc.h: implement __builtin_frame_address
9684         and __builtin_return_address for Sun C compiler
9685
9686 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
9687
9688         * exceptions-sparc.c (mono_arch_has_unwind_info): Add missing function.
9689
9690 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
9691
9692         * basic-calls.cs: Add test for unaligned byref long argument passing.
9693
9694         * mini-ops.h: Add sparcv9 compare and branch instructions.
9695
9696         * inssel-sparc.brg mini-sparc.h mini-sparc.c cpu-sparc.md: Use some
9697         v9 instructions if we have a v9 cpu.
9698
9699         * mini-sparc.c (mono_arch_get_global_int_regs): Use unused input
9700         registers for global allocation.
9701
9702         * exceptions-sparc.c: Fixes.
9703         
9704 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
9705
9706         * liveness.c (mono_analyze_liveness): Optimized version.
9707
9708         * inssel-sparc.brg cpu-sparc.md: Ongoing sparc work.
9709
9710         * mini-sparc.h mini-sparc.c tramp-sparc.c exceptions-sparc.c: Ongoing
9711         sparc work.
9712
9713         * basic-float.cs basic-calls.cs: New regression tests.
9714
9715 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
9716
9717         * mini-x86.h: Define SIGSEGV_ON_ALTSTACK only if we have a working
9718         sigaltstack implementation.
9719
9720         * mini-x86.c (mono_arch_setup_jit_tls_data): Fix previous patch.
9721         
9722         * mini-x86.c (mono_arch_setup_jit_tls_data): Turn off the sigaltstack
9723         stuff if SIGSEGV_ON_ALTSTACK is not defined.
9724
9725 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
9726
9727         * mini.c: Fix warnings.
9728         
9729         * mini.c (mono_resolve_patch_target): New function which contains the
9730         arch independent part of the patching process.
9731
9732         * mini-x86.c (mono_arch_patch_code): Move arch independent parts of the
9733         patching code to a separate function.
9734
9735 2004-03-09  Bernie Solomon  <bernard@ugsolutions.com>
9736
9737         * mini.c (add_signal_handler): ifdef out on Windows
9738
9739 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
9740
9741         * mini-sparc.h mini-sparc.c inssel-sparc.brg exceptions-sparc.c 
9742         cpu-sparc.md: Add exception handling support + other fixes.
9743
9744         * driver.c: Print --help output to stdout. Fixes #55261. Also fix
9745         typed GC detection in --version.
9746
9747         * basic.cs exceptions.cs: New regression tests.
9748
9749         * mini.h mini-x86.h mini-ppc.h: Add MonoCompileArch structure where
9750         the arch specific code can store data during a compilation.
9751
9752         * mini-ops.h: Add OP_SETFRET.
9753
9754         * mini.c (mini_get_ldelema_ins): Instead of allways calling the same
9755         function, register a separate icall for each arity, so the icalls can
9756         get a wrapper.
9757         
9758         * mini.c (mono_print_tree): Print negative offsets in a more readable
9759         form.
9760         
9761         * mini.c: Make signal handling work on sparc.
9762         
9763         * mini.c (mini_init): Add emulation for lconv_to_r8_un.
9764
9765         * inssel-long32.brg: Fix OP_LSUB_OVF_UN rule.
9766
9767         * jit-icalls.c: Emulate truncl by aintl on solaris.
9768
9769         * jit-icalls.c (mono_lconv_to_r8_un): New icall emulation function.
9770
9771 2004-03-05  Zoltan Varga  <vargaz@freemail.hu>
9772
9773         * mini.c (mini_init): fconv_to_ovf can raise exceptions.
9774
9775 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
9776
9777         * mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
9778         a MarshalByRef type, inline a method that performs the check, taking into
9779         account that the object can be a proxy. Also implemented tow new opcodes:
9780         CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
9781         * inssel.brg: Implemented two new opcodes, mini-ops.h: OP_CISINST and 
9782         OP_CCASTCLASS, which implement CEE_MONO_CISINST and CEE_MONO_CCASTCLASS.
9783
9784 Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
9785
9786         * mini-ppc.c: if a relative branch displacement is too big
9787         but it points to and area reachable with an absolute branch, 
9788         avoid the thunks.
9789
9790 Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
9791
9792         * mini.c: optimize small copies in cpblk.
9793
9794 2004-03-01  Zoltan Varga  <vargaz@freemail.hu>
9795
9796         * basic-calls.cs basic-float.cs: New regression tests.
9797
9798         * mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at 
9799         negative offsets from %fp. Implement localloc. Fix local register 
9800         allocation. Fix the case when the this argument needs to be saved to
9801         the stack. Implement some missing opcodes.
9802
9803 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
9804
9805         * mini.c (mini_method_compile): Reenable global regalloc in methods
9806         with exception handlers.
9807
9808         * linear-scan.c (mono_varlist_sort): Fix warning.
9809
9810         * linear-scan.c (mono_linear_scan): Fix computation of used_regs.
9811
9812         * mini-x86.c (mono_arch_regalloc_cost): Reenable precise computation of
9813         regalloc costs.
9814
9815         * liveness.c: Make all variables uses in exception clauses volatile, to
9816         prevent them from being allocated to registers. Fixes #42136.
9817
9818 2004-02-25  Zoltan Varga  <vargaz@freemail.hu>
9819
9820         * mini-x86.c (mono_arch_regalloc_cost): Revert this change since it
9821         causes regressions.
9822
9823         * mini.h linear-scan.c mini-x86.c mini-sparc.c mini-ppc.c: Add 'cfg'
9824         argument to mono_arch_regalloc_cost.
9825
9826         * mini-x86.c (mono_arch_regalloc_cost): Compute regalloc costs 
9827         precisely.
9828
9829 2004-02-24  Zoltan Varga  <vargaz@freemail.hu>
9830
9831         * mini.h mini-x86.c mini-ppc.c mini-sparc.c linear-scan.c: 
9832         Make the cost of allocating a variable to a register arch dependent.
9833
9834         * basic-calls.cs: Fix compilation of tests.
9835         
9836         * mini.h mini.c tramp-x86.c mini-x86.c: Add mono_running_on_valgrind ()
9837         helper function to cut back on the number of #ifdefs needed.
9838
9839         * mini-ppc.c: Fix compilation.
9840
9841         * basic-calls.cs: New regression tests.
9842
9843         * mini-sparc.c (mono_sparc_is_virtual_call): New helper function.
9844
9845         * tramp-sparc.c (create_specific_trampoline): Use g5 register instead
9846         of l0 since that is callee saved.
9847
9848         * tramp-sparc.c (sparc_magic_trampoline): Apply unbox trampoline only
9849         to virtual calls.
9850
9851         * mini-sparc.c: Ongoing work + flag virtual calls with a special kind 
9852         of delay instruction.
9853
9854         * inssel.brg (OP_CHECK_THIS): Set tree->sreg1 and dreg correctly.
9855
9856         * mini.h (MonoCallInst): Add 'virtual' flag.
9857
9858         * inssel.brg (mini_emit_virtual_call): Set 'virtual' flag.
9859
9860 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
9861
9862         * *.cs: New regression tests.
9863
9864         * mini-sparc.c inssel-sparc.brg: Update after latest changes. Ongoing sparc 
9865         work.
9866
9867         * mini.c (mono_runtime_install_handlers): Fix build.
9868
9869         * mini.h (MonoJitTlsData): Add 'stack_size', 'signal_stack' and
9870         'signal_stack_size' members.
9871
9872         * mini.h mini.c mini-x86.h mini-x86.c: Run sigsegv handlers on an 
9873         alternate signal stack.
9874
9875         * exceptions-x86.c: Add stack overflow handling.
9876
9877         * mini.h mini.c mini-x86.c mini-ppc.c trace.h trace.c: Move tracing 
9878         functions to arch independent code.
9879
9880         * mini.c (mono_print_tree): Print more detailed info for load_membase
9881         opcodes.
9882         
9883 2004-02-23  Martin Baulig  <martin@ximian.com>
9884
9885         * mini.c (mini_get_method): Set `gmethod->generic_inst'.
9886
9887 Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus@ximian.com>
9888
9889         * mini-x86.c: fixed reg allocation for div/rem.
9890
9891 2004-02-22  Miguel de Icaza  <miguel@ximian.com>
9892
9893         * driver.c (mono_main): Report some configuratio options on --version.
9894
9895 Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus@ximian.com>
9896
9897         * mini-ppc.c: fixed clt.un, cgt.un. Optimized calls to functions
9898         low in the address space. Correctly flush memory in thunks where we
9899         output native code.
9900
9901 2004-02-20  Martin Baulig  <martin@ximian.com>
9902
9903         * mini.c (mini_get_method): New static method; inflate all generic
9904         methods and methods in open generic instances.
9905         (mono_method_to_ir): Use mini_get_method() instead of mono_get_method().
9906         (ret_type_to_call_opcode): Added support for MONO_TYPE_GENERICINST.
9907
9908 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
9909
9910         * mini-sparc.c (mono_arch_patch_code): Update after domain->code_mp changes.
9911
9912         * tramp-sparc.c (mono_arch_create_jump_trampoline): Set ji->method.
9913
9914 2004-02-19  Bernie Solomon  <bernard@ugsolutions.com>
9915
9916         * helpers.c (mono_disassemble_code): use Sun's dis if not using gcc
9917
9918         * mini-sparc.c (flushi mono_arch_output_basic_block): make
9919         it compile using Sun's compiler.
9920
9921 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
9922
9923         * 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.
9924
9925         * basic-calls.cs basic-float.cs basic-long.cs objects.cs: New regression tests.
9926
9927 Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus@ximian.com>
9928
9929         * aot.c, mini-x86.c, mini.c: use the code manager instead of a mempool to hold native
9930         code.
9931         * mini-ppc.c: handle calls outside of the allowed range with thunks
9932         allocated using the code manager.
9933         * tramp-ppc.c: use the code manager to hold generated native code.
9934         Fixed the magic trampoline to just patch vtable entries.
9935
9936 2004-02-17  Zoltan Varga  <vargaz@freemail.hu>
9937
9938         * inssel.brg inssel-x86.brg: Move call(immediate) rules to the platform
9939         independent file.
9940
9941 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
9942
9943         * tramp-ppc.c (mono_arch_create_jump_trampoline): Fix compilation on
9944         PPC.
9945
9946         * mini-x86.c: Call mono_arch_get_lmf_addr instead of mono_get_lmf_addr
9947         if we have a working __thread implementation.
9948
9949         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Remove 
9950         OP_CALL_IMM opcodes, since the CALL opcodes handles immediates as well.
9951
9952 2004-02-15  Zoltan Varga  <vargaz@freemail.hu>
9953
9954         * mini-x86.c: Fix compilation under gcc 2.
9955         
9956 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
9957
9958         * mini.c (mono_codegen): Avoid infinite loop when an icall wrapper
9959         contains a call to the wrapped function.
9960
9961         * mini-ops.h cpu-pentium.md mini-x86.c inssel-x86.brg: Add 
9962         OP_<CALL>_IMM opcodes, and use them under X86.
9963         
9964         * mini.c (mono_jit_find_compiled_method): Fix warning.
9965
9966         * cpu-pentium.md: Fix length of opcodes which use x86_alu_membase_imm.
9967
9968         * jit-icalls.c (mono_ldftn_nosync): New JIT icall.
9969
9970         * tramp-x86.c (mono_arch_create_jump_trampoline): Move arch independent
9971         functionality to mini.c.
9972
9973         * mini.c (mono_create_jump_trampoline): New function to create a jump
9974         trampoline. Return a compiled method instead of a trampoline if it
9975         exists. Add a cache for jump trampolines.
9976
9977         * mini.c (mono_jit_find_compiled_method): New function to return a
9978         compiled method if it exists.
9979
9980         * mini-x86.c: Call mono_create_jump_trampoline instead of 
9981         mono_arch_create_jit_trampoline.
9982
9983         * jit-icalls.c (mono_ldftn): Do not compile the method. Instead, return
9984         a jump trampoline. Fixes #52092.
9985         
9986 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
9987
9988         * debug-mini.c (mono_init_debugger): Remove call to mono_verify_corlib,
9989         which is not up-to-date. Add check_corlib_version () instead.
9990
9991         * mini.c (mini_init): Call mono_thread_attach () so embedders do not 
9992         have to call it.
9993         
9994         * mini.c (mono_runtime_install_handlers): Remove check for valgrind
9995         since newer valgrind versions do not need it.
9996
9997         * mini.c (mono_jit_compile_method_with_opt): New helper function to
9998         compile a method with a given set of optimizations.
9999
10000         * mini.c: Compile icall wrappers on-demand instead of at startup.
10001
10002         * mini-sparc.c mini-ppc.c: Call mono_icall_get_wrapper to obtain the
10003         wrapper for an icall.
10004
10005 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
10006
10007         * mini.c (mono_method_to_ir): Handle switch with non-empty stack. Fixes
10008         #54063.
10009
10010         * iltests.il: Add test for non-empty stack before switch instruction.
10011
10012 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
10013
10014         * mini.c: Add support for new stringbuilder marshalling conventions.
10015
10016         * mini.c (mono_method_to_ir): Fix stack management of generic CEE_BOX.
10017
10018 2004-02-01  Martin Baulig  <martin@ximian.com>
10019
10020         * mini.c (MTYPE_PARAM_TO_TYPE): Method type arguments are stored
10021         in `ginst->mtype_argv'.
10022
10023 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
10024
10025         * mini.c: Add comments, replace CEE_XXX+128 with OP_XXX to
10026         facilitate grepping.
10027
10028 Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus@ximian.com>
10029
10030         * mini.c: fixed buglet in initobj generic implementation for references.
10031
10032 Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus@ximian.com>
10033
10034         * Makefile.am: make the version script conditional.
10035         * jit-icalls.c: handle missing truncl().
10036
10037 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
10038
10039         * exceptions.cs: Add more tests for double->int conversion.
10040
10041         * jit-icalls.c (mono_fconv_ovf_i8): Call truncl before comparison, so
10042         we don't throw exceptions when converting 1.1 to a long. Fixes #53250.
10043
10044 Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus@ximian.com>
10045
10046         * driver.c: make --verbose --version emit an error
10047         if the loaded corlib doesn't match the runtime version.
10048
10049 Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus@ximian.com>
10050
10051         * mini-ppc.h: export ppc_patch().
10052         * mini-ppc.c: call convention fixes. Added assert in ppc_patch().
10053         * tramp-ppc.c: call convention fixes: Linux/PPC support should be
10054         on par or better than on MacOSX.
10055
10056 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
10057
10058         * mini.c tramp-x86.c tramp-sparc.c: Updated after changes to
10059         mono_lookup_pinvoke_call.
10060
10061         * mini-x86.c: Under windows, the default pinvoke calling convention is
10062         stdcall. Fixes #52834.
10063
10064         * mini.c (optimize_branches): Add an upper bound to the number of
10065         iterations to prevent infinite loops on strange loops. Fixes #53003.
10066
10067 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
10068
10069         * inssel.brg: Add vectors<->one dimensional array checking to CASTCLASS
10070         and ISINST. Fixes #52093.
10071
10072         * objects.cs (test_0_vector_array_cast): New tests.
10073         
10074 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
10075
10076         * jit-icalls.c (helper_stelem_ref_check): New jit icall for array type
10077         checking in Array.Set ().
10078
10079         * mini.c (method_to_ir): Add array type checking in Array.Set (). Fixes
10080         #52590.
10081
10082         * object.cs (test_0_multi_array_cast): New regression test.
10083
10084 Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus@ximian.com>
10085
10086         * exceptions-ppc.c: fix build on Linux/PPC.
10087
10088 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
10089
10090         * tramp-x86.c (x86_magic_trampoline): Disable code patching when
10091         running under valgrind.
10092         (x86_magic_trampoline): Fix build bustage.
10093
10094         * debug-mini.c: Modify the debug info serialize/deserialize code so it handles
10095         negative values as well. This is needed for the encoding of the line number
10096         info, since sometimes the line numbers are not in increasing order.
10097
10098 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
10099
10100         * cpu-pentium.md (localloc): Increase the size of the localloc 
10101         instruction since it is a loop under Win32.
10102
10103         * debug-mini.c (record_line_number): Get rid of unneccesary memory
10104         allocation.
10105
10106 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
10107
10108         * exceptions-ppc.c exceptions-x86.c exceptions-sparc.c 
10109         tramp-x86.c tramp-ppc.c tramp-sparc.c: Applied patch from 
10110         Max Horn (max@quendi.de). Fix file names in comments.
10111
10112 2004-01-03  Zoltan Varga  <vargaz@freemail.hu>
10113
10114         * ssa.c (mono_ssa_rename_vars): Allocate new_stack on the heap to
10115         avoid stack overflow.
10116         (replace_usage): Avoid uninitialized variable warnings.
10117
10118         * mini.c (mono_method_to_ir): Avoid disabling SSA for array operations
10119         and taking the address of valuetype variables.
10120
10121 2004-01-03  Patrik Torstensson
10122
10123         * mini-x86.c: renamed fpflags to flags in RegTrack, going to be used
10124         for other purposes than FP later on.
10125
10126 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
10127
10128         * mini.c (mono_method_to_ir): Prevent register allocation for arguments
10129         of tail calls.
10130
10131 Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus@ximian.com>
10132
10133         * mini-ops.h, mini.c, inssel.brg: Object.GetType () speedup.
10134
10135 2003-12-30  Patrik Torstensson <p@rxc.se>
10136
10137         * mini-x86.h: Decreased number of availiable fp regs.
10138         Solves corner cases with FP spilling.
10139
10140 2003-12-23  Patrik Torstensson <p@rxc.se>
10141
10142         * mini-x86.c, mini-ops.h, cpu-pentium.md: Added support
10143         for floating point stack tracking / spilling on x86. 
10144         Fixes bug #49012.
10145         
10146         * basic-float.cs: added float mul overflow test.
10147
10148 2003-12-23  Zoltan Varga  <vargaz@freemail.hu>
10149
10150         * mini.c (mono_method_to_ir): Add workaround for bug #51126.
10151
10152 Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus@ximian.com>
10153
10154         * mini.h, mini-ppc.c, mini-ppc.h: small cleanups and
10155         supports for cond branches that overflow the immediate
10156         overflow offset. mcs can compile simple programs.
10157
10158 Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus@ximian.com>
10159
10160         * exceptions-ppc.c: exception handling support wip:
10161         finally handlers get run on exception.
10162
10163 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
10164
10165         * aot.c (mono_aot_get_method_inner): Avoid loading AOT code while 
10166         profiling.
10167
10168 Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus@ximian.com>
10169
10170         * cpu-g4.md, mini-ppc.c, exceptions-ppc.c, mini-ppc.h:
10171         initial support for stack walking and unwinding.
10172
10173 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
10174
10175         * driver.c (mono_main): Make corlib-out-of-sync message more 
10176         descriptive. Also remove verify_corlib call.
10177
10178 Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
10179
10180         * mini.c: make CEE_NEWARR calls and other emulated opcodes 
10181         not overlap with other call's arguments, too.
10182
10183 Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus@ximian.com>
10184
10185         * mini.h, mini.c, mini-ppc.c, mini-sparc.c, mini-x86.c: 
10186         move to arch-specific code the choice of arch-specific
10187         intrinsics (from Laurent Morichetti (l_m@pacbell.net)).
10188         * mini.c: ensure emulation calls will not interleave
10189         with other calls.
10190
10191 Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus@ximian.com>
10192
10193         * tramp-ppc.c, basic-calls.cs: rework trampolines so that
10194         the magic trampoline stack frame is dropped before executing
10195         the new method.
10196
10197 Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus@ximian.com>
10198
10199         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed some opcode lengths
10200         and integer to fp conversions. Added support for overflowing
10201         arguments on the stack. Reserve a couple more registers as temps.
10202         Added support for aot compilation (as output still needs to be
10203         tweaked, though).
10204
10205 Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus@ximian.com>
10206
10207         * mini-ppc.c, basic-long.cs: fix jumps to known labels.
10208         Don't overwrite return register in some corner cases.
10209
10210 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
10211
10212         * mini.h mini.c driver.c mini-x86.c mini-ppc.c aot.c: Do not run
10213         static constructors when AOT compiling.
10214
10215         * driver.c (mono_main): Call mono_check_corlib_version.
10216
10217 Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus@ximian.com>
10218
10219         * cpu-g4.md, basic.cs: fixed div target register.
10220
10221 Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus@ximian.com>
10222
10223         * mini-ppc.c, basic.cs: shl_imm fix with test.
10224
10225 Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus@ximian.com>
10226
10227         * inssel-ppc.brg, mini-ppc.h, mini-ppc.c: support for passing 
10228         structures by value. Misc fixes.
10229         * objects.cs: more tests.
10230
10231 Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus@ximian.com>
10232
10233         * mini-ppc.c: lconv.ovf.i implemented.
10234
10235 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10236
10237         * mini.c:
10238         (mini_init): don't error out if someone already called g_thread_init.
10239
10240 Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
10241
10242         * exceptions-x86.c, exceptions-ppc.c: allow the exception object
10243         to be any type per the spec. Fix abnormal memory usage when
10244         the same object is repeatedly thrown.
10245
10246 Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus@ximian.com>
10247
10248         * mini.c: check for overruns in IL code.
10249
10250 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
10251
10252         * TODO: Add/remove some todo entries.
10253
10254 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
10255
10256         * driver.c (mono_main): Call mono_verify_corlib.
10257
10258 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
10259
10260         * inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy. 
10261         This has been moved to mini.c
10262         * mini.c: in mono_method_to_ir, CEE_ISINST and CEE_CASTCLASS cases, if the
10263         type being casted is marshalbyref it could be a proxy, so instead of
10264         emitting the type check code, emit a call to a runtime method that will
10265         perform the check by calling CanCastTo if needed.
10266
10267 2003-12-06  Zoltan Varga  <vargaz@freemail.hu>
10268
10269         * mini-x86.c (mono_arch_emit_prolog): Fix stack space allocation for
10270         methods with large stack frames under Win32.
10271
10272 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
10273
10274         * Makefile.am: Distribute regression tests.
10275
10276         * mini-x86.c (mono_arch_get_allocatable_int_vars): Sort the var list
10277         at the end instead of inserting each variable into the sorted list.
10278
10279         * linear-scan.c (mono_varlist_sort): New helper function.
10280         
10281 Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus@ximian.com>
10282
10283         * mini.c: ensure arguments and locals are within bounds.
10284
10285 Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus@ximian.com>
10286
10287         * mini-ppc.c, cpu-g4.md, basic.cs, basic-long.cs: more tests and 
10288         related fixes.
10289
10290 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
10291
10292         * mini.c (mono_cprop_copy_values): Fix crash.
10293
10294         * aot.c: Set verbosity back to 0.
10295         
10296 Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus@ximian.com>
10297
10298         * regalloc.c: complete memory leak fix by Laurent Morichetti
10299         (l_m@pacbell.net).
10300
10301 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
10302
10303         * driver.c (main_thread_handler): Revert the previous patch.
10304
10305         * tramp-x86.c (x86_class_init_trampoline): Avoid patching when running
10306         under valgrind.
10307
10308         * mini-x86.c (mono_arch_local_regalloc): Do not allocate transient
10309         memory from the memory pool.
10310
10311         * driver.c (main_thread_handler): Turn on all optimizations when
10312         --aot is used.
10313
10314         * mini.c (mono_find_jit_opcode_emulation): Turn emul_opcode_hash into
10315         an array for better performance.
10316
10317         * regalloc.c (mono_regstate_assign): Fix memory leak.
10318
10319         * debug-mini.c (mono_debug_serialize_debug_info): New function to
10320         serialize the debug info.
10321
10322         * debug-mini.c (mono_debug_add_aot_method): New function to load the
10323         debug info from the serialized representation.
10324
10325         * aot.c: Save debug info into the generated file and load it when 
10326         loading a method.
10327
10328         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
10329
10330 Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus@ximian.com>
10331
10332         * mini-ppc.c, tramp-ppc.c: save FP arguments in the trampoline.
10333         More FP-related fixes.
10334
10335 Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus@ximian.com>
10336
10337         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: fixed finally handlers
10338         and register allocation buglet. Hello world now runs.
10339
10340 Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus@ximian.com>
10341
10342         * cpu-g4.md, inssel-ppc.brg, mini-ppc.c: better long return support.
10343         * tramp-ppc.c: fixed class init trampoline.
10344         * inssel-ppc.brg, mini.c, jit-icalls.c, mini-ppc.h: more emulation.
10345
10346 Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus@ximian.com>
10347
10348         * cpu-g4.md, inssel-ppc.brg, jit-icalls.c, mini-ppc.c, mini-ppc.h,
10349         mini.c: more ppc changes/fixes.
10350
10351 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
10352
10353         * mini.c (mono_method_to_ir): Fix tail calls with valuetype arguments.
10354         Also optimize the case when the arguments are the same in the caller 
10355         and in the callee.
10356
10357         * iltests.il: Add tests for tail calls with valuetype arguments.
10358
10359 Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus@ximian.com>
10360
10361         * mini-ppc.c: fixes for struct return type.
10362
10363 Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus@ximian.com>
10364
10365         * mini.h, mini.c, mini-x86.c, mini-ppc.c, mini-sparc.c: move 
10366         mono_spillvar_offset() to arch-specific code.
10367
10368 Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus@ximian.com>
10369
10370         * mini-ppc.h, mini-ppc.c: handle some different ABI call convention issues.
10371
10372 2003-11-27  Zoltan Varga  <vargaz@freemail.hu>
10373
10374         * exceptions-x86.c: Fix stack space leaks.
10375         
10376         * exceptions-x86.c (mono_arch_find_jit_info): Restore callee saved
10377         registers from the lmf if the method has save_lmf set.
10378
10379 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
10380
10381         * tramp-x86.c (x86_magic_trampoline): Avoid patching in the addresses
10382         of icall wrappers into InvokeInDomain, since these are now per-domain.
10383
10384 Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus@ximian.com>
10385
10386         * mini-ppc.h, mini-x86.h, mini.c, inssel-ppc.brg, jit-icalls.c:
10387         make some opcode emulation and intrinsic ops enabled/disabled 
10388         according to the architecture. More fixes.
10389
10390 Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus@ximian.com>
10391
10392         * mini-ppc.c, mini-sparc.c, cpu-g4.md: more bug fixes.
10393
10394 Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus@ximian.com>
10395
10396         * mini.h, inssel.brg, mini-x86.c, mini-ppc.c, mini-sparc.c: move
10397         arch-specific handling for 'this' and struct return type to
10398         arch-specific code.
10399
10400 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10401
10402         * aot.c: prevent divide by zero error when reporting (it happened with
10403         Accessibility.dll).
10404
10405 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
10406
10407         * mini.h (inst_switch): Remove unused macro.
10408
10409 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10410
10411         * aot.c:
10412         (load_aot_module): free 'info->methods' and 'info' properly. No more
10413         "free(): invalid pointer blah" messages when you have an old aot
10414         compiled assembly.
10415
10416 2003-11-21  Lluis Sanchez Gual <lluis@ximian.com>
10417
10418         * jit-icalls.c, mini.c: Added support for context static fields.
10419
10420 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
10421
10422         * mini.c (mono_method_blittable): Methods which set LastError are not 
10423         blittable either. Fixes #51108.
10424         
10425 Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus@ximian.com>
10426
10427         * mini.c: flush icache.
10428         * cpu-g4.md, mini-ppc.c, inssel.brg: more fixes. Trace support.
10429
10430 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
10431
10432         * mini.c (mono_type_blittable): OBJECT is not blittable. Fixes #47842.
10433
10434 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
10435
10436         * tramp-x86.c (x86_class_init_trampoline): Make code patching thread
10437         safe on IA32.
10438
10439         * mini-x86.c (mono_arch_call_opcode): Disable AOT for methods with 
10440         vararg calls.
10441
10442         * inssel.brg (CEE_MKREFANY): Fix AOT case.
10443
10444 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
10445
10446         * mini-x86.c (mono_arch_local_regalloc): Fix regalloc for div 
10447         instruction when the result is discarded.
10448
10449         * iltests.il (test_0_div_regalloc): New regression test.
10450
10451         * arrays.cs: Fix compilation error.
10452
10453 Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus@ximian.com>
10454
10455         * inssel-x86.brg, inssel-float.brg, mini-ops.h: move x86-specific
10456         float rules to inssel-x86.brg: sane architectures with FP registers
10457         don't need to implement these rules.
10458
10459 Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus@ximian.com>
10460
10461         * mini-ppc.c, cpu-g4.md, inssel-ppc.brg: updates and fixes to the ppc port.
10462
10463 Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus@ximian.com>
10464
10465         * mini.h, inssel-long32.brg: fixed endianess issues in int64
10466         implementation of 32 bit systems.
10467
10468 Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus@ximian.com>
10469
10470         * exceptions-ppc.c: fix build on Linux/ppc from Jeroen@xs4all.nl
10471         (Jeroen Zwartepoorte).
10472
10473 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
10474
10475         * mini.c (mono_method_to_ir): Use CEE_JMP only if the signature of
10476         the caller and the callee matches.
10477         
10478         * mini.c (mono_method_to_ir): Add comment.
10479
10480         * mini-x86.c (mono_arch_output_basic_block): Use mono_signbit, since
10481         signbit is missing on some platforms.
10482
10483 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
10484
10485         * mini.h (mono_arch_setup_jit_tls_data): New arch specific function.
10486
10487         * mini.c (setup_jit_tls_data): Call the new function.
10488         
10489         * mini-x86.c mini-ppc.c mini-sparc.c: Define the new function.
10490
10491         * mini-x86.c: Add experimental support for fast access to the lmf
10492         structure under NPTL/Linux 2.6.x.
10493
10494 2003-11-06  Martin Baulig  <martin@ximian.com>
10495
10496         * ldscript: Make `GC_push_all_stack', `GC_start_blocking',
10497         `GC_end_blocking' and 'gc_thread_vtable' public; they're used by
10498         the debugger.
10499
10500 2003-11-02  Martin Baulig  <martin@ximian.com>
10501
10502         * mini.c (inflate_generic_field): New static method.
10503         (mono_method_to_ir): In CEE_LDFLD and CEE_LDSFLD: if we're a
10504         generic instance and the field is declared in a generic type, call
10505         inflate_generic_field() to inflate it.  Fixes gen-28.cs.
10506
10507 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
10508
10509         * mini.h mini.c (mono_method_same_domain): New function to return
10510         whenever the caller and the callee are in the same domain.
10511
10512         * tramp-x86.c (x86_magic_trampoline): Use the new function.     
10513
10514 2003-10-30  Martin Baulig  <martin@ximian.com>
10515
10516         * mini.c (MTYPE_PARAM_TO_TYPE, MTYPE_PARAM_TO_CLASS): New macros;
10517         similar to TYPE_PARAM_TO_TYPE and TYPE_PARAM_TO_CLASS, but for
10518         method parameters.
10519         (mono_method_to_ir): Added support for MONO_TYPE_MVAR; similar to
10520         MONO_TYPE_VAR, we the actual types from MTYPE_PARAM_TO_CLASS(). 
10521
10522 2003-10-29  Zoltan Varga  <vargaz@freemail.hu>
10523
10524         * mini.c mini-ops.h inssel.brg: Implement undeniable exception 
10525         propagation.
10526
10527         * mini.c (sigusr1_signal_handler): Move creation of the thread abort
10528         object here, so it is in the correct appdomain etc.
10529
10530 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
10531
10532         * mini.c (mono_jit_compile_method_inner): Lookup icalls here if not
10533         already done.
10534         (mono_method_to_ir): Avoid freeing the type created returned from
10535         mono_type_create_from_typespec, since it is put into an internal cache
10536         by the function. Fixes pointer.exe.
10537
10538         * mini.c tramp-x86.c tramp-sparc.c tramp-ppc.c: Use the normal 
10539         trampolines for icalls and pinvokes as well. Fixes #33569.
10540
10541 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
10542
10543         * mini.c: Update after appdomain changes.
10544
10545         * mini.c (mono_jit_compile_method_inner): Allways compile native
10546         method wrappers in the root domain, since there can only be one
10547         instance of them, whose address is stored in method->info.
10548
10549 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
10550
10551         * mini.c (mono_runtime_install_handlers): Get rid of the MONO_VALGRIND
10552         environment variable. Instead detect automatically whenever running
10553         under valgrind using the magic macro RUNNING_ON_VALGRIND from
10554         valgrind.h.
10555
10556 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
10557
10558         * trace.c, trace.h: New files that implement the new trace option
10559         parsing. 
10560
10561         * driver.c: Document new --trace options.
10562
10563         * exceptions-ppc.c, exceptions-x86.c, mini-ppc.c, mini-sparc.c,
10564         mini-x86.c: Apply:
10565
10566         -       if (mono_jit_trace_calls)
10567         +       if (mono_jit_trace_calls != NULL && mono_trace_eval (method))
10568
10569         * mini.h: prototypes.
10570         
10571 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
10572
10573         * mini.c (mono_method_to_ir): Fix initialization of typedbyref locals.
10574
10575         * mini.c inssel.brg: Implement typedefbyref opcodes.
10576
10577         * mini.c (mono_jit_compile_method): Remove unused local variable.
10578
10579         * mini.c (mono_jit_compile_method_inner): Ditto.
10580         
10581 2003-10-12  Zoltan Varga  <vargaz@freemail.hu>
10582
10583         * tramp-x86.c (x86_class_init_trampoline): Fix build.
10584         
10585         * tramp-x86.c (x86_class_init_trampoline): Thread safety fixes.
10586
10587 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
10588
10589         * mini.c (mono_no_aot): Remove unused global variable.
10590
10591         * mini.c: Thread safety fixes.
10592
10593 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
10594
10595         * mini.c (mono_create_class_init_trampoline): Add a lock around
10596         class_init_hash_addr.
10597
10598         * arrays.cs (test_0_newarr_emulation): Add new regression test for
10599         #30073.
10600
10601         * mini.c: Decompose the NEWARR instruction before decomposing its
10602         arguments. Fixes #30073.
10603
10604 2003-10-08  Zoltan Varga  <vargaz@freemail.hu>
10605
10606         * mini-x86.c (mono_arch_emit_epilog): Add support for stdcall calling
10607         convention.
10608
10609 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
10610
10611         * mini.c (mono_method_to_ir): Allow wrapper data for CEE_LDELEMA.
10612
10613         * inssel-x86.brg (OP_LOCALLOC): Fix register assignment for localloc.
10614
10615         * driver.c: Add support for compiling icall wrappers to --compile.
10616
10617 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
10618
10619         * inssel.brg: The empty value in class->interface_offsets is -1, not
10620         0. Fixes #49287.
10621
10622 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
10623
10624         * objects.cs: New test for 'is' operator on an array of interfaces.
10625
10626 Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
10627
10628         * tramp-ppc.c: update trampoline code to support jumps
10629         and class initialization.
10630
10631 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
10632
10633         * mini.c (mono_jit_compile_method): Fix reading of freed memory.
10634
10635         * inssel.brg (OP_UNBOXCAST): Fix #46027.
10636
10637         * inssel.brg (OP_UNBOX): Remove unused rule.
10638
10639         * mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
10640         region instead of one for each method. Fixes #47813.
10641
10642 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
10643
10644         * exceptions.cs (test_0_nested_finally): New regression test for
10645         nested exception handlers.
10646
10647         * mini.c (mono_jit_runtime_invoke): Fix for the previous fix.
10648
10649         * mini.c (mono_method_to_ir): Avoid inlining tail calls.
10650
10651         * mini.c (mono_method_to_ir): Fix tail recursion in the presence of 
10652         inlining.
10653
10654         * mini.c (mono_method_check_inlining): Make the inlining limit 
10655         configurable by an environment variable.
10656         
10657         * mini.c (mono_jit_runtime_invoke): Add Gonzalo's fix for #36545.
10658
10659         * mini.h: Bump AOT file version.
10660
10661         * mini.h mini.c aot.c mini-x86.c: For relocations which refer to a 
10662         token, store the image along with the token, since the token might not 
10663         refer to the same image as the method containing the relocation, 
10664         because of inlining.
10665
10666 2003-09-27  Zoltan Varga  <vargaz@freemail.hu>
10667
10668         * mini.c (mono_precompile_assemblies): New function to compile
10669         all methods in all loaded assemblies.
10670
10671         * mini.h driver.c: Added new optimization flag MONO_OPT_PRECOMP.
10672
10673         * regalloc.h regalloc.c (MonoRegState): Change the type of 
10674         iassign and fassign to int*, since they can contain large negative
10675         values if the register is spilled. Also added some comments. Fixes
10676         #45817.
10677
10678         * exceptions-x86.c (seh_handler): Fix handling of system exceptions
10679         under Win32. Fixes #42964.
10680
10681 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
10682
10683         * mini.h (MONO_PATCH_INFO_WRAPPER): New patch type.
10684
10685         * aot.c: Added support for AOT compiling methods which contain calls
10686         to wrappers. Currently, only remoting-invoke-with-check wrappers are
10687         handled.
10688         
10689         * driver.c (compile_all_methods): Run the compilation in a thread
10690         managed by mono. Fixes #44023.
10691
10692         * mini.c (mono_codegen): Print full method name in verbose output.
10693
10694         * mini-x86.c (mono_arch_patch_code): Fix warning.
10695         
10696         * mini-x86.c (mono_arch_patch_code): Allways create a trampoline for
10697         jumps, since the method we are jumping to might be domain-specific.
10698
10699         * aot.c: Added support for MONO_PATCH_INFO_METHOD_JUMP.
10700
10701 Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
10702
10703         * inssel.brg: string chars are unsigned.
10704
10705 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
10706
10707         * TODO: New todo item.
10708
10709         * tramp-x86.c (x86_class_init_trampoline): New trampoline function
10710         which calls mono_runtime_class_init and patches the call site to
10711         avoid further calls.
10712         (mono_arch_create_class_init_trampoline): New arch specific function 
10713         to create a class init trampoline.
10714         (create_trampoline_code): Generalized so it can create
10715         class init trampolines as well.
10716
10717         * mini.c (helper_sig_class_init_trampoline): New helper variable.
10718         (mono_create_class_init_trampoline): New function to create and cache
10719         class init trampolines.
10720         (mono_find_class_init_trampoline_by_addr): New function to lookup the
10721         vtable given the address of a class init trampoline. Used by the
10722         patching process.
10723         (mono_codegen): Generate a call to a trampoline instead of
10724         mono_runtime_class_init in LDSFLD[A].
10725         (mono_codegen): Add relocations for the new trampoline.
10726         
10727         * mini.h mini-x86.c aot.c: Added a new relocation type: 
10728         MONO_PATCH_INFO_CLASS_INIT.
10729
10730         * mini.h: Bump AOT version number.
10731
10732         * aot.c: Create a copy of the loaded code instead of using the original
10733         so methods which call each other will be close in memory, improving
10734         cache behaviour.
10735         
10736         * exceptions-x86.c (mono_arch_has_unwind_info): Back out the previous
10737         patch since it breaks the regression tests.
10738         
10739         * exceptions-x86.c (mono_arch_has_unwind_info): Added explicit check
10740         for the register saving instruction sequence since the 
10741         frame_state_for function in glibc 2.3.2 don't seem to detect it.
10742
10743 2003-09-14  Zoltan Varga  <vargaz@freemail.hu>
10744
10745         * TODO: Fix todo item && remove another.
10746
10747 2003-09-12  Zoltan Varga  <vargaz@freemail.hu>
10748
10749         * mini-x86.c (mono_arch_patch_code): Fix tail calls broken by a
10750         previous checkin.
10751
10752         * aot.c: Moved the check for MONO_LASTAOT into the initialization
10753         function of the module.
10754
10755         * mini.h mini.c aot.c: Added a new optimization flag OPT_AOT for
10756         turning on/off the usage of AOT code. Got rid of mono_no_aot and the
10757         --no-aot command line option.
10758
10759 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
10760
10761         * helpers.c (mono_disassemble_code): Make this work under cygwin. Patch
10762         by Bernie Solomon (bernard@ugsolutions.com).
10763
10764         * inssel.brg: Refactor the interface offset table related code into
10765         its separate functions and add support for the AOT case.
10766
10767 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
10768
10769         * aot.c (mono_aot_get_method_inner): Fix memory leak.
10770         
10771         * aot.c: Added mono_aot_verbose variable and made all debugging
10772         output depend on the value of this variable.
10773
10774         * aot.c (mono_aot_get_method_inner): Avoid dynamic allocation of
10775         method_label and info_label.
10776
10777         * mini.h mini-x86.c aot.c: Added a new relocation type 
10778         MONO_PATCH_INFO_IID for klass->interface_id.
10779
10780         * mini.h mini.c driver.c aot.c: Changed mono_aot_get_method to return
10781         the MonoJitInfo structure.
10782
10783         * mini.c (mono_jit_compile_method): Avoid using non-shared AOT in
10784         a non-root appdomain in shared mode.
10785
10786 Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
10787
10788         * aot.c: make aot loader less verbose. Remove free of unused variable.
10789
10790 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
10791
10792         * aot.c (mono_aot_get_method_inner): Fix MONO_PATCH_INFO_IMAGE.
10793
10794         * .cvsignore: Added *.dll.
10795
10796         * mini.c (mono_print_tree_nl): New function callable while debugging.
10797
10798         * mini.c (mono_print_code): Export this.
10799
10800         * tramp-x86.c (x86_magic_trampoline): Tell valgrind to recompile the
10801         patched code.
10802
10803 2003-09-05  Zoltan Varga  <vargaz@freemail.hu>
10804
10805         * mini.h (MonoCompile): Added 'jit_info' field.
10806
10807         * mini.c (mini_method_compile): Save the generated MonoJitInfo into
10808         the cfg structure, since it is needed by the AOT compiler.
10809
10810         * mini.h (MONO_AOT_FILE_VERSION): Bump version number.
10811
10812         * aot.c: A major rewrite. Changes include:
10813         - save exception tables for methods which have them.
10814         - cache failed lookups in aot_get_method () to avoid the (slow) calls 
10815         to g_module_symbol.
10816         - reworked the file format so it is now much smaller and needs
10817         fewer relocation entries.
10818         
10819 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
10820
10821         * aot.c (load_aot_module): Fix build bustage on platforms without
10822         Boehm GC.
10823
10824 2003-09-04  Martin Baulig  <martin@ximian.com>
10825
10826         * Makefile.am (INCLUDES): Added $(LIBGC_CFLAGS).
10827
10828 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
10829
10830         * TODO: Some new optimization ideas.
10831
10832         * aot.c: Move AOT module loading logic here from mono_assembly_open.
10833
10834         * aot.c: Save the optimization flags used to compile the code into
10835         the AOT module.
10836
10837         * mini.h mini-x86.c mini.c aot.c: Added new types of relocations to
10838         support emitting domain specific code.
10839         
10840         * mini.h mini.c aot.c: Modified the JIT so the generated AOT code is 
10841         no longer domain neutral. It can be made domain neutral by compiling 
10842         with --optimize=shared.
10843
10844         * aot.c (mono_aot_get_method_inner): Allow sharing of AOT methods
10845         between appdomains.
10846
10847         * driver.c mini.h mini.c: New --no-aot debugging option which disables
10848         loading of AOT code.
10849
10850         * inssel-x86.brg: Added missing AOTCONST -> OUTARG_VT rule.
10851         
10852         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling method
10853         if there is no domain neutrality information.
10854
10855 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
10856
10857         * aot.c (mono_compile_assembly): Emit a symbol containing the file 
10858         format version into the generated library.
10859
10860         * mini-x86.c (mono_arch_patch_code): Do not emit the address of the
10861         callee method into the caller since one of them could be shared.
10862
10863         * mini.h mini-x86.c aot.c: Added two new relocations so throwing
10864         system exceptions from AOT code now works.
10865
10866         * tramp-x86.c (x86_magic_trampoline): Avoid patching the calling 
10867         method if it is domain neutral and the callee is not.
10868
10869         * graph.c (cfg_emit_one_loop_level): Fix warning.
10870
10871 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
10872
10873         * aot.c (mono_compile_assembly): Oops. Remove debugging cruft from
10874         last checkin.
10875
10876 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
10877
10878         * mini.c (mini_init): Call mono_marshal_init () explicitly since it
10879         is needed  by code which is executed before mono_runtime_init ().
10880         Thanks to Bernie Solomon (bernard@ugsolutions.com) for noticing this.
10881         
10882         * mini.c (mono_thread_abort): Fix warning.
10883         (mono_jit_compile_method): Call static constructor in the AOT case too.
10884
10885         * aot.c (mono_compile_assembly): Fix warning.
10886
10887 2003-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10888
10889         * mini.c: register a SIGINT handler if MONO_DEBUG is defined.
10890
10891 2003-08-28  Zoltan Varga  <vargaz@freemail.hu>
10892
10893         * inssel.brg (OP_UNBOXCAST): Add support for the AOT case.
10894
10895         * cpu-pentium.md: Fix the length of call opcodes so they include the
10896         ESP restoring instruction. Fixes #47968.
10897
10898 2003-08-28  Martin Baulig  <martin@ximian.com>
10899
10900         * mini-x86.c (mono_arch_call_opcode): Added support for
10901         MONO_TYPE_GENERICINST.
10902
10903         * mini.c (check_call_signature): Added support for MONO_TYPE_GENERICINST.       
10904
10905 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
10906
10907         * Makefile.am (BUILT_SOURCES): Fix compilation on platforms without
10908         a JIT. Patch by Bernie Solomon (bernard@ugsolutions.com).
10909
10910         * mini.c jit-icalls.c tramp-x86.c tramp-ppc.c tramp-sparc.c: Get rid of
10911         metadata_section.
10912
10913 2003-08-26  Martin Baulig  <martin@ximian.com>
10914
10915         * mini.c (get_basic_blocks): Added `unsigned char **pos' argument;
10916         when reporting an error, set this to the actual error location.
10917         (mono_method_to_ir): Report the correct error location if
10918         get_basic_blocks() returned an error.
10919
10920 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
10921
10922         * mini.c (mono_type_blittable): OBJECT is not blittable.
10923         (mono_method_blittable): Methods which have marshalling descriptors
10924         are not blittable either. Fixes #47842.
10925
10926 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
10927
10928         * driver.c mini.c: Use an environment variable instead of a global 
10929         variable. Also fix the build.
10930
10931         * mini.c (mini_init): Call g_thread_init () to make glib thread-safe. 
10932         Fixes #47682. Thanks to Laurent Morichetti (l_m@pacbell.net) for 
10933         reporting this. 
10934
10935         * driver.c mini.c: Added --with-valgrind option to turn off some
10936         code which prevents mono from running under valgrind.
10937
10938         * mini.c (mono_emit_call_args): Fixed warning.
10939
10940         * mini.c (mono_emulate_opcode): Fixed warning.
10941
10942 Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
10943
10944         * inssel.brg: 64bit fixes from Laurent Morichetti <l_m@pacbell.net>.
10945         * linear-scan.c, mini-ppc.h, mini-sparc.h, mini-x86.h, mini.h,
10946         regalloc.c, regalloc.h: specify available registers in arch-specific
10947         code and support floats in the regallocator (patch by Laurent Morichetti 
10948         <l_m@pacbell.net>)
10949
10950 Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
10951
10952         * mini.c: mono_thread_current() can be called only after
10953         mono_runtime_init(): rearrange code to not call it early on.
10954
10955 Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
10956
10957         * mini.c: allocate jump tables in the code mempools.
10958
10959 Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
10960
10961         * mini.c, mini.h: make sure per-thread data allocated by the jit is
10962         freed.
10963
10964 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
10965
10966         * cpu-pentium.md (ldtoken): Change the length for mul.ovf.un from
10967         12 to 16.  This fixes bug #47453.
10968
10969
10970 Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
10971
10972         * mini-ppc.c: fixed indexed load and unsigned compares.
10973
10974 2003-08-06  Lluis Sanchez Gual  <lluis@ximian.com>
10975
10976         * mini.c: reenabled installation of handler for
10977           thread abort signal.
10978
10979 Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
10980
10981         * cprop.c, mini-x86.c, cpu-pentium.md: fix buglets spotted
10982         by Laurent Morichetti <l_m@pacbell.net>. Disabled local cprop
10983         until it's fixed and actually useful.
10984
10985 Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
10986
10987         * inssel-long32.brg: couple more opcodes implemented.
10988
10989 Thu Jul 31 22:43:02 EDT 2003 Mark Crichton <crichton@gimp.org>
10990         
10991         * mini-sparc.c: Even more opcodes implemeted.
10992
10993 Thu Jul 31 19:36:03 EDT 2003 Mark Crichton <crichton@gimp.org>
10994
10995         * mini-sparc.c: More opcodes implemented.
10996
10997 Thu Jul 31 15:16:26 EDT 2003 Mark Crichton <crichton@gimp.org>
10998
10999         * mini-sparc.c: More opcodes implemented.
11000
11001 Wed Jul 30 22:31:02 EDT 2003 Mark Crichton <crichton@gimp.org>
11002
11003         * inssel-sparc.brg: Add some needed rules.  Direct
11004         copy from PPC.
11005         * Makefile.am: Use inssel-sparc.brg
11006         * exceptions-sparc.c: 0xdeadbeef/0xdecafbad to keep
11007         an assert happy for now.
11008
11009 Wed Jul 30 20:44:07 EDT 2003 Mark Crichton <crichton@gimp.org>
11010
11011         * mini-sparc.c: Fixed compile errors.
11012         * exceptions-sparc.c: Same.  We now produce a mono binary 
11013         on sparc-linux.  Yea.
11014
11015 Wed Jul 30 14:10:12 EDT 2003 Mark Crichton <crichton@gimp.org>
11016
11017         * mini-sparc.c: Renamed registers.  Also some macro cleanups.
11018         * exceptions-sparc.c, tramp-sparc.c: Various compile fixes.
11019         They compile, but do not work.
11020
11021 Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
11022
11023         * Makefile.am, cpu-sparc.md, exceptions-sparc.c, mini-sparc.c,
11024         mini-sparc.h, tramp-sparc.c: Beginning of sparc support
11025         from Mark Crichton <crichton@gimp.org> and Christopher Taylor
11026         (ct@gentoo.org).
11027
11028 Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
11029
11030         * mini.c: more opcodes implemented and better support for generics.
11031
11032 Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
11033
11034         * cpu-g4.md, cpu-pentium.md: updates for new instructions.
11035         * mini.c, mini.h: first cut at generics support: some new instructions 
11036         added and changed the behaviour of some of the existing ones.
11037
11038 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
11039
11040         * mini.c: Removed definition of metadata_shared mutex here.
11041
11042 Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
11043
11044         * mini-x86.c: make vararg calls work for instance methods.
11045
11046 Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
11047
11048         * mini.c, mini.h, mini-x86.c, mini-ppc.c: mono_arch_call_opcode()
11049         returns the arguments in a separte list, now.
11050
11051 Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
11052
11053         * aot.c, mini.c: updates for array type representation changes.
11054
11055 Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus@ximian.com>
11056
11057         * mini.c: register function to perform jit shutdown.
11058
11059 Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
11060
11061         * mini.c: use a faster allocator if possible.
11062
11063 Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
11064
11065         * aot.c: some cleanups and portability changes.
11066
11067 Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
11068
11069         * mini.c: use faster allocation for CEE_BOX if possible.
11070
11071 Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
11072
11073         * mini.c, mini-ops.h, inssel.brg, mini-x86.c: optimized access to fields.
11074         Moved inlined mempcy code to its own function so that is can be
11075         reused. Added an inline memset function as well (optimized initobj).
11076         * cpu-pentium.md, inssel-x86.brg: add and use lea_membase.
11077
11078 Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
11079
11080         * mini.c, mini-ops.h, inssel.brg: optimized a couple of Array methods.
11081
11082 Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
11083
11084         * mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
11085         arch code can setup the cpu for CLR execution, if needed.
11086         We use it on x86 to set the precision of FP operations.
11087
11088 Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
11089
11090         * mini.c: disable some optimizations if we can guess they'll cost too
11091         much for a given method.
11092
11093 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
11094
11095         * mini.h mini.c: Rework last patch based on suggestions by Paolo.
11096         
11097 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
11098         * mini.h mini.c mini-x86.c: Added instruction level coverage 
11099         info collection support.
11100
11101 Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
11102
11103         * driver.c, mini-ppc.c, mini-x86.c, mini.c, mini.h: the coverage stuff
11104         is now implemented in the profiling API. Get rid of a couple of
11105         unnecessary global variables.
11106
11107 2003-06-15  Nick Drochak <ndrochak@gol.com>
11108
11109         * basic-long.cs: tests for negative values for bigmul, and unsigned.
11110         * cpu-g4.md: add op_bigmul and op_bigmul_un
11111         * cpu_pentium.md: add op_bigmul_un
11112         * inssel-long32.brg: add rule for unsigned bigmul
11113         * mini-ops.h: define OP_BIGMUL_UN
11114         * mini-x86.c: THE BUG: handle (un)signed properly
11115         * mini.c: choose unsigned opcode if needed.
11116         This set of patches fixes bug #44291
11117
11118 2003-06-13  Dietmar Maurer  <dietmar@ximian.com>
11119
11120         * mini.c (optimize_branches): improved to handle all kinds of
11121         conditional branches.
11122
11123 Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
11124
11125         * mini.c, mini.h, jit-icalls.c: speedup emulation of opcodes that
11126         don't raise exceptions.
11127
11128 Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
11129
11130         * tramp-x86.c, tramp-ppc.c, debug-mini.c: move arch-specific code
11131         to arch-specific files.
11132
11133 2003-06-09  Martin Baulig  <martin@ximian.com>
11134
11135         * Makefile.am (libs): Added $(LIBGC_LIBS).
11136
11137 Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
11138
11139         * cpu-pentium.md, mini-x86.c: fix (well, actually implement) OP_TAN
11140         and OP_ATAN (fixes bug#44293).
11141
11142 Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus@ximian.com>
11143
11144         * Makefile.am, mini-x86.c: rename cpu description array to
11145         pentium_desc, since some compilers define the 'pentium' preprocessor
11146         symbol.
11147
11148 2003-05-28  Dietmar Maurer  <dietmar@ximian.com>
11149
11150         * mini.c (mini_select_instructions): add explicit branch if the
11151         following block is not the false target of a conditional branch -
11152         we need this with any optimization that reorder or remove bblocks
11153
11154         * mini.c (optimize_branches): bug fixes
11155
11156 2003-06-06  Dietmar Maurer  <dietmar@ximian.com>
11157
11158         * mini.c (mono_method_to_ir): inline static readonly fields
11159
11160         * ssa.c (fold_tree): start cfold support for long (very simple
11161         cases only)
11162
11163         * cfold.c (mono_constant_fold_inst): opt. CEE_CONV_I8 (OP_ICONST)
11164
11165 Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
11166
11167         * inssel.brg: fixed memcpy (bug #44219).
11168
11169 2003-06-05  Dick Porter  <dick@ximian.com>
11170
11171         * driver.c: Set the glib log levels to not abort if g_message
11172         recurses.
11173
11174         g_set_prgname() has to happen before mini_init() so that the
11175         process handle gets the info.
11176         
11177 Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
11178
11179         * driver.c: add intrins to the default optimizations to get wider
11180         exposure.
11181
11182 Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
11183
11184         * mini.h: some large basic blocks will overflow a 16-bit
11185         integers for symbolic registers.
11186
11187 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
11188
11189         * mini-x86.c (mono_arch_output_basic_block): revert previous fprem changes.
11190         (mono_arch_output_basic_block): fix bug 43499 
11191
11192 Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
11193
11194         * mini.c: kill duplicated definition of mono_debug_format.
11195
11196 Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
11197
11198         * mini-x86.c, arrays.cs: fixed register allocation bug.
11199
11200 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
11201
11202         * mini-x86.c (mono_arch_output_basic_block): use IEEE compatible fprem1
11203
11204         * mini.c (mini_get_opcode_for_method): inline IEEERemainder
11205
11206 2003-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11207
11208         * mini.c:
11209         (print_method_from_ip): also print source location information if
11210         available.
11211
11212 2003-06-02  Dietmar Maurer  <dietmar@ximian.com>
11213
11214         * mini.c (mono_find_block_region): bug fix in region code
11215         (mini_method_compile): enable removing unreachable code again, but
11216         only in methods without exception clauses.
11217
11218 Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
11219
11220         * mini.c, mini-ops.h, cpu-pentium.md, inssel.brg, mini-x86.c, mini.h:
11221         Implemented arglist opcode and handling of TypedReference type.
11222         Fixed x86 call convention when a structure is returned.
11223         Minimal support for calling static vararg methods.
11224
11225 2003-05-30  Dietmar Maurer  <dietmar@ximian.com>
11226
11227         * mini.c (mini_method_compile):  always remove unreachable code,
11228         because the code in them may be inconsistent  (access to dead
11229         variables for example).
11230
11231 Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
11232
11233         * driver.c, debug-mini.c: warning fixes.
11234
11235 Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
11236
11237         * Makefile.am, jit.h, mini.h: install header for embedding mono.
11238
11239 Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus@ximian.com>
11240
11241         * mini.c: thread-static fields are registered in mono_class_vtable(),
11242         so ensure the function is called before checking for them.
11243
11244 2003-05-27  Dietmar Maurer  <dietmar@ximian.com>
11245
11246         * mini.c (optimize_branches): fix for bug 43586
11247
11248         * jit-icalls.c (mono_llmult_ovf): added an additional check for
11249         overflow (fixes Bug #43639)
11250
11251 Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
11252
11253         * mini.c, objects.cs: allow the use of stobj for primitive types.
11254
11255 Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
11256
11257         * mini.c: be less strict about argument checking until we support
11258         running the verifier.
11259
11260 2003-05-27  Nick Drochak <ndrochak@gol.com>
11261
11262         * basic-long.cs: tests for (ulong)int * (ulong)int also
11263         * mini.c: use the same trick for (ulong)int * (ulong)int
11264
11265 2003-05-27  Nick Drochak <ndrochak@gol.com>
11266
11267         * basic-long.cs: add regression test for (long)int * (long)int
11268         * cpu-pentium.md: add op_bigmul specification
11269         * inssel-long32.brg: add OP_BIGMUL rule
11270         * mini-ops.h: add OP_BIGMUL
11271         * mini-x86.c: register allocator: handle case where src1 needs to be
11272         in EAX.
11273         * mini.c: substitute special BIGMUL opcode in the tree for 
11274         (long)int * (long)int
11275
11276 Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
11277
11278         * jit-icalls.c: call the type ctor on field access if needed.
11279
11280 Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
11281
11282         * mini-ops.h, mini.c, inssel.brg, exceptions.cs: validate arguments passed
11283         to a method (including results of ldelema, bug#43207).
11284
11285 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
11286
11287         * graph.c (cfg_emit_one_loop_level): loop over all blocks. use
11288         colors to show exception handler blocks.
11289
11290         * inssel-x86.brg (OP_OUTARG_VT): dont push zero sized structures
11291         (fix for pinvoke7.cs).
11292
11293 Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
11294
11295         * mini.h, mini.c: ensure correct initialization order for types that
11296         require it. Prepare for lazy compilation of jit icall wrappers.
11297         Provide a name for opcode emulation to reduce unneeded mallocing.
11298
11299 Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
11300
11301         * mini-x86.c: better register restoring code and profiling
11302         support for tail calls.
11303
11304 Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
11305
11306         * mini.h, driver.c: prepare for leaf methods optimization.
11307
11308 Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
11309
11310         * mini.c: get targets of branches before converting a method.
11311
11312 2003-05-23  Dietmar Maurer  <dietmar@ximian.com>
11313
11314         * mini.c (optimize_branches): added some experimental code (disbaled) 
11315
11316 2003-05-22  Dietmar Maurer  <dietmar@ximian.com>
11317
11318         * mini.c (optimize_branches): fix branch to branch optimization 
11319
11320         * exceptions-x86.c (mono_arch_handle_exception): bug fix.
11321
11322         * mini-x86.c (mono_arch_output_basic_block): cleanup up exception code
11323
11324         * inssel-x86.brg: added OP_START_HANDLER, CEE_ENDFINALLY, OP_ENDFILTER
11325
11326         * mini-x86.c (mono_arch_allocate_vars): only reserve space for lmf
11327         if needed.
11328
11329 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
11330
11331         * mini.c (mono_method_to_ir): call handle_loaded_temps before inlining.
11332         enable use of interface variables again.
11333
11334         * mini-x86.c (mono_arch_get_allocatable_int_vars): dont allocate
11335         I1 to registers because there is no simply way to sign extend 8bit
11336         quantities in caller saved registers on x86.
11337
11338         * inssel-float.brg: set costs of some rules to 2 so
11339         that monobure always select the arch. specific ones if supplied,
11340         regardless of the order we pass the files to monoburg.
11341
11342 Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
11343
11344         * mini.c, mini-x86.c: since the magic trampoline for jumps
11345         can't patch the code directly, we do it as soon as the
11346         method gets compiled.
11347
11348 Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
11349
11350         * mini-x86.c, mini.h: introduce a new patching method
11351         to support CEE_JMP and tail calls.
11352         * mini.c: obey tail.call. Don't precompile methods target
11353         of CEE_JMP.
11354         * tramp-x86.c: new trampoline code to handle methods
11355         reached through a jump.
11356
11357 2003-05-20  Dietmar Maurer  <dietmar@ximian.com>
11358
11359         * mini-x86.c (mono_arch_get_allocatable_int_vars): allocate 8/16
11360         bit values to registers
11361
11362 2003-05-19  Dietmar Maurer  <dietmar@ximian.com>
11363
11364         * mini.c (mono_compile_get_interface_var): share interface
11365         variables if possible.
11366
11367 2003-05-16  Martin Baulig  <martin@ximian.com>
11368
11369         * debug-mini.c (mono_init_debugger): New function to initialize
11370         the debugger.  This is not in the debugger since it needs to
11371         access some of mini's internals.
11372
11373 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
11374
11375         * mini.c (mono_method_to_ir): inlining fixes/cleanups
11376
11377 Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
11378
11379         * mini.c, mini-opts.h, inssel.brg: inline small memcpy
11380         for value type handling.
11381
11382 2003-05-16  Dietmar Maurer  <dietmar@ximian.com>
11383
11384         * mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers
11385         (mono_method_check_inlining): enable inlining of all kinds of wrappers
11386
11387 2003-05-15  Lluis Sanchez Gual  <lluis@ideary.com>
11388
11389         * mini.c: fixed little bug in CEE_NEWOBJ case when calling
11390           the constructor through a proxy.
11391
11392 Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
11393
11394         * jit-icalls.c, inssel.brg: fixes to array element address
11395         calculations.
11396
11397 2003-05-15  Dietmar Maurer  <dietmar@ximian.com>
11398
11399         * mini-x86.c (is_regsize_var): allocate pointer to registers
11400
11401 Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
11402
11403         * driver.c: fixed typo, added intrins to the set of optimizations
11404         tested with regressions.
11405
11406 Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
11407
11408         * mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
11409         * jit-icalls.c, exceptions.cs: fixed index out of range checks, added
11410         test case.
11411
11412 2003-05-14  Dietmar Maurer  <dietmar@ximian.com>
11413
11414         * inssel.brg: remove some common pop instructions without side effects
11415
11416 Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
11417
11418         * inssel-x86.brg: fixed thinko in int to double conversions.
11419
11420 Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
11421
11422         * mini.c, jit-icalls.c: added runtime thread-static variable support.
11423
11424 Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
11425
11426         * inssel-long32.brg: two more missing instructions.
11427
11428 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
11429
11430         * mini.c (mono_emit_call_args): set the cil_code for all arguments
11431         if not already set.
11432
11433 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
11434
11435         * mini-x86.c (mono_arch_output_basic_block): Handle negative zero
11436         correctly.
11437
11438         * basic-float.cs: Added tests for negative zero.
11439
11440 Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
11441
11442         * inssel-long32.brg, basic-long.cs, exceptions.cs: handle
11443         a couple of missing operations for long casts, with test cases.
11444
11445 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11446
11447         * exceptions-x86.c: fixed small leaks in mono_arch_handle_exception.
11448
11449 2003-05-09  Dietmar Maurer  <dietmar@ximian.com>
11450
11451         * mini-x86.c (mono_arch_emit_prolog): avoid reallocs with better
11452         code size estimation.
11453
11454 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
11455
11456         * mini.c (mono_jit_create_remoting_trampoline): make it work with
11457         abstract methods (fix bug 42542)
11458
11459         * aot.c: add ability to handle array types
11460         
11461 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
11462
11463         * mini.c: Call the _specific versions of the object allocation
11464         functions if possible.
11465
11466 Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus@ximian.com>
11467
11468         * driver.c: call setlocale ().
11469
11470 Tue May 6 14:38:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
11471
11472         * mini.h, mini.c, aot.c, debug-mini.c, exceptions.c: build fixes for
11473         windows build.
11474
11475 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
11476
11477         * mini.c (optimize_branches): dont touch code inside exception clauses (fix bug 38136)
11478
11479         * exceptions-x86.c (ves_icall_get_frame_info): also skip remoting
11480         wrappers (fix bug 42122)
11481
11482 2003-05-04  Martin Baulig  <martin@ximian.com>
11483
11484         * mini.h (mono_jit_init, mono_jit_cleanup): Added prototypes.
11485
11486         * driver.c: s/MONO_OPT_SAHRED/MONO_OPT_SHARED/g.
11487         s/mini_set_defaults/mono_set_defaults/g.
11488
11489 2003-05-04  Martin Baulig  <martin@ximian.com>
11490
11491         * driver.c: s/mini_parse_default_optimizations/mono_parse_default_optimizations/g.
11492
11493 Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
11494
11495         * inssel-long32.brg: add missing lreg: OP_LCONV_TO_U8 (lreg) rule
11496         (reported by Don Roberts).
11497
11498 Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus@ximian.com>
11499
11500         * mini.c: temporarily work around two bugs for this release.
11501
11502 Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
11503
11504         * Makefile.am: avoid linking libmono with GMODULE_LIBS, because
11505         that contains -export-dynamic and it makes using the ld script
11506         useless.
11507         * mini.h, main.c, driver.c: s/mini_main/mono_main/g.
11508
11509 Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
11510
11511         * mini.h, mini-x86.c, driver.c: disable optimizations not available on a
11512         specific cpu.
11513
11514 Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
11515
11516         * mini.c: make sure leave calls all the needed finally blocks,
11517         even when the target jumps out of multiple exception clauses.
11518
11519 Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
11520
11521         * ldscript, Makefile.am: add linker script to reduce the number of
11522         exported symbols (should also fix the issues with libwine defining
11523         some of the same symbols in io-layer).
11524
11525 2003-05-01  Zoltan Varga  <vargaz@freemail.hu>
11526
11527         * driver.c (mini_main): Avoid assertion when no file name is given on 
11528         the command line.
11529
11530 Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
11531
11532         * driver.c: added --version/-V command line option.
11533         Added the inline optimization in the regression tests.
11534
11535 Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
11536
11537         * mini.c, basic-calls.cs: when inlining, save arguments to locals according 
11538         to the type in the method signature (fixes bug#42134).
11539
11540 Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus@ximian.com>
11541
11542         * mini.c: when inlining, check this is not null only when needed (bug #42135).
11543
11544 Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus@ximian.com>
11545
11546         * mini-ppc.h, tramp-pcc.c: type fixes from Max Horn <max@quendi.de>.
11547
11548 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11549
11550         * driver.c: fixed bug #42100.
11551
11552 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
11553
11554         * mini.c (mono_method_to_ir): UNBOX need to CAST objects first
11555
11556 Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
11557
11558         * mini.c: moved most of the code required to do inlining to its own
11559         function so it can be reused. Inline also ctors if appropriate.
11560
11561 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
11562
11563         * Makefile.am: Link with -export-dynamic so shared libs loaded by
11564         the runtime can call mono API functions.
11565
11566 2003-04-27  Martin Baulig  <martin@ximian.com>
11567
11568         * debug-mini.c (mono_debug_init_method): Added
11569         `guint32 breakpoint_id' argument; if the method has a breakpoint,
11570         send a notification to the debugger.
11571
11572         * mini.c (mono_method_to_ir): Don't insert a breakpoint if we're
11573         running in the Mono Debugger, just pass the breakpoint number to
11574         mono_debug_init_method().
11575
11576         * tramp-x86.c, tramp-ppc.c: Removed the breakpoint trampolines.
11577
11578 Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
11579
11580         * mini.c: allow some more unsafe compares.
11581
11582 Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
11583
11584         * mini-x86.c, Makefile.am: make distcheck works (partially from
11585         a patch by Richard Lee <r.h.lee@attbi.com>).
11586         * regset.c, regset.h: removed, they are unused.
11587
11588 2003-04-25  Dick Porter  <dick@ximian.com>
11589
11590         * driver.c: Usage reports the name as 'mono' not 'mini'
11591         * exceptions-x86.c: Build and run on freebsd
11592
11593 Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
11594
11595         * Makefile.am: install the program with the 'mono' name and
11596         the library as libmono instead of mini and libmini.
11597
11598 Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
11599
11600         * driver.c: provide the APIs for the embedding interface of the old jit.
11601
11602 2003-04-23  Dietmar Maurer  <dietmar@ximian.com>
11603
11604         * jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)
11605
11606 2003-04-23  Martin Baulig  <martin@ximian.com>
11607
11608         * tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.
11609
11610         * driver.c: Added `--debug' command line argument to enable
11611         debugging support.
11612
11613 2003-04-23  Martin Baulig  <martin@ximian.com>
11614
11615         * debug.[ch]: Removed.  The code is now in
11616         ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
11617
11618         * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
11619         last six months.
11620
11621 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
11622
11623         * mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)
11624
11625 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11626
11627         * mini.c:
11628         (mini_cleanup): moved mono_runtime_cleanup call after the call to
11629         mono_domain_finalize.
11630         (mini_method_compile): use mono_method_profile* if the the option is
11631         enabled.
11632
11633 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
11634
11635         * tramp-x86.c (mono_arch_create_jit_trampoline): Subsitute synchronized
11636         methods with their wrapper.
11637
11638         * tramp-ppc.c (mono_arch_create_jit_trampoline): Subsitute synchronized
11639         methods with their wrapper.
11640
11641         * jit-icalls.c (mono_ldvirtfn): Subsitute synchronized methods with
11642         their wrapper.
11643
11644         * mini.c (mono_method_to_ir): Subsitute synchronized methods with their
11645         wrapper.
11646
11647         * mini.c (mono_method_check_inlining): Avoid inlining synchronized
11648         methods.
11649
11650 2003-04-17  Dietmar Maurer  <dietmar@ximian.com>
11651
11652         * exceptions-x86.c (mono_arch_handle_exception): fix for bug 36252
11653
11654 2003-04-16  Dietmar Maurer  <dietmar@ximian.com>
11655
11656         * mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
11657         of the mempool. This is slightly faster and uses less memory
11658
11659 Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
11660
11661         * mini.c: avoid O(n) allocation for variables.
11662
11663 Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
11664
11665         * mini.c: handle items on the stack after inlining methods.
11666
11667 Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
11668
11669         * mini.c: make the method->opcode optimization dependent
11670         on MONO_OPT_INSTRINS and do it lazily.
11671
11672 Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
11673
11674         * driver.c: print overall results at the end of regression run.
11675
11676 Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
11677
11678         * inssel.brg: don't overwrite symbolic registers.
11679
11680 Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
11681
11682         * inssel-x86.brg: fix conversion from long to float.
11683
11684 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
11685
11686         * mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)
11687
11688 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
11689
11690         * mini.c (mono_type_blittable): MONO_TYPE_OBJECT is blittable.
11691
11692         * driver.c: Added --print-vtable option as in the old JIT.
11693
11694 Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
11695
11696         * inssel-long32.brg, exceptions.cs: fix conversions from long, too.
11697
11698 Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
11699
11700         * inssel.brg, basic.cs: fixed checked conversions to byte and short.
11701
11702 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
11703
11704         * mini.c regalloc.c regalloc.h: Fix memory leak.
11705
11706 2003-04-09  Dietmar Maurer  <dietmar@ximian.com>
11707
11708         * aot.c (mono_aot_get_method): register all used strings
11709
11710 Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus@ximian.com>
11711
11712         * mini.c: always intern strings references with ldstr at compile time.
11713
11714 Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
11715
11716         * Makefile.am: add BUILT_SOURCES.
11717
11718 Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
11719
11720         * driver.c: give a better error message when the assembly to execute
11721         doesn't have an entry point.
11722
11723 2003-04-07  Dietmar Maurer  <dietmar@ximian.com>
11724
11725         * Makefile.am: added hack for automake
11726
11727         * mono/mini/mini.c (mono_save_args): always copy arguments to keep
11728         correct sematics.
11729
11730         * mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls
11731
11732 22003-04-07  Martin Baulig  <martin@ximian.com>
11733
11734         * Makefile.am: Added Makefile.am.
11735
11736         * debugger-main.c: Removed, this is now in the debugger where it
11737         belongs.
11738
11739         * mini.pc.in: Call this package `mini' for the moment.
11740
11741
11742
11743
11744
11745
11746
11747