2003-04-21 Martin Baulig <martin@ximian.com>
[mono.git] / mono / jit / ChangeLog
1 2003-04-21  Martin Baulig  <martin@ximian.com>
2
3         * debug.c (mono_debug_open): Splitted into mono_debug_init() and
4         mono_debug_init_2().
5         (mono_debug_open_image): Don't open referenced assemblies; this is
6         done automatically by the code in assembly.c.
7
8         * mono.c (main_thread_handler): Call mono_debug_init() before
9         opening the assembly because we need to install the assembly load
10         hook before doing so.
11
12 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * jit.c:
15         (mono_jit_cleanup): moved mono_runtime_cleanup call after the call to
16         mono_domain_finalize.
17
18 2003-04-05  Miguel de Icaza  <miguel@ximian.com>
19
20         * jit.c (check_inlining): honor the NOINLING atttribute.
21
22 2003-03-31  Martin Baulig  <martin@ximian.com>
23
24         * debug.h (MonoDebuggerEvent): Removed
25         MONO_DEBUGGER_EVENT_THREAD_CREATED.
26
27         * jit.c (mono_thread_start_cb): Don't send the
28         MONO_DEBUGGER_EVENT_THREAD_CREATED event.
29
30 2003-03-13  Martin Baulig  <martin@ximian.com>
31
32         * debug.c (_mono_debug_address_from_il_offset): Moved to
33         ../metadata/debug-mono-symfile.c
34
35 2003-03-07  Martin Baulig  <martin@ximian.com>
36
37         * debug-jit.c: #include <config.h>.
38
39 2003-03-05  Martin Baulig  <martin@ximian.com>
40
41         * debug-jit.c, debug-jit.h: New files.  Moved all JIT-specific
42         stuff here.
43
44         * debug.c (mono_debug_add_method): Moved to debug-jit.c.
45         (mono_debug_handle, mono_debug_initialized): Made them global.
46         (replace_suffix): Removed, this isn't used anymore.
47         (record_line_number): Moved to debug-jit.c.
48         (debug_generate_method_lines): Moved to debug-jit.c
49         (generate_line_number): Renamed to
50         _mono_debug_generate_line_number() and made it global.
51         (debug_update_il_offsets): Moved to debug-jit.c
52         (mono_debug_get_image): Renamed to _mono_debug_get_image() and made
53         it global.
54         (address_from_il_offset): Renamed to
55         _mono_debug_address_from_il_offset() and made it global.
56         (il_offset_from_position): Moved to debug-jit.c
57         (lookup_method): Renamed to _mono_debug_lookup_method() and made
58         it global.
59         (mono_debug_add_method): Moved to debug-jit.c.
60         (mono_debug_create_notification_function): Use two new functions
61         mono_debug_codegen_breakpoint() and mono_debug_codegen_ret()
62         instead of x86_breakpoint() and x86_ret().      
63
64 Sat Mar 1 12:36:45 CET 2003 Paolo Molaro <lupus@ximian.com>
65
66         * jit.c: remove unnecessary assert when inlining.
67
68 2003-02-17  Martin Baulig  <martin@ximian.com>
69
70         * jit.c (mono_jit_compile_method): Don't emit a `nop' at the start
71         of each method.
72
73 2003-02-14  Patrik Torstensson
74
75         * x86.brg: Implemented CONV_OVF_[I|U]4 (freg), this fixes the issues 
76         with the "checked" keyword. Closes bugs #33421 and #35280 (JIT not mint)
77
78 2003-02-14  Dietmar Maurer  <dietmar@ximian.com>
79
80         * exception.c (mono_arch_find_jit_info): better way to handle
81         situations where we have no MonoJitInfo
82
83 2003-02-11  Zoltan Varga  <vargaz@freemail.hu>
84
85         * trampoline.c (arch_create_jit_trampoline): This function should 
86         allways return a trampoline for managed methods. Fixes bug #29859.
87
88 2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
89
90         * debug.c: allocate debug->source_files. Fixes GLib-CRITICAL upon
91         debugging clean up.
92
93 2003-02-02  Martin Baulig  <martin@ximian.com>
94
95         * debug.c (mono_debug_add_wrapper): Lookup the wrapper method in a
96         hash table; we need to provide the correct code_size.
97
98 2003-02-02  Martin Baulig  <martin@ximian.com>
99
100         * jit.c (mono_jit_compile_method): Call mono_debug_add_wrapper()
101         to add the interncall to the symbol file.
102
103         * debug.c (mono_debug_add_wrapper): New public function.
104
105 2003-02-02  Martin Baulig  <martin@ximian.com>
106
107         * debug.c (debug_update_il_offsets): Set the prologue end address
108         to the address of the first source line.
109
110 2003-01-31  Dietmar Maurer  <dietmar@ximian.com>
111
112         * jit.c (mono_analyze_stack): use the wrapper signature if necessary
113
114 2003-01-31  Zoltan Varga  <vargaz@freemail.hu>
115
116         * debug.c (mono_debug_open_image): dynamic assemblies have no debug
117         info.
118
119 Thu Jan 30 11:07:06 CET 2003 Paolo Molaro <lupus@ximian.com>
120
121         * helper.c: handle MONO_TYPE_ARRAY as well.
122         
123 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
124
125         * jit.c (mono_analyze_stack): impl. CEE_MONO_LDNATIVEOBJ
126         (mono_analyze_stack): RETOBJ always returns native sized objects 
127
128 2003-01-28  Zoltan Varga  <vargaz@freemail.hu>
129
130         * x86.brg (mono_ldintftn): use <= instead of <, since the 
131         interface_offsets array is max_interface_id + 1 long.
132
133 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
134
135         * x86.brg (mono_ldintftn): fix from Zoltan: use max_interface_id
136
137 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
138
139         * exception.c (ves_icall_get_trace): avoid crash if the exception is 
140         not yet thrown.
141
142         * exception.c (ves_icall_get_trace): avoid crash on unmanaged frames.
143
144 2003-01-26  Martin Baulig  <martin@ximian.com>
145
146         * debug.c (mono_debug_init): Take a boolean argument which
147         specifies whether we're running in the Mono Debugger.
148
149 2003-01-24  Martin Baulig  <martin@ximian.com>
150
151         * debug.c (mono_debug_io_layer): Disable this on Windows.
152
153 2003-01-23  Dick Porter  <dick@ximian.com>
154
155         * mono.c: Use mono_runtime_exec_managed_code() to run all managed
156         code in a subthread.
157
158         * jit.c: Changed thread start and attach callbacks to pass the
159         thread ID, not the MonoThread pointer.  Arrange that managed code
160         execution will fail an assertion in the main thread, just to be
161         sure.
162
163 2003-01-22  Martin Baulig  <martin@ximian.com>
164
165         * debug.c: Reverted Gonzalo's last change since it is wrong.
166         We're also using the debugging code on Windows, for instance the
167         stabs stuff when running in gdb.  I hope this code still builds on
168         Windows; if not, we need to fix this.
169         Moved all the mono debugger support code into the debugger itself;
170         when debugging a managed application, the debugger new launches a
171         small unmanaged wrapper application which contains this stuff.
172
173         * debug.h (MonoDebuggerIOLayer): New public typedef; this is just
174         initialized to an array of function pointers to the io-layer
175         function; they don't seem to be public in the `libmono' library.
176         (mono_debugger_event): New public function.  Sends the debugger an
177         event if we're running in the Mono Debugger and does nothing otherwise.
178
179         * mono.c: Don't initialize the Mono Debugger here.
180
181         * jit.c (mono_debug_insert_breakpoint): Removed, this isn't used anymore.
182         (mono_thread_start_cb, mono_thread_attach_cb): Call
183         mono_debugger_event() to send the debugger a callback.
184
185 2003-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
186
187         * debug.c: make all public symbols just dummy for windows.
188
189 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
190
191         * debug.c (initialize_debugger_support): ifdef out the call to
192         mono_debugger_init_thread_debug for the release. 
193
194         Someone should look into why its not defined.  I think the problem
195         is what Dick pointed out somewhere: code in io-layer is not
196         supposed to ever be used in Windows, so code for the debugger that
197         lives there must be moved elsewhere.
198
199 2003-01-19  Martin Baulig  <martin@ximian.com>
200
201         * debug.c: Ok, this should now finally be working this time ....
202
203 2003-01-18  Martin Baulig  <martin@ximian.com>
204
205         * debug.c (mono_debugger_jit_exec): Send the background thread a
206         SIGKILL before returning.
207
208 2003-01-17  Dietmar Maurer  <dietmar@ximian.com>
209
210         * x86.brg: removed duplicated CONV_OVF_I4
211
212 2003-01-17  Martin Baulig  <martin@ximian.com>
213
214         * debug.c: Don't use mono_once here.  Reworked the API a bit to
215         use `mono_debug_' and `debug_' for the general debugging API and
216         `mono_debugger_' and `debugger_' for the Mono Debugger stuff.
217
218 2003-01-16  Martin Baulig  <martin@ximian.com>
219
220         * debug.c (debugger_thread_func): We don't need to `raise
221         (SIGSTOP)' anymore; the thread manager already takes care of this.
222
223 2003-01-16  Dietmar Maurer  <dietmar@ximian.com>
224
225         * exception.c (arch_handle_exception): exclude runtime invoke
226         wrapper from the stack trace
227
228         * jit.c (mono_cfg_new): allocate extra space to store esp (used by exceptions)
229         (mono_thread_start_cb): save an additional LMF at thread start
230
231 2003-01-16  Martin Baulig  <martin@ximian.com>
232
233         * jit.c (mono_runtime_install_handlers): Use SYS_sigaction() for
234         the mono_thread_get_abort_signal () - this is SIGUSR1 on FreeBSD
235         and the LinuxThreads port doesn't allow you to override the handler.
236         [FIXME: This avoids an assertion failure on startup, but there's
237         still an issue with thread termination.]
238
239 2003-01-16  Martin Baulig  <martin@ximian.com>
240
241         * debug.c (debugger_thread_func): We don't need to `raise
242         (SIGSTOP)' anymore; the thread manager already takes care of this.
243
244 2003-01-16  Martin Baulig  <martin@ximian.com>
245
246         * debug.c: Use the mono/io-layer functions here instead of gthread.
247
248 2003-01-14  Dietmar Maurer  <dietmar@ximian.com>
249
250         * jit.c (mono_jit_compile_method):  make sure runtime_init is called 
251         (mono_analyze_stack): make sure runtime_init is called
252
253 2003-01-14  Martin Baulig  <martin@ximian.com>
254
255         * debug.c (debugger_update_symbol_file_table): Moved all the
256         functionality into debugger_update_symbol_file_table_internal();
257         the latter one will be called from the background thread while
258         already owning the lock.  This'll allow us to step into
259         debugger_update_symbol_file_table() in the debugger and debug it.
260
261 2003-01-14  Martin Baulig  <martin@ximian.com>
262
263         * Makefile.am: Link against gthread.
264
265         * jit.c: After realizing that mono-mutex doesn't work either
266         because it doesn't support recursive mutexes on FreeBSD, rewrote
267         the whole thread stuff to use gthread.  This seems to fix this
268         weird deadlock in the debugger as well.
269
270 2003-01-12  Alp Toker  <alp@atoker.com>
271
272         * exception.c: Typo fix: insinde -> inside
273
274 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
275
276         * exception.c (ves_icall_get_frame_info): skip one more frame and also
277         MONO_WRAPPER_RUNTIME_INVOKE wrappers
278         (x86_unwind_native_frame): disable unnecessary assertion
279
280 2003-01-07  Dietmar Maurer  <dietmar@ximian.com>
281
282         * exception.c (ves_icall_get_frame_info): fix bug 36382
283
284 Tue Jan 7 15:15:41 CET 2003 Paolo Molaro <lupus@ximian.com>
285
286         * jit.c: handle wrapper_data in NEWOBJ/CALL.
287
288 2003-01-07  Dietmar Maurer  <dietmar@ximian.com>
289
290         * jit.c (mono_analyze_stack): add check for NULL target in STFLD
291
292 2003-01-06  Martin Baulig  <martin@ximian.com>
293
294         * debug.c (debugger_finished_mutex): Use a recursive mutex here.
295
296         * debug.c: Correctly handle the `debugger_finished_mutex'; it is
297         only unlocked by the pthread_cond_wait() in mono_debugger_wait().
298
299 2003-01-04 Jackson Harper <jackson@latitudegeo.com>
300
301         * debug.c: Move must_send_finished var declaration out of #if win32
302         block (this fixes the build on win32)
303
304 2003-01-05  Martin Baulig  <martin@ximian.com>
305
306         * debug.c (mono_debugger_jit_exec): Custom version of mono_jit_exec();
307         this is used when we're running inside the Mono Debugger 
308         (mono_debugger_wait): Put the waiting code into a function of its own.
309
310         * mono.c (main): Call mono_debugger_jit_exec() instead of
311         mono_jit_exec() if we're running inside the Mono Debugger.
312         
313 2003-01-05  Martin Baulig  <martin@ximian.com>
314
315         * debug.h (MonoDebugFormat): Added
316         `MONO_DEBUG_FORMAT_MONO_DEBUGGER'; this allows us to check whether
317         we're running inside the Mono Debugger prior to the args parsing.
318
319 2003-01-04  Martin Baulig  <martin@ximian.com>
320
321         * debug.c (release_symbol_file_table): Only call this if we're
322         actually modifying the symbol tables.
323         (mono_debug_open): Always set the `mono_debugger_class_init_func'
324         for MONO_DEBUG_FORMAT_MONO; this stuff should also go into core dumps.
325
326 2003-01-03  Martin Baulig  <martin@ximian.com>
327
328         * debug.c: Disable the mono debugger stuff on Windows.
329
330 2003-01-03  Martin Baulig  <martin@ximian.com>
331
332         * debug.c (mono_debugger_trampoline_breakpoint_callback): New
333         function.  This is called from the breakpoint trampoline to signal
334         the debugger and wait until it has reload the symbol tables.
335
336         * trampoline.c (get_breakpoint_trampoline): Call the new
337         mono_debugger_trampoline_breakpoint_callback() in the breakpoint
338         trampoline just before the breakpoint.
339
340 2002-12-31  Martin Baulig  <martin@ximian.com>
341
342         * debug.c (MonoDebuggerSymbolFileTable): Added `global_symfile'
343         field to point to the MonoGlobalSymbolTable.
344
345 2002-12-30  Martin Baulig  <martin@ximian.com>
346
347         * debug.c (MonoDebuggerInfo): Put back `symbol_file_modified'.
348         This variable now specifies that the symbol tables have been
349         modified after the last notification has been send.  The debugger
350         uses this flag to check whether it needs to reload the symbol
351         tables or not.
352         (debugger_compile_method): Just send a notification to the
353         debugger, but don't set the modified flag.  It may or may not be
354         set when the debugger gets the notification - depending on whether
355         the JIT compilation added a new method to the symbol tables.
356
357 2002-12-30  Martin Baulig  <martin@ximian.com>
358
359         * debug.c (debugger_compile_method): This is a wrapper around
360         mono_compile_method() which always sends a notification to the
361         debugger.
362
363 2002-12-30  Martin Baulig  <martin@ximian.com>
364
365         * debug.c: Reload the symbol file table before sending the
366         notification event to the debugger.
367         (MonoDebuggerInfo): Removed `update_symbol_file_table'.
368
369 2002-12-31  Martin Baulig  <martin@ximian.com>
370
371         * debug.c: Propertly lock everything and avoid race conditions.
372         (MonoDebuggerInfo): Removed the `symbol_file_modified' again.
373
374 2002-12-31  Duncan Mak  <duncan@ximian.com>
375
376         * debug.c (initialize_debugger_support): Fix build error by
377         declaring ret at the top of the function.
378
379 2002-12-30  Martin Baulig  <martin@ximian.com>
380
381         * debug.c: When running under the mono debugger, create a special
382         debugger thread; always protect the symbol tables with a mutex.
383
384 2002-12-28  Martin Baulig  <martin@ximian.com>
385
386         * debug.c (MonoDebuggerInfo): Added `symbol_file_modified'; it's
387         incremented each time one of the symbol tables is modified.
388
389 Thu Dec 19 18:31:54 CET 2002 Paolo Molaro <lupus@ximian.com>
390
391         * jit.c: fix LDELEMA implementation here as well.
392
393 Wed Dec 18 11:42:58 CET 2002 Paolo Molaro <lupus@ximian.com>
394
395         * jit.c: handle CEE_CONV_OVF_U8_UN like CEE_CONV_OVF_I8_UN.
396
397 Wed Dec 18 11:36:04 CET 2002 Paolo Molaro <lupus@ximian.com>
398
399         * jit.c: query the thread abort signal from the runtime.
400
401 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
402
403         * jit.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
404
405 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
406
407         * jit.c (mono_analyze_stack): call the utility function 
408         mono_field_from_token to avoid code duplication.
409
410 2002-12-02  Dietmar Maurer  <dietmar@ximian.com>
411
412         * jit.c (mono_analyze_stack): added some additinal checks to verify IL code
413
414         * x86.brg (stmt): POP floating point stack correctly
415
416 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
417
418         * emit-x86.c (arch_emit_prologue): don't save caller saved
419         registers twice.
420
421         * exception.c (x86_unwind_native_frame): support exceptions inside
422         native code using gcc generated exception tables (-fexception).
423
424 2002-11-19  Dietmar Maurer  <dietmar@ximian.com>
425
426         * exception.c: include some code from Zoltan Varga, but modified
427         it slightly.
428
429 2002-11-27  Dietmar Maurer  <dietmar@ximian.com>
430
431         * exception.c: massive code cleanups. The code is still
432         architecture dependent, but it should be now possible to reuse the
433         complex parts for other architecture.
434
435 2002-11-15  Dick Porter  <dick@ximian.com>
436
437         * jit.c: Pass the attach callback to mono_runtime_init().
438
439 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
440
441         * jit.c: display the domain name in trace output.
442
443 2002-11-08  Dietmar Maurer  <dietmar@ximian.com>
444
445         * x86.brg (reg): fix bug #2721
446
447         * jit.c (mono_runtime_install_handlers): impl.
448
449 2002-10-17  Martin Baulig  <martin@gnome.org>
450
451         * debug.c (mono_debug_add_method): Make this actually work if we don't
452         have any lifetime information.
453
454 2002-10-15  Martin Baulig  <martin@gnome.org>
455
456         * jit.cs (PUSH_TREE): Always set t->cli_addr here.
457
458         * debug.c (generate_line_number): Small fix to make this actually
459         work for more complex things.
460
461 2002-10-11  Dietmar Maurer  <dietmar@ximian.com>
462
463         * x86.brg (freg): use fprem instead of fprem1
464
465 2002-10-03  Dietmar Maurer  <dietmar@ximian.com>
466
467         * jit.c (ves_array_element_address): added check for out of range index
468         (mono_analyze_stack): added fix for bug #31654
469
470 2002-10-01  Martin Baulig  <martin@gnome.org>
471
472         * debug.c: Don't create an .il file for the dynamic symbol file.
473
474 2002-10-01  Martin Baulig  <martin@gnome.org>
475
476         * debug.c (MonoDebuggerInfo): Added mono_runtime_invoke().
477
478 2002-09-27  Martin Baulig  <martin@gnome.org>
479
480         * debug.c (debug_load_method_lines): Don't use sigaction() on win32.
481
482 2002-09-27  Dick Porter  <dick@ximian.com>
483
484         * mono.c: Tell glib what the program name is, by passing it the
485         name of the managed file we're executing
486
487 2002-09-26  Martin Baulig  <martin@gnome.org>
488
489         * trampoline.c (x86_magic_trampoline): Don't insert the breakpoint
490         trampoline into the vtable, also use it for non-virtual methods,
491         remove the breakpoint when done.
492
493 2002-09-26  Martin Baulig  <martin@gnome.org>
494
495         * debug.c (debug_load_method_lines): Block SIGCHLD while running
496         monodis.
497
498 2002-09-26  Martin Baulig  <martin@gnome.org>
499
500         * debug.c: Reworked the whole debugging stuff.  We have now one
501         single `mono_debug_handle' which keeps a hashtable of
502         `AssemblyDebugInfo's (which may have different debugging formats).
503         The AssemblyDebugInfo is now created when the assembly is loaded,
504         but never when adding a class/type.
505
506         * mono.c: Initialize debugging stuff after corlib and the assembly
507         have been loaded.
508
509 2002-09-25  Martin Baulig  <martin@gnome.org>
510
511         * debug-private.h (DebugLineNumberInfo): Removed.  There's now a
512         MonoDebugLineNumberEntry type in debug-mono-symfile.h which we're
513         using instead of it.
514         (DebugMethodInfo): Removed `line_numbers'.
515
516         * debug.c: Reworked the line number generation; we're now using
517         the MonoDebugLineNumberEntry try for all debugging formats.  This
518         type also includes the line number and IL offset, this allows the
519         JIT to produce better line number info: we only emit line number
520         information for source lines which actually have code.
521
522 2002-09-25  Martin Baulig  <martin@gnome.org>
523
524         * debug.h: Removed external declaration of all functions which
525         should only be called from the Mono Debugger and also made them
526         static.  Since the debugger gets their address from the
527         `MONO_DEBUGGER__debugger_info' vtable, there's no need to export
528         these functions.
529
530 2002-09-25  Martin Baulig  <martin@gnome.org>
531
532         Improved breakpoint support, we can now dynamically insert and
533         remove breakpoints at runtime and when called from withing the
534         Mono Debugger, we're using a special breakpoint trampoline.
535
536         * debug.h (mono_method_has_breakpoint): New method to check
537         whether to insert a breakpoint for a method.
538         (mono_insert_breakpoint): New method to insert a breakpoint.
539         (mono_insert_breakpoint_full): New method to insert a breakpoint,
540         takes a MonoMethodDesc.
541         (mono_remove_breakpoint): New method to remove a breakpoint.
542
543         * debug.c (mono_debugger_insert_breakpoint): New function for the
544         debugger.  Should only be called from the debugger.
545         (mono_debugger_remove_breakpoint): Likewise.
546
547         * mono.c (main): Use mono_insert_breakpoint() to insert breakpoints.
548
549         * trampoline.c (get_breakpoint_trampoline): New static function to
550         create a special breakpoint trampoline for the debugger.
551         (x86_magic_trampoline): If we're running inside the Mono Debugger
552         and a breakpoint was requested for the method, generate a special
553         breakpoint trampoline.
554
555         * jit.c (mono_debug_methods): Removed, use mono_insert_breakpoint()
556         to insert a breakpoint.
557         (mono_debug_last_breakpoint_address): Removed.
558         (match_debug_method): Removed, use mono_method_has_breakpoint().
559
560 Wed Sep 25 12:04:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
561
562         * jit.c: reorder mono_runtime_cleanup () call since it needs the
563         engine still fully working.
564
565 2002-09-24  Martin Baulig  <martin@gnome.org>
566
567         * debug.c (mono_debug_open): When we're invoked from inside the
568         Mono Debugger, set mono_debugger_class_init_func (exported in
569         metadata/class.c) to mono_add_type().
570         (mono_add_type): Call mono_debug_symfile_add_type().
571
572 Tue Sep 24 11:34:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
573
574         * jit.c: avoid including cil-coff.h (again). Optimize typeof (type).
575         Run finalize on domain cleanup.
576         * mono.c: call setlocale ().
577         * trampoline.c: clearer error message for invalid trampoline.
578
579 2002-09-21  Martin Baulig  <martin@gnome.org>
580
581         * debug.c (MonoDebuggerSymbolFileTable): Use an actual typedef for this
582         instead of writing a byte blob.
583         (mono_debug_make_symbols): This doesn't touch the symbol tables anymore.
584         (mono_debug_add_method): Incrementally add the new method to the symbol
585         table.
586
587         * exception.c (arch_handle_exception): If we have debugging support,
588         call mono_debugger_update_symbol_file_table () as well.
589
590 2002-09-20  Martin Baulig  <martin@gnome.org>
591
592         * debug.c (mono_debug_add_method): The `MonoDebugVarInfo' now includes
593         the size of the variable.
594
595 2002-09-18  Dietmar Maurer  <dietmar@ximian.com>
596
597         * linear-scan.c (mono_analyze_liveness): we can save 30% of needed
598         iterations if we visit blocks in reverse order.
599
600 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
601
602         * jit.c (mono_analyze_stack): cleaup of the array code
603
604         * exception.c: added patch from Julio Merno to fix bug #30048
605
606         * jit.c (mono_analyze_stack): code cleanup, fix bug #29365
607
608 2002-09-09  Dietmar Maurer  <dietmar@ximian.com>
609
610         * x86.brg (LDELEMA): use x86_lea 
611
612 2002-09-06  Martin Baulig  <martin@gnome.org>
613
614         * debug.c (debug_update_il_offsets): Fixed a memory corruption bug.
615         If you were getting random crashes when using the JIT with debugging
616         turned on, this fixes it.
617
618 2002-09-06  Dietmar Maurer  <dietmar@ximian.com>
619
620         * emit-x86.c (arch_emit_epilogue): use pop instead of mov
621
622 2002-09-05  Martin Baulig  <martin@gnome.org>
623
624         * debug.c (MONO_DEBUGGER__debugger_info): New global data symbol
625         which is read by the debugger.
626
627 Wed Sep 4 14:06:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
628
629         * Makefile.am: link libmono directly into mono. Use a ld script
630         to reduce exported symbols.
631
632 2002-09-03  Martin Baulig  <martin@gnome.org>
633
634         * debug.c (free_method_info): Make this actually work.
635
636 2002-09-03  Martin Baulig  <martin@gnome.org>
637
638         * debug.h (MonoDebugFormat): Killed MONO_DEBUG_FORMAT_DWARF2_PLUS.
639         * debug-dwarf2-plus.c: Removed.
640
641         * debug-private.h (DebugMethodInfo): Removed the `method_info' field.
642         (AssemblyDebugInfo): Removed the old `symfile' field and renamed
643         `mono_symfile' to `symfile'.
644
645         * debug.c (mono_debug_open): Replaced the assembly argument with a
646         file name argument; you can now call this before loading the assembly.
647         (debug_generate_method_lines): The MonoDebugILOffsetInfo struct is gone,
648         we now use MonoSymbolFileLineNumberEntry's and a separate address array
649         instead; splitted out all MonoSymbolFileLineNumberEntry code into
650         debug_generate_il_offsets() and debug_update_il_offsets().
651         (mono_debug_add_method): Don't create the MonoDebugMethodInfo here; it's
652         created when reading the symbol file or from debug_load_method_lines().
653         (debug_load_method_lines): Create the MonoDebugMethodInfo for all methods.
654
655         * exception.c (arch_handle_exception): Call mono_debug_make_symbols() before
656         looking up an address.
657
658         * debug.c: Don't create the .il files for MONO_DEBUG_FORMAT_MONO.
659
660         * mono.c (main): Initialize debugging before loading the first assembly.
661         
662 2002-08-28  Dick Porter  <dick@ximian.com>
663
664         * mono.c: mono_set_rootdir() doesnt take any args now
665
666         * Makefile.am: Export HOST_CC for w32 builds
667
668 2002-08-28  Dietmar Maurer  <dietmar@ximian.com>
669
670         * jit.c (mono_store_tree): only allocate vars if really necessary
671
672 2002-08-27  Martin Baulig  <martin@gnome.org>
673
674         * debug.c: The mono symbol file is installed together with the assembly
675         it belongs to and it's used on a per-image basis.
676
677 Tue Aug 27 19:44:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
678
679         * mono.c: don't use the cil-coff header outside of the loader.
680
681 2002-08-27  Martin Baulig  <martin@gnome.org>
682
683         * debug.c (mono_debugger_internal_get_symbol_files): Removed, we need
684         to use global variables for this since they're stored in a core file.
685         (mono_debugger_symbol_file_table_generation): New global variable.
686         (mono_debugger_symbol_file_table): New global variable.
687         (mono_debugger_update_symbol_file_table): New global function to update
688         the symbol file table.
689
690 2002-08-27  Martin Baulig  <martin@gnome.org>
691
692         * trampoline.c (mono_generic_trampoline_code): New global variable.
693         (arch_create_jit_trampoline): Use the new global variable to store the
694         generic trampoline code instead of using a static one.  This allows the
695         debugger to access this variable to check whether a method is a trampoline.
696
697         * debug.h (mono_generic_trampoline_code): Added external declaration.
698
699 2002-08-27  Martin Baulig  <martin@gnome.org>
700
701         * debug.c (MonoDebugHandle): Moved the method hash into the
702         AssemblyDebugInfo struct since we need to use a separate hash for each
703         MonoImage.
704
705         * debug.c: Added special undocumented command line argument to create a
706         symbol file for IL files on-the-fly.  In this case, we also need to create
707         the IL files and parse them.
708         (mono_debugger_internal_get_symbol_files): Return something more reasonable.
709
710 2002-08-26  Martin Baulig  <martin@gnome.org>
711
712         * debug.c (mono_debugger_internal_free_symbol_files): New function.
713         (mono_debugger_internal_symbol_files_changed): New global variable.
714
715 2002-08-24  Martin Baulig  <martin@gnome.org>
716
717         * debug.c (mono_debugger_internal_get_symbol_files): New function.
718
719 2002-08-24  Martin Baulig  <martin@gnome.org>
720
721         * debug.c (mono_debug_write_symbols): Added support for the new
722         debugging format.
723
724         * mono.c (main): The `--debug' argument now knows about a new
725         debugging format `mono' which will be used to display source lines
726         in backtraces.
727
728         * debug.h (MonoDebugFormat): Added a new MONO_DEBUG_FORMAT_MONO
729         which will be used when displaying backtraces.  It reads a new
730         binary symbol file.
731
732 2002-08-23  Martin Baulig  <martin@gnome.org>
733
734         * jit.c (match_debug_method): Don't include runtime invoke methods
735         in the search.
736
737         * mono.c (main): Accept `Main' as argument to --break to insert a
738         breakpoint on the application's main method.
739
740 2002-08-23  Martin Baulig  <martin@gnome.org>
741
742         * debug-dwarf2.c (dwarf2_write_class_field): Don't include any static fields.
743         
744 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
745
746         * exception.c (arch_handle_exception): don't set stack_trace to
747         null (so that it contains the full trace even when we rethrow the
748         exception).
749
750 2002-08-19  Nick Drochak <ndrochak@gol.com>
751
752         * x86.brg (mono_llmult_ovf): Simplified the code greatly by refactoring
753         the algebraic form we are using.  This also eliminated a silly overflow
754         of the intermediate result that was causing troubles.
755
756 2002-08-16  Nick Drochak <ndrochak@gol.com>
757
758         * x86.brg (mono_llmult_ovf): Flip ALL the bits, dummy. Now negative numbers
759         work.
760
761 2002-08-15  Nick Drochak <ndrochak@gol.com>
762
763         * x86.brg (mono_llmult_ovf): Fix so it throws an overflow when result
764         will not fit in 64 bits.  Fixes bug #27375.
765
766 Wed Aug 14 17:31:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
767
768         * exception.c: updates for API changes in metadata/.
769
770 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
771
772         * jit.c (mono_jit_init): use  ((gpointer)-1) as end_of_stack
773         address for the main thread.
774
775 2002-08-12  Dietmar Maurer  <dietmar@ximian.com>
776
777         * jit.c (mono_analyze_stack): added support for Thread::Abort ()
778
779 2002-08-08  Dietmar Maurer  <dietmar@ximian.com>
780
781         * exception.c (arch_handle_exception): simply return and let the
782         libpthread/kernel restore the context. This should work on recent
783         versions of linuxthreads.
784
785         * jit.c (mono_runtime_install_handlers): switch back to use
786         sigaction from libpthreads. As long as this does not make problems
787         we should use this instead of syscall.
788
789 2002-08-07  Dietmar Maurer  <dietmar@ximian.com>
790
791         * jit.c: removed the createdelegate icall
792         (mono_analyze_stack): special case Array::Address()
793
794 2002-08-06  Dietmar Maurer  <dietmar@ximian.com>
795
796         * emit-x86.c (arch_emit_prologue): make the call to
797         mono_get_lmf_addr relocatable.
798         (arch_jit_compile_cfg): do not waste memory
799         (arch_jit_compile_cfg): use a mempool to store native code. This
800         improves locality of code.
801
802 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
803
804         * jit.c (mono_analyze_stack): impl. CEE_MONO_RETOBJ
805
806 2002-07-30  Sergey Chaban <serge@wildwestsoftware.com>
807
808         * x86.brg (LOCALLOC): under Windows, if allocation size is bigger
809         than one page, it's necessary to allocate memory incrementally,
810         in page-size steps, performing stack-touch every time.
811         Also added LOCALLOC(CONST_I4) implementation.
812
813 2002-07-27  Dietmar Maurer  <dietmar@ximian.com>
814
815         * jit.c (mono_get_runtime_method): code cleanup
816
817         * x86.brg: we do not need to save EAX/ECX/EDX in stmt:
818
819 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
820
821         * jit.c (mono_analyze_stack): added CEE_TAIL (but it is ignored)
822
823 Wed Jul 24 13:02:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
824
825         * jit.c, jit.h, exception.c: implemented stack walking function.
826
827 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
828
829         * x86.brg (ARG_OBJ): removed zero sized object warning 
830
831 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
832
833         * jit.c (mono_allocate_excvar): mark excvar as volatile
834
835         * emit-x86.c (enter_method): use arch_get_argument_info to get
836         stack layout.
837
838         * jit.c (mono_analyze_stack): use arch_get_argument_info to get
839         stack layout.
840         (mono_analyze_stack): removed unused code
841
842         * emit-x86.c (arch_allocate_arg): impl.
843
844 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
845
846         * emit-x86.c (arch_allocate_var): fix alignment bug
847
848         * x86.brg (X86_CALL_BEGIN): add argument padding before emitting a call
849
850         * jit.c (mono_analyze_stack): s/k/k + 1/
851
852         * x86.brg (LOCALLOC): align to MONO_FRAME_ALIGNMENT
853
854         * emit-x86.c (arch_get_argument_info): impl.
855
856 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
857
858         * exception.c (arch_handle_exception): Memory leak fix.
859
860 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
861
862         * jit.c (mono_analyze_stack): avoid recursive inlining
863
864 Fri Jul 19 18:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
865
866         * emit-x86.c: temporary workaround for gcc bug.
867         * jit.h, jit.c, mono.c: move mono_jit_image to jit.c.
868         Don't include config.h in headers.
869
870 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
871
872         * x86.brg: correctly align valuetype arguments on the stack
873
874         * jit.c (mono_analyze_stack): do not compute frame size here.
875
876         * x86.brg: use macros to avoid code duplication for CALL opcodes,
877         compute frame size in x86.brg
878
879 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
880
881         * x86.brg (ARG_OBJ): allow zero sized ARG_OBJ
882
883         * exception.c (arch_handle_exception): removed duplicated code,
884         added support for exception filters
885
886         * jit.c (mono_jit_compile_method): support exception filters
887
888 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
889
890         * jit.c (mono_analyze_stack CEE_DIV): added fix from Zoltan Varga
891         (bug #27423)
892         * jit.c: s/ISSTRUCT/MONO_TYPE_ISSTRUCT/ 
893
894         * helpers.c (mono_map_ldind_type): added suggested changes from
895         Zoltan Varga (support MONO_TYPE_U), variou 64bit fixes
896
897         * jit.c (mono_analyze_stack): remove the vtype pointer from the
898         stack (fix bug #27420)
899
900 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
901
902         * x86.brg (CALL_VOID): fix bug #27751
903         (CONV_R_UN) use reg2 instead of reg1 for the negative check /fix bug 27849.
904
905         * jit.c (mono_analyze_stack): adjust valuetype size for pinvoke calls
906
907 i2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
908
909         * x86.brg (freg): new rule freg: CALL_R8 (this, reg)
910
911 2002-07-10  Dietmar Maurer  <dietmar@ximian.com>
912
913         * emit-x86.c (arch_emit_prologue): added code to save LMF
914
915 2002-07-04  Dietmar Maurer  <dietmar@ximian.com>
916
917         * x86.brg (LOCALLOC): added fix from Zoltan Varga (for bug #27396) 
918
919 2002-07-05  Martin Baulig  <martin@gnome.org>
920
921         * debug.c (mono_debug_add_method): Fix a bug in the `begin_scope' and
922         `end_scope' calculations when linear scan register allocation is disabled.
923
924 2002-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
925
926         * mono.c: removed the "RESULT: X" message.
927
928 2002-07-01  Dietmar Maurer <dietmar@ximian.com>
929
930         * exception.c (arch_get_call_finally): restore caller saved
931         register used by global reg. allocation when calling finally
932         handlers (fixes bug #24943).
933
934 2002-07-01  Dick Porter  <dick@ximian.com>
935
936         * jit.c (mono_jit_exec): Removed unneeded argument to
937         mono_runtime_run_main()
938
939 2002-06-28  Martin Baulig  <martin@gnome.org>
940
941         * debug.c (debug_generate_method_lines, mono_debug_add_method): Make methods
942         start on the nop instruction to make single-stepping into an already-JITed
943         method work.
944
945 2002-06-26  Martin Baulig  <martin@gnome.org>
946
947         * debug.c (mono_debug_source_location_from_address): Added
948         `guint32 *line_number' argument.  If it's not NULL, store the line number
949         there and return the file name without the line number.
950
951         * exception.c (ves_icall_get_trace): Fill in `sf->filename' and `sf->line'.
952         (ves_icall_get_frame_info): Likewise.
953
954 2002-06-25  Dick Porter  <dick@ximian.com>
955
956         * jit.c (mono_jit_exec): Pass the assembly to mono_runtime_run_main
957
958 2002-06-22  Martin Baulig  <martin@gnome.org>
959
960         * debug.c (mono_debug_source_location_from_address): Small fix, an
961         unsigned number can never be smaller than zero, make that check
962         actually work.
963
964 2002-06-19  Dietmar Maurer  <dietmar@ximian.com>
965
966         * exception.c (ves_icall_get_trace): new method to get the stack
967         trace from a Exception.
968
969 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
970
971         * jit.c (check_inlining): do not inline functions containing 
972         calls to stack query functions
973
974         * exception.c (ves_icall_get_frame_info): impl.
975
976 Tue Jun 18 10:21:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
977
978         * invoke.c: marshal simple arrays correctly.
979
980 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
981
982         * x86.brg: added inlined versions of Math.Sin, Math.Cos, Math.Sqrt
983
984         * jit.c (mono_analyze_stack): impl. STARG
985         (mono_analyze_stack): impl. LDARGA
986
987         * exception.c (arch_handle_exception): correctly restore register
988         values when unwinding the stack (fixes bug 25698)
989
990 2002-06-09  Martin Baulig  <martin@gnome.org>
991
992         * debug.c (mono_debug_open_image): For MONO_DEBUG_FORMAT_DWARF2_PLUS,
993         the `%s-debug.s' file is in the same directory than its assembly.
994
995 Sat Jun 1 13:24:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
996
997         * message.c, emit-x86.c: kill warnings.
998
999 2002-05-31  Dietmar Maurer  <dietmar@ximian.com>
1000
1001         * x86.brg: buf fix in REMOTE_STIND_OBJ
1002         (mono_ldvirtftn): impl.
1003         (mono_ldintftn): impl.
1004         (mono_ldftn): impl.
1005
1006 Fri May 31 13:26:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
1007
1008         * mono.c: added --config command line option.
1009
1010 Fri May 31 12:34:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
1011
1012         * jit.c, jit.h: collect statistics about the number of basic blocks.
1013
1014 2002-05-31  Martin Baulig  <martin@gnome.org>
1015
1016         * debug.c (mono_debug_address_from_il_offset): New public function.
1017         (mono_debug_add_method): Improved local variable info: correctly handle
1018         variables in registers and their start/end scopes.
1019
1020 2002-05-30  Martin Baulig  <martin@gnome.org>
1021
1022         * debug-dwarf2.c (dwarf2_write_string): Use "0x%lx" as fprintf() format,
1023         not "%p" which seems to be broken on Windows/mingw32.
1024
1025 2002-05-30  Dietmar Maurer  <dietmar@ximian.com>
1026
1027         * x86.brg (reg): bug fix in LOCALLOC
1028
1029         * mono.c (main): new switch --nointrinsic to disable memcpy opt.
1030
1031         * x86.brg: added block copy/init optimizations from 
1032         Serge (serge@wildwestsoftware.com)
1033  
1034 Thu May 30 14:13:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
1035
1036         * invoke.cs: lookup P/Invoke method address only when needed.
1037
1038 2002-05-29  Dietmar Maurer  <dietmar@ximian.com>
1039
1040         * x86.brg: bug fix in REMOTE_STIND_OBJ
1041
1042         * invoke.c (arch_create_native_wrapper): handle pointers to value types
1043
1044         * helpers.h: use mono_ prefix for all functions
1045
1046         * jit.c (mono_analyze_stack): fixed SIZEOF
1047
1048         * x86.brg: impl. LOCALLOC, INITBLK
1049
1050 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
1051
1052         * x86.brg: impl. CKFINITE 
1053
1054         * jit.c (mono_analyze_stack): impl. CEE_CALLI
1055
1056         * x86.brg (JMP): impl. JMP opcode
1057
1058 2002-05-27  Dietmar Maurer  <dietmar@ximian.com>
1059
1060         * jit.c (mono_cfg_new): reserve additional space to store ESP when
1061         calling finally handlers.
1062
1063         * exception.c (arch_get_call_finally): save ESP before calling
1064         finally handler.
1065
1066         * helpers.c (map_arg_type): move some generic helper function into
1067         this file.
1068
1069         * mono.c (usage): new option --breakonex 
1070
1071         * exception.c (arch_exc_is_caught): only return FALSE if really
1072         unhandled.
1073
1074         * jit.c (mono_thread_abort): free jit_tls
1075
1076 2002-05-24  Dietmar Maurer  <dietmar@ximian.com>
1077
1078         * x86.brg (stmt): use memmove to cope with overlapping
1079         blocks. This is not required by the specs, so we can remove it
1080         later if it turns out to be too slow (and use memcpy).
1081
1082         * jit.c (mono_analyze_stack): moved const. folding from x86.brg
1083
1084         * x86.brg: CPBLK impl.
1085
1086         * emit-x86.c (tree_emit): modified to support 3 nonterminals per
1087         rule (used for CPBLK).
1088
1089 Thu May 23 18:43:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
1090
1091         * mono.c: remove generated code from hash when benchmarking/testing
1092         method compilation.
1093         * invoke.cs: special case string ctors.
1094
1095 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
1096
1097         * *.c: code cleanups - tried to separate architecture dependent things. 
1098
1099 2002-05-23  Martin Baulig  <martin@gnome.org>
1100
1101         * debug.c (mono_debug_open): Don't call mono_debug_add_image().
1102         (mono_debug_write_symbols): Only recreate the symbol file if
1103         necessary.
1104
1105         * debug-private.h (MonoDebugHandle): Added `dirty' flag.
1106
1107         * mono.c (main): Call mono_debug_add_image() here.
1108
1109         * jit.c (mono_thread_abort): If we have debugging support, call
1110         mono_debug_make_symbols() and G_BREAKPOINT().
1111
1112         * exception.c (arch_handle_exception): Don't G_BREAKPOINT() if we get
1113         an unhandled exception.
1114
1115 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
1116
1117         * delegate.c: move the thread pool to metadata/threadpool.c, code
1118         cleanup.
1119
1120 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
1121
1122         * exception.c (arch_exc_is_catched): impl. MS like exception
1123         handling (added a check for unhandled exceptions)
1124
1125 2002-05-22  Martin Baulig  <martin@gnome.org>
1126
1127         * debug-dwarf2-plus.c (mono_debug_open_assembly_dwarf2_plus): Only run
1128         the assembler if necessary, ie. the assembler file is newer than the
1129         symbol file or the symbol file does not exist.
1130
1131         * debug.c: Added "update_on_exit" argument to recreate the symbol file
1132         when the JIT exists.
1133
1134         * debug-dwarf2.c: Produce assembler code which is free of comments and
1135         extra whitespaces so that it's suitable for `as -f'.
1136
1137 2002-05-22  Martin Baulig  <martin@gnome.org>
1138
1139         * debug-dwarf2.c (dwarf2_write_section_end): Removed.  This is not needed
1140         and not supported by all assemblers.
1141         (dwarf2_write_2byte): Use ".word" instead of ".2byte" since ".2byte" is a
1142         GNU extension.
1143
1144         * mono.c (--debug): Small fix in the argument parsing.
1145
1146 2002-05-22  Martin Baulig  <martin@gnome.org>
1147
1148         * debug.c: Added "dont_assemble" and "dont_precompile" argument for dwarf-plus.
1149
1150         * mono.c: Applied patch from Miguel:
1151         (--debug): This is now a `--debug=[FORMAT]' argument where FORMAT defaults
1152         to dwarf-plus.
1153
1154 2002-05-21  Martin Baulig  <martin@gnome.org>
1155
1156         * debug.c (mono_debug_source_location_from_address): Added support for the
1157         dwarf2-plus format.
1158
1159 2002-05-21  Martin Baulig  <martin@gnome.org>
1160
1161         * debug.c (mono_debug_source_location_from_address): New function.
1162         (mono_debug_il_offset_from_address): New function.
1163
1164         * exception.c (arch_handle_exception): If we have debugging support, include
1165         information about the source location and IL offset in the stack trace.
1166
1167 2002-05-21  Dietmar Maurer  <dietmar@ximian.com>
1168
1169         * jit.c (mono_analyze_stack): LDARG uses 16bit argument (fix bug
1170         #25058)  
1171
1172         * x86.brg (stmt): removed unnecessary assertion
1173
1174         * jit.c (check_inlining):  we cant inline throw instructions
1175         (because it breaks some basic block requirements)
1176
1177 2002-05-21  Martin Baulig  <martin@gnome.org>
1178
1179         * debug-private.h (MonoDebugFlags): New enum typedef.
1180
1181         * debug.c (mono_debug_open): Added a few useful arguments.  See the manpage
1182         for details.
1183
1184 2002-05-21  Martin Baulig  <martin@gnome.org>
1185
1186         * debug.c (mono_debug_open_file): Renamed to mono_debug_open(), now takes
1187         a `MonoAssembly *' argument instead of a `char *filename' one.  Also added
1188         `const char **args' argument.
1189
1190         * mono.c (mono_jit_assembly): Renamed to mono_jit_compile_image(), added
1191         `int verbose' argument and made it public.
1192         (mono_jit_compile_class): New public function,  moved the code to compile
1193         all methods in a class here from main().
1194         (--compile): The argument can now also be an image (in `@imagename' format).
1195         Updated documentation for this command line argument.
1196         (--precompile): New command line argument to precompile an image/class/method
1197         before executing the main app.  This argument can be given multiple times.
1198         (--break): Renamed the "--debug" command line argument to "--break".
1199         (--debug): New command line argument to specify the debugging format.
1200         (--stabs, --dwarf, --dwarf-plus): Removed, obsoleted by "--debug".
1201         (--debug-args): New command line argument.  This is a comma-separated list of
1202         additional arguments for the symbol writer.
1203         (usage): Beautified the help text a bit.
1204
1205         * debug-dwarf2-plus.c (mono_debug_open_assembly_dwarf2_plus): Use the new
1206         public mono_jit_compile_image() function rather than duplication this
1207         functionality here.
1208
1209 2002-05-21  Martin Baulig  <martin@gnome.org>
1210
1211         * debug-dwarf2-plus.c: This is now working again :-)
1212
1213         * debug.c (mono_debug_open_file): When using MONO_DEBUG_FORMAT_DWARF2_PLUS,
1214         we create two MonoDebugHandles: one for MONO_DEBUG_FORMAT_DWARF2_PLUS and
1215         one for the fallback MONO_DEBUG_FORMAT_DWARF2.
1216
1217 2002-05-21  Martin Baulig  <martin@gnome.org>
1218
1219         * jit.c (mono_debug_handle): Removed this global variable.
1220
1221         * debug.c (mono_debug_close): Removed.
1222         (mono_debug_cleanup): New global function.
1223         (mono_debug_add_image): New global function.
1224         (mono_debug_handle_from_class): New global function.
1225         (mono_debug_write_symbols): New global function.
1226         (mono_debug_add_type): Removed `MonoDebugHandle *' argument.
1227         (mono_debug_add_method): Likewise.
1228
1229 2002-05-21  Martin Baulig  <martin@gnome.org>
1230
1231         Work around a hard-to-fix bug in GDB and create a single dwarf/stabs
1232         file for all assemblies.  Currently, the JIT doesn't put all methods
1233         from a single assembly into a continuous region of memory.  We were
1234         previously creating valid DWARF 2 files for this, but unfortunately
1235         GDB's symbol tables get messed up when it reads more than one such file.
1236
1237         * debug-private.h (AssemblyDebugInfo): Moved `f', `producer_name',
1238         `next_idx', `methods', `type_hash', `source_files' and `format'
1239         into the MonoDebugHandle.
1240
1241         * debug.c (mono_debug_get_type): This now operates on the MonoDebugHandle,
1242         not on the AssemblyDebugInfo.
1243         (mono_debug_open_file): Moved some stuff here from mono_debug_open_assembly().
1244
1245         * debug-dwarf2.c (mono_debug_write_assembly_dwarf2): Renamed into
1246         mono_debug_write_dwarf2().
1247         (mono_debug_open_assembly_dwarf2): Removed.
1248         (mono_debug_close_assembly_dwarf2): Removed.
1249
1250         * debug-stabs.c (mono_debug_write_assembly_stabs): Renamed into
1251         mono_debug_write_stabs().
1252         (mono_debug_open_assembly_stabs): Removed.
1253         (mono_debug_close_assembly_stabs).
1254
1255         * debug-dwarf2-plus.c: This is currently broken. :-(
1256
1257 2002-05-20  Martin Baulig  <martin@gnome.org>
1258
1259         * debug.h (mono_debug_format): New global variable.
1260         (MonoDebugFormat): Added MONO_DEBUG_FORMAT_NONE.
1261
1262         * debug-private.h (MonoDebugHandle): Added `objfiles' field which is
1263         a whitespace separated list of symbol files.
1264         (AssemblyDebugInfo): Added `objfile' filed which is the name of the
1265         symbol file.
1266
1267         * mono.c (main): Pass the assembly file name to mono_debug_open_file().
1268
1269         * debug.c (mono_debug_make_symbols): Link all symbol files into a big
1270         `<assemblyname>.o' symbol file.
1271
1272 2002-05-20  Martin Baulig  <martin@gnome.org>
1273
1274         * debug.c (debug_load_method_lines): Check whether the assembly file
1275         is newer than the IL file and recreate the IL file if necessary.
1276
1277 2002-05-20  Miguel de Icaza  <miguel@ximian.com>
1278
1279         * mono.c Updated copyright years. 
1280
1281 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
1282
1283         * mono.c (usage): Relayout command line options.
1284
1285 2002-05-17  Dietmar Maurer  <dietmar@ximian.com>
1286
1287         * x86.brg (reg): fixed array bound check
1288
1289         * emit-x86.c (enter_method): print method signature
1290
1291         * exception.c (arch_handle_exception): set trace info before we
1292         call handlers.
1293
1294 2002-05-16  Dietmar Maurer  <dietmar@ximian.com>
1295
1296         * jit.c (mono_find_final_block): make it work with mcs
1297
1298         * x86.brg: buf fix. if exception variable is allocated to a register. 
1299
1300         * jit.c (mono_find_final_block): bug fix.
1301
1302 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
1303
1304         * delegate.c (arch_end_invoke): fix bug #24653, simplified the
1305         code using new runtime_invoke feature.
1306
1307         * jit.c (mono_analyze_flow): try blocks are followed by handler
1308         blocks, so we need to add all handler blocks as succesors.
1309         (mono_thread_start_cb): set end_of_stack
1310
1311         * exception.c (arch_handle_exception): correctly save/restore caller
1312         saved regs.
1313
1314         * emit-x86.c (arch_emit_prologue): correctly save/restore caller
1315         saved regs.
1316
1317         * jit.c (mono_cfg_new): allocate space for caller saved registers.
1318
1319 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
1320
1321         * jit.c: only use one TLS slot to store jit data
1322
1323         * exception.c (arch_handle_exception): print function signature,
1324         use thread relative end_of_stack
1325
1326 2002-05-13  Dietmar Maurer  <dietmar@ximian.com>
1327
1328         * jit.c (OPT_BOOL): new. opt. for boolean variables - we simply
1329         store them as 32 bit integers.
1330         (mono_analyze_stack): we need to generate a temporary var for
1331         SHL/SHR because the tree allocator can fail otherwise 
1332
1333         * exception.c (arch_handle_exception): EIP now points to the call
1334         instruction, not to the instruction after the call. This fixes the
1335         bug reported by Linus Upson (tests/exception8.cs)
1336
1337 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
1338
1339         * jit.c (mono_analyze_flow): always allocate the forest array
1340         (mono_stack_duplicate_used_var): impl.
1341         (mono_copy_used_var): impl.
1342
1343         * x86.brg: bug fix in SHR/SHL
1344
1345         * emit-x86.c (arch_emit_prologue): check if live_in_set != NULL
1346
1347 2002-05-11  Sergey Chaban <serge@wildwestsoftware.com>
1348
1349         * mono.c: new --fast-iconv command line option
1350         to enable fast FP-to-integer conversion code.
1351         * jit.c, jit.h: added global variable to store state
1352         for the above option. This optimization is disabled
1353         by default.
1354         * x86.brg: added code to emit fast FP-to-integer
1355         conversion sequences.
1356
1357 2002-05-10  Dan Lewis  <dihlewis@yahoo.co.uk>
1358
1359         * emit-x86.c: simple definite assignment analysis optimization for
1360         uninitialized locals.
1361
1362 Fri May 10 15:43:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
1363
1364         * x86.brg, emit-x86.c: patch the branch targets with x86_patch().
1365
1366 2002-05-10  Dietmar Maurer  <dietmar@ximian.com>
1367
1368         * linear-scan.c (mono_update_gen_set): improvement/bug fix
1369
1370         * x86.brg: added additional rules to handle global allocated registers
1371
1372         * mono.c (usage): the option is called --nols, and it dissables
1373         linear scan.
1374
1375         * x86.brg: better LDIND_R4, LDIND_R8, STIND_R4, STIND_R8
1376
1377 2002-05-09  Dietmar Maurer  <dietmar@ximian.com>
1378
1379         * linear-scan.c: linear scan reg. allocation and data flow analysis
1380         use Paolo's great bitset implementation.
1381
1382         * jit.c (arch_allocate_var): add live range info
1383         (mono_cfg_add_successor): create list of successors for basic
1384         blocks.
1385
1386         * mono.c (main): new option --ls to enable linear scan
1387
1388         * exception.c (arch_handle_exception): print instruction pointer
1389         relative to method start address.
1390
1391         * jit.c (mono_print_ctree): print register number if locals are
1392         allocate in registers.
1393
1394         * emit-x86.c (arch_emit_prologue): initialize reg. allocated locals
1395         (arch_emit_epilogue): take care when restoring save registers,
1396         because the stack pointer may has changed.
1397
1398         * x86.brg: s/VAROFFSET/VARINFO/
1399         modified to support global register allocation
1400
1401 Mon May 6 15:38:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
1402
1403         * jit.h, jit.c, emit-x86.c: x86 cpu detection code from Sergey.
1404
1405 2002-05-03  Sergey Chaban <serge@wildwestsoftware.com>
1406
1407         * x86.brg: more coni4 optimizations
1408         MUL: generate optimized code for some consts other
1409         than powers of 2 (hardcoded impl. for 3, 5, 10 etc.);
1410         DIV_UN: multiply with reciprocal instead of dividing;
1411
1412 2002-05-03  Dietmar Maurer  <dietmar@ximian.com>
1413
1414         * x86.brg: use VAROFFSET macro
1415
1416         * emit-x86.c (tree_emit): allocate space for spilled regs in
1417         activation frame instead of pushing them to the stack.
1418
1419         * x86.brg: replace BXX with CBRANCH/COMPARE
1420         replaced CXX CSET/COMPARE
1421
1422         * emit-x86.c (arch_allocate_regs): improved register allocation
1423
1424 2002-05-02  Dietmar Maurer  <dietmar@ximian.com>
1425
1426         * delegate.c (mono_delegate_cleanup): signal semaphore in order to
1427         exit threads.
1428
1429 2002-04-30  Dick Porter  <dick@ximian.com>
1430
1431         * mono.c (main): Tell glib to not abort when g_log() etc print
1432         recursively
1433
1434 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
1435
1436         * x86.brg: opt. LDELEMA impl.
1437         (MUL) use shift when possible.
1438         (DIV) use shift when possible.
1439         impl. various opt. with coni4
1440
1441         * exception.c (arch_handle_exception): use ctx->SC_EBP in
1442         end_of_stack check as suggested by Linus Upson <linus@linus.com>
1443
1444 2002-04-29  Dietmar Maurer  <dietmar@ximian.com>
1445
1446         * x86.brg (LDLEN, UNBOX): removed unnecessary NULL check.  
1447
1448         * exception.c: included the Freebsd patch from Sandro Tolaini
1449         <sandro@focuseek.com>
1450
1451 Mon Apr 29 15:18:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
1452
1453         * mono.c, jit.c: use mono_runtime_run_main ().
1454
1455 2002-04-29  Dietmar Maurer  <dietmar@ximian.com>
1456
1457         * jit.c (mono_analyze_stack): dont call methods on Object with
1458         METHOD_ATTRIBUTE_FINAL directly because it breaks remoting.
1459
1460         * x86.brg: added more CONV_U rules
1461
1462         * jit.c (mono_analyze_stack): avoid recursive call of virtual
1463         methods: fixes Bug #23778 
1464         (mono_analyze_stack): emit right CONV_UX opcodes: fixes bug 23547
1465
1466         * exception.c (arch_handle_exception): only g_assert(cleanup) if
1467         we really need it.
1468
1469 2002-04-27      Patrik Torstensson <patrik.torstensson@intel.com>
1470
1471         * x86.brg: fixed bug in CONV_I8 (invalid stack correction)
1472
1473 2002-04-27  Martin Baulig  <martin@gnome.org>
1474
1475         * jit.h (MonoFlowGrap): Renamed `epilogue_begin' to `epilogue_end',
1476         there's already `epilog' so we don't need `epilogue_begin'.
1477
1478         * debug.c (mono_debug_add_method): Use `cfg->epilogue_end' to get the
1479         size of the method's code.
1480
1481 2002-04-25  Martin Baulig  <martin@gnome.org>
1482
1483         * debug-dwarf2.c (dwarf2_write_string_type): Reflect latest MonoString
1484         changes.
1485
1486 2002-04-25  Dietmar Maurer  <dietmar@ximian.com>
1487
1488         * x86.brg: enable stmt: STIND_I4 (addr, coni4) again,
1489         added CONV_OVF_I4 (fix bug #23808)
1490
1491 2002-04-23  Dietmar Maurer  <dietmar@ximian.com>
1492
1493         * x86.brg: code cleanup - use x86_patch ()
1494
1495         * jit.c (mono_analyze_stack): only use MB_TERM_CHECKTHIS when necessary
1496         (mono_analyze_stack): don't store constants in temp. variables for CEE_DUP
1497
1498         * x86.brg (stmt): removed stmt: STIND_I4 (addr, coni4) rule
1499         because it slows down performance.
1500
1501 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
1502
1503         * emit-x86.c: enter_method handles 8-byte aligned parameters.
1504
1505 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
1506
1507         * jit,h, jit.c, x86.brg: NEWOBJ_SPEC and NEWARR_SPEC terminals for
1508         non-shared code.
1509
1510 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
1511
1512         * jit.c (check_inlining): added statistics about inlineing
1513
1514         * mono.c (usage): new switch --noinline to disable inlining
1515
1516         * jit.c (mono_analyze_stack): added a check for (this!=NULL) if we
1517         inline methods (to keep semantics)
1518
1519         * x86.brg: added constant folding for inegers 
1520
1521         * emit-x86.c (tree_allocate_regs): handle the special case when
1522         chain rules need a register.
1523
1524 2002-04-19  Dietmar Maurer  <dietmar@ximian.com>
1525
1526         * invoke.c (arch_create_native_wrapper): do not save LMF for Strings
1527
1528         * jit.c (check_inlining): better inlining support
1529
1530 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
1531         
1532         * x86.brg: LDLEN uses max_length instead of bounds[0]
1533         * jit.c: support for new szarray format
1534
1535 2002-04-18  Dietmar Maurer  <dietmar@ximian.com>
1536
1537         * jit.c (check_inlining): added inlining support
1538
1539 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
1540
1541         * x86.brg: optimized version of castclass and isinst
1542
1543 Wed Apr 17 12:34:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
1544
1545         * emit-x86.c, invoke.c: track time spent compiling.
1546
1547 Wed Apr 17 10:58:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
1548
1549         * emit-x86.c, invoke.c: call profile callbacks if needed.
1550         * jit.c, jit.h, mono.c: add --profile command line option.
1551
1552 2002-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1553
1554         * jit.h: included mono/io-layer/io-layer.h to avoid breaking
1555         compilation under windows when upgrading mingw and w32api to 
1556         version 1.3 (thanks Dick!).
1557
1558 2002-04-15  Patrik Torstensson <patrik.torstensson@labs2.com>
1559
1560         * jit.c: changed the array icalls to use full names
1561
1562 2002-04-15  Dietmar Maurer  <dietmar@ximian.com>
1563
1564         * x86.brg: check the this pointer before calling
1565         non-virtual functions
1566
1567         * emit-x86.c (arch_emit_prologue): initialize local vars.
1568
1569         * x86.brg: removed incredible clumsy code
1570
1571 2002-04-13  Martin Baulig  <martin@gnome.org>
1572
1573         * debug-dwarf2.c (dwarf2_write_variable_location): New static func to write
1574         the location of a variable.
1575         (dwarf2_write_variable, dwarf2_write_parameter): Take a MonoDebugVarInfo
1576         instead of a stack offset and use dwarf2_write_variable_location() to write
1577         the location.
1578
1579 2002-04-13  Martin Baulig  <martin@gnome.org>
1580
1581         * debug.c, debug-stabs.c, debug-dwarf2.c: Reflect latest debug-symfile.h
1582         API changes.
1583
1584 2002-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1585
1586         * Makefile.am: use of the new '-s' option in monoburg.
1587
1588 2002-04-12  Martin Baulig  <martin@gnome.org>
1589
1590         * debug-dwarf2.c (dwarf2_write_variable): Emit info about the variable's
1591         lifetime.
1592
1593 2002-04-10  Sergey Chaban <serge@wildwestsoftware.com>
1594         * win32-exception: added Win32 SEH exception filter that translates
1595         CONTEXT to sigcontext;
1596
1597         * jit.c: added Win32 SEH init/reset calls, compute sigcontext address
1598         in a platfrom-dependent way;
1599
1600         * jit.h: use win32-exception instead of signal if PLATFORM_WIN32
1601         and avoid io-layer includes;
1602
1603         * delegate.c: do not include io-layer stuff if PLATFORM_WIN32
1604         is defined;
1605
1606 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
1607
1608         * delegate.c (arch_end_invoke): restore output arguments
1609
1610 Mon Apr 8 17:16:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
1611
1612         * jit.c: call mono_runtime_init ().
1613
1614 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
1615
1616         * jit.c (mono_jit_cleanup): added more statistics
1617
1618         * invoke.c (arch_create_native_wrapper): special case EndInvoke -
1619         we need to pass the MonoMethod pointer as first argument.
1620
1621         * delegate.c (mono_async_invoke): notify all listeners, not only a
1622         single one.
1623         (arch_end_invoke): we now pass a MonoMethod as first parameter and
1624         use arch_method_call_message_new() to access the stack.
1625         (arch_end_invoke): wait until we really finished processing
1626         (async_invoke_abort): notify all listeners, not only a
1627         single one.
1628
1629 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
1630
1631         * message.c (arch_return_value): impl.
1632         (arch_method_return_message_restore): consider delegate BeginInvoke
1633
1634         * jit.c: removed jit_exec_main()
1635
1636         * delegate.c (arch_begin_invoke): use the message builder to make
1637         it architecture independent - still needs more cleanup.
1638
1639 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
1640
1641         * delegate.c (mono_delegate_ctor): support for transparent proxy
1642
1643         * x86.brg (freg): bug fix in CONV_R* opcodes
1644
1645 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
1646
1647         * message.c: added documentation
1648
1649 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
1650
1651         * mono.c (main): use --trace instead of --trace-calls
1652
1653         * x86.brg: impl. REMOTE_STIND_XX
1654
1655         * message.c (mono_store_remote_field): impl.
1656
1657 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
1658
1659         * x86.brg: impl. REMOTE_FIELD (load fields of remote objects)
1660
1661         * message.c (mono_load_remote_field): impl.
1662
1663         * jit.c (mono_analyze_stack): only call marshalbyref methods
1664         through the vtable.
1665         (mono_analyze_stack): consider marshalbyref objects in LDFLD
1666
1667 Fri Mar 29 16:00:27 CET 2002 Paolo Molaro <lupus@ximian.com>
1668
1669         * x86.brg: kill pointer arithmetric.
1670
1671 2002-03-28  Martin Baulig  <martin@gnome.org>
1672
1673         * jit.c (mono_debug_insert_breakpoint): New global variable.
1674         (mono_debug_last_breakpoint_address): New global variable.
1675
1676         * emit-x86.c (arch_compile_method): If `mono_debug_insert_breakpoint' is
1677         non-zero, insert a breakpoint; if it's positive, decrement it when done.
1678         Set `mono_debug_last_breakpoint_address' to the address of the last inserted
1679         breakpoint.
1680
1681         * debug.h: Provide external declaration of `mono_debug_insert_breakpoint' and
1682         `mono_debug_last_breakpoint_address', also documented them here.
1683
1684 2002-03-28  Martin Baulig  <martin@gnome.org>
1685
1686         * debug-private.h (MonoDebugHandle): Renamed `format' to `default_format'.
1687         (AssemblyDebugInfo): Added `format'.
1688
1689         * debug.c: Use the AssemblyDebugInfo's `format' field to determine the format,
1690         this allows us choose the format on a per-assembly basis.
1691         (mono_debug_open_assembly): When using MONO_DEBUG_FORMAT_DWARF2_PLUS, fall back
1692         to MONO_DEBUG_FORMAT_DWARF2 if the symbol file does not exist, but the IL file
1693         exists.
1694         (debug_generate_method_lines): Generate correct IL offsets.
1695
1696 2002-03-28  Martin Baulig  <martin@gnome.org>
1697
1698         * jit.h (MonoFlowGraph): Added `prologue_end' and `epilogue_start' fields.
1699
1700         * emit-x86.c (arch_compile_method): Set prologue_end and epilogue_start.
1701
1702         * debug-private.h (DebugMethodInfo): Renamed `frame_start_offset' to
1703         `prologue_end_offset', added `epilogue_begin_offset' and `last_line'.
1704
1705         * debug.c (debug_generate_method_lines): Don't return if we don't have line
1706         numbers, we still need to generate the IL offsets here. Emit line numbers
1707         for `prologue_end_offset' (the first line of actual code) and 
1708         `epilogue_begin_offset' (the line of the method's closing brace).
1709         Don't crash if cfg->bblocks [i].forest is NULL.
1710         (mono_debug_add_method): Don't crash if we don't have line numbers.
1711         Initialize the newly added fields.
1712
1713         * debug-stabs.c: Record first and last line, emit filename info at the
1714         beginning of the stab file, gdb ignores the types otherwise.
1715
1716         * debug-dwarf2.c: Use the new prologue_end_offset instead of guessing it;
1717         emit line number info for the first and last line.
1718
1719 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
1720
1721         * invoke.c (arch_create_delegate_trampoline): impl.
1722
1723 Thu Mar 28 11:58:53 CET 2002 Paolo Molaro <lupus@ximian.com>
1724
1725         * Makefile.am, mono.c, jit.h, jit.c: build the libmono library
1726         with the jit runtime to easy embedding. main() is moved to mono.c, now.
1727         * jit.c: use opcode names from libmetadata.
1728         * debug.h, debug.c: constify char* argument.
1729
1730 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
1731
1732         * jit.c: catching SIGSEGV again, added proxy support
1733
1734 2002-03-21  Dietmar Maurer  <dietmar@ximian.com>
1735
1736         * delegate.c (mono_delegate_init): remove unused worker threads
1737
1738 2002-03-27  Mike Kestner <mkestner@speakeasy.net>
1739
1740         * delegate.c (arch_get_delegate_invoke): malloc a bigger area
1741
1742 Tue Mar 26 19:54:45 CET 2002 Paolo Molaro <lupus@ximian.com>
1743
1744         * jit.c: remove glib mem vtable code.
1745
1746 2002-03-26  Martin Baulig  <martin@gnome.org>
1747
1748         * debug-dwarf2.c (write_method_lines_dwarf2): Don't generate method
1749         lines if we don't have line number information.
1750         (write_method_dwarf2): Use `minfo->method_info.this_offset' instead
1751         of hardcoding 8.
1752
1753         * debug-stabs.c (write_method_stabs): Don't generate method lines if
1754         we don't have line number information. Use `minfo->method_info.this_offset'
1755         instead of hardcoding 8.
1756
1757         * debug.c (debug_generate_method_lines): Don't crash if we don't have
1758         line number information.
1759         (mono_debug_open_assembly): Don't generate line numbers for
1760         MONO_DEBUG_FORMAT_DWARF2_PLUS.
1761         (mono_debug_add_method): Don't store the 'this' offset in `param_offsets',
1762         but it in the new `this_offset' field.
1763         
1764 Mon Mar 25 13:03:35 CET 2002 Paolo Molaro <lupus@ximian.com>
1765
1766         * debug.c (debug_generate_method_lines): Use correct addresses for
1767         record_il_offset().
1768
1769 Mon Mar 25 13:03:35 CET 2002 Paolo Molaro <lupus@ximian.com>
1770
1771         * jit.c: do not set the glib mem vtable anymore.
1772         * Makefile.am: link to libmonoutils.
1773
1774 2002-03-25  Martin Baulig  <martin@gnome.org>
1775
1776         * debug.h (mono_debug_make_symbols): Documented this function.
1777
1778 2002-03-24  Martin Baulig  <martin@gnome.org>
1779
1780         * debug.c (mono_debug_add_method): Include the `this' offset in
1781         the `minfo->method_info.param_offsets' array.
1782
1783 2002-03-23  Martin Baulig  <martin@gnome.org>
1784
1785         * x86.brg (lreg: CONV_I8 (reg)): X86_XOR modifies the flags, so we need
1786         to do it before the X86_CMP.
1787         (reg: CLT (lreg, lreg)): Use correct x86_branch8() targets.
1788         (reg: CLT (lreg, lreg)): Likewise.
1789         (reg: CLT_UN (lreg, lreg)): Likewise.
1790         (reg: CLT_UN (lreg, lreg)): Likewise.
1791         (reg: CGT (lreg, lreg)): Likewise.
1792         (reg: CGT (lreg, lreg)): Likewise.
1793         (reg: CGT_UN (lreg, lreg)): Likewise.
1794         (reg: CGT_UN (lreg, lreg)): Likewise.
1795
1796 2002-03-23  Martin Baulig  <martin@gnome.org>
1797
1798         * debug-private.h (AssemblyDebugInfo): Added `_priv'.
1799
1800         * debug-dwarf2-plus.c
1801         (mono_debug_open_assembly_dwarf2_plus): Open the symbol file here.
1802         (mono_debug_close_assembly_dwarf2_plus): Close the symbol file here.
1803         (mono_debug_write_assembly_dwarf2_plus): Only call
1804         mono_debug_update_symbol_file() here.
1805
1806 Thu Mar 21 17:35:48 CET 2002 Paolo Molaro <lupus@ximian.com>
1807
1808         * jit.c: inter strings before executing a method.
1809         Do not intern command line arguments anymore.
1810
1811 2002-03-21  Martin Baulig  <martin@gnome.org>
1812
1813         * debug.h (MonoDebugFormat): Added MONO_DEBUG_FORMAT_DWARF2_PLUS.
1814
1815         * debug-dwarf2-plus.c: This debugging format reads a symbol file which has
1816         been created by MCS and fills in all machine dependent stuff.
1817
1818         * debug-private.h (DebugMethodInfo): Added `MonoDebugMethodInfo method_info',
1819         removed everything which is already in MonoDebugMethodInfo.
1820
1821         * debug.c (debug_generate_method_lines): Generate the MonoILOffsetInfo array.
1822         (mono_debug_make_symbols): Don't open the file or call as, this is done in the
1823         backend code.
1824
1825         * jit.c (main): Added "--dwarf-plus" command line option to use the new
1826         MONO_DEBUG_FORMAT_DWARF2_PLUS debugging format.
1827
1828 2002-03-21  Dietmar Maurer  <dietmar@ximian.com>
1829
1830         * jit.c (usage): new option to specify maximum number of worker threads
1831         (mono_analyze_stack): avoid cyclic dependency in CEE_LDFTN
1832
1833         * delegate.c (async_invoke_abort): added support for asynchronous exceptions
1834         (arch_get_async_invoke): notify listeners before we call the
1835         asynchronous callback
1836
1837 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
1838
1839         * delegate.c (async_invoke_thread): support for domains
1840         (async_invoke_thread): create workers only when needed
1841
1842 2002-03-19  Dietmar Maurer  <dietmar@ximian.com>
1843
1844         * delegate.c (async_invoke_thread): initial support for BeginInvoke/EndInvoke
1845
1846 2002-03-18  Dietmar Maurer  <dietmar@ximian.com>
1847
1848         * x86.brg: impl. lreg: XOR (lreg, lreg)
1849         impl. REM (freg, freg)
1850
1851 2002-03-17  Martin Baulig  <martin@gnome.org>
1852
1853         * debug.c (mono_debug_open_assembly): Call mono_debug_get_type() on all
1854         base types.
1855
1856         * debug-dwarf2.c: Added support for strings and arrays.
1857
1858 2002-03-17  Martin Baulig  <martin@gnome.org>
1859
1860         * debug.c (mono_debug_get_type): Recursively call this for all function members
1861         of a class type.
1862         (mono_debug_add_method): Don't mangle function names, this must be done by the
1863         debugger backend if the debugging format needs mangled names.
1864
1865         * debug-dwarf2.c: Improved support for classes, added member functions.
1866
1867 2002-03-16  Martin Baulig  <martin@gnome.org>
1868
1869         * debug.c (mono_debug_get_type): Recursively call this for all members and
1870         parent classes of a class type.
1871
1872         * debug-dwarf2.c: Added basic support for classes. Set source language to C++
1873         since GDB doesn't like Java very much.
1874
1875 2002-03-16  Martin Baulig  <martin@gnome.org>
1876
1877         * debug-dwarf2.c: Added support for enums.
1878
1879 2002-03-15  Martin Baulig  <martin@gnome.org>
1880
1881         * debug.c (mono_debug_get_type): Recursively call this for all members
1882         of a struct type.
1883
1884         * debug-dwarf2.c: Added support for structs.
1885
1886 2002-03-15  Dietmar Maurer  <dietmar@ximian.com>
1887
1888         * emit-x86.c (arch_create_jit_trampoline): adapt save/restore LMF
1889         to new MonoLMF layout
1890
1891 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
1892
1893         * emit-x86.c (arch_create_native_wrapper): new code to generate
1894         wrappers for calling native functions.
1895         (arch_create_native_wrapper): free allocated strings
1896         (arch_handle_exception): made mono_jit_info_table domain dependent
1897
1898 2002-03-14  Martin Baulig  <martin@gnome.org>
1899
1900         * debug.c (MonoDebugFormat): New public enums specifying which debugging
1901         format to use.
1902         (mono_debug_open_file): Added MonoDebugFormat argument.
1903         (mono_debug_make_symbols): Don't take an argument to make it easier to call
1904         this function from GDB. It's now safe to call this function multiple times;
1905         it'll always write a complete debugging file.
1906
1907         * debug.c: Splitted this file into a general part which remains in this file
1908         and the debugging format specific parts debug-stabs.c and debug-dwarf2.c.
1909         All public functions now call a corresponding format specific function.
1910
1911         * debug.c: The following changes are private to debug.c:
1912         (AssemblyDebugInfo, MonoDebugHandle): Moved declarations to debug-private.h.
1913         (record_line_number, debug_generate_method_lines): New private functions.
1914         (mono_debug_open_ass): Renamed to mono_debug_open_assembly; this function now
1915         calls a debugging-format-specific function (mono_debug_open_assembly_stabs or
1916         mono_debug_open_assembly_dwarf2).
1917         (mono_debug_make_symbols): Calls mono_debug_write_assembly_stabs/dwarf2(). It's
1918         now safe to call this function multiple times.
1919         (mono_debug_get_type): New public function. This takes a `MonoClass *' and
1920         returns an unique index for this type. It's used to ensure that we only write
1921         each class once to the debugging file.
1922         (mono_debug_add_method, mono_debug_add_type): Store all the data in an internal
1923         data structure, but don't directly write to the debugging file. This is done
1924         later from mono_debug_write_assembly().
1925
1926         * jit.c (main): Added "--dwarf" command line argument to generate DWARF 2
1927         debugging output. Call mono_debug_close() on cleanup if necessary.
1928
1929 2002-03-14  Martin Baulig  <martin@gnome.org>
1930
1931         * debug-private.h: New private header file.
1932
1933         * debug-stabs.c: Added the stabs type generation stuff which was
1934         previously in debug.c.
1935
1936         * debug-dwarf.c: Started to implement type support. We're currently
1937         only writing this most basic types to the dwarf file, but this will
1938         change soon.
1939
1940 2002-03-13  Martin Baulig  <martin@gnome.org>
1941
1942         * debug-stabs.c, debug-dwarf2.c: New files containing my new
1943         debugging code. They're now in CVS, but not yet used anywhere.
1944
1945 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
1946
1947         * emit-x86.c (mono_delegate_ctor): use C impl. instead of x86_*
1948         macros, included new delegate code from Daniel Stodden. 
1949         
1950         
1951 Mon Mar 11 14:47:21 CET 2002 Paolo Molaro <lupus@ximian.com>
1952
1953         * jit.c: verify that corlib and runtime are in sync.
1954
1955 Mon Mar 11 11:30:56 CET 2002 Paolo Molaro <lupus@ximian.com>
1956
1957         * emit-x86.c, jit.c: use the debug-helpers facilities to
1958         describe and match a method when debugging.
1959
1960 2002-03-10  Martin Baulig  <martin@gnome.org>
1961
1962         * emit-x86.c (arch_compile_method): When emitting stabs debugging
1963         output, put a nop instruction at the start of all functions so that
1964         the adresses won't change when using --debug.
1965
1966         * debug.c (mono_debug_add_method): `tree->cli_addr' is an offset into
1967         the bytecode area, stabs needs a line number in the .il file. Use the
1968         new info->moffsets to get the line number.
1969         (AssemblyDebugInfo): Added `total_lines' and `moffsets' fields.
1970         `moffsets' is an array of `total_lines' fields (total number of lines
1971         in the .il file); for each line in the .il field, this array contains
1972         the bytecode offset if it's an "IL_xxxx" line, -1 if it's the last line
1973         of a method and 0 otherwise.
1974         (debug_load_method_lines): Read the whole .il file and initialize the
1975         info->moffsets field.
1976
1977 2002-03-09  Martin Baulig  <martin@gnome.org>
1978
1979         * x86.brg (DIV_UN): Clear EDX before performing the division and remove
1980         the unnecessary CDQ instruction.
1981
1982 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
1983
1984         * jit.c (mono_analyze_stack): only load addresses of value types
1985         on the runtime stack.
1986
1987 2002-03-07  Duncan Mak  <duncan@ximian.com>
1988
1989         * Makefile.am: A small patch fixing errors in vpath-based builds
1990         (make clean failing to rerun monoburg due to BUILT_SOURCES usage),
1991         committed for Daniel Stodden <stodden@in.tum.de>. 
1992
1993 Thu Mar 7 17:22:52 CET 2002 Paolo Molaro <lupus@ximian.com>
1994
1995         * jit.c: Boehm-GC enable.
1996
1997 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
1998
1999         * x86.brg (SAVE_LFM): bug fix: patch the saved IP because we
2000         realloc that code sometimes!
2001
2002         * emit-x86.c (mono_compute_branches): support several types of
2003         jump infos
2004
2005 2002-03-06  Dietmar Maurer  <dietmar@ximian.com>
2006
2007         * x86.brg: impl. MUL_OVF_UN (reg, reg)
2008
2009         * jit.c (mono_find_final_block): find correct finally handler.
2010
2011         * emit-x86.c (arch_create_jit_trampoline): bug fix: preserve
2012         caller saved registers.  
2013
2014 2002-03-05  Dietmar Maurer  <dietmar@ximian.com>
2015
2016         * x86.brg: use x86_widen_reg for CONV opcodes
2017
2018 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
2019
2020         * jit.c (MAKE_SPILLED_BI_ALU): remove unnecessary assertions
2021
2022         * emit-x86.c (arch_handle_exception): big fix - dont use
2023         uninitialized next_bp
2024         (arch_compile_method): make the jit thread save
2025         (x86_magic_trampoline): moved lock/unlock to x86_magic_trampoline
2026         to avoid need of recursive mutexes
2027
2028         * x86.brg: use new mono_assert macros
2029
2030 2002-02-28  Dietmar Maurer  <dietmar@ximian.com>
2031
2032         * emit-x86.c (arch_create_jit_trampoline): save/restore LMF before
2033         calling into unmanaged code (arch_compile_method).
2034
2035         * x86.brg: impl. CONV_I4 (freg) with correct rounding
2036         (lreg): impl CALL_I8(INTF_ADDR)
2037         impl. CONV_R_UN (reg)
2038         bug fix im REM_UN
2039
2040 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
2041
2042         * emit-x86.c (arch_runtime_invoke): impl. runtime invoke for the jit.
2043
2044 2002-02-26  Dietmar Maurer  <dietmar@ximian.com>
2045
2046         * x86.brg: bug fix in CLT(lreg,lreg)
2047         (reg): bug fix in CONV_OVF_I4(lreg)
2048         (lreg): replaced x86_call_reg with x86_call_code
2049
2050         * emit-x86.c (mono_add_jump_info): impl.
2051         (mono_compute_branches): patch real jump address (instead of
2052         emitting code twice)
2053
2054 Tue Feb 26 11:56:03 CET 2002 Paolo Molaro <lupus@ximian.com>
2055
2056         * x86.brg: optimize cmp reg,0 -> test reg.
2057
2058 Sun Feb 24 13:58:34 CET 2002 Paolo Molaro <lupus@ximian.com>
2059
2060         * jit.h, jit.c, emit-x86.c: Added a few statistics counters
2061         and the --stats command line option to print them.
2062         Fixed memory leak in arch_compile_method () when a method's code is
2063         found in the cache. Fix magic trampoline to deal with static calls.
2064
2065 2002-02-21  Dietmar Maurer  <dietmar@ximian.com>
2066
2067         * x86.brg: impl. SHR_UN for lreg, added new test, bug fix for BNE_UN 
2068
2069 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
2070
2071         * emit-x86.c (arch_compile_method): add shared code to mono_root_domain
2072         (arch_create_jit_trampoline): cache trampoline code
2073
2074 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
2075
2076         * jit.c (mono_analyze_stack): optimize LDSFLD/STSFLD for domain
2077         specific code.
2078         (mono_analyze_stack): use MB_TERM_LDELEMA to perform bound check
2079
2080         * x86.brg: do not encode exception objects into the instruction
2081         stream, because they are domain dependend. Use
2082         arch_get_throw_exception_by_name() instead;
2083
2084 Mon Feb 18 15:51:40 CET 2002 Paolo Molaro <lupus@ximian.com>
2085
2086         * jit.c: intern command line arguments.
2087
2088 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
2089
2090         * jit.c (mono_analyze_stack): use the magic trampoline for all
2091         calls (since we cant store the address of compiled code in
2092         method->addr).
2093         (mono_analyze_stack): imp. LDSTR for shared code
2094
2095         * emit-x86.c (x86_magic_trampoline): handle x86_call_code().
2096         (arch_compile_method): add a cache for compiled methods to avoid
2097         recompilation. dont use method->addr to store domain dependent
2098         code address.
2099
2100 2002-02-15  Dietmar Maurer  <dietmar@ximian.com>
2101
2102         * x86.brg: impl. BLE,BGT for freg
2103
2104 Sat Feb 16 16:27:42 CET 2002 Paolo Molaro <lupus@ximian.com>
2105
2106         * emit-x86.c: handle unreachable code. Eliminate some unneeded
2107         malloc() calls.
2108         * jit.c: handle unreachable code. Move setting of mono_end_of_stack to
2109         main(). Add --compile classname and --ncompile num command line
2110         options to do performance evaluation of the jitter (and help
2111         debugging).
2112
2113 2002-02-15  Dietmar Maurer  <dietmar@ximian.com>
2114
2115         * emit-x86.c (arch_compile_method): bug fix in static delegate
2116         Invoke code.
2117
2118 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
2119
2120         * jit.c (mono_analyze_stack): do a LDIND after NEWOBJ for value types.
2121
2122 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
2123
2124         * jit.c (mono_analyze_stack): impl. CEE_SIZEOF
2125
2126 2002-02-13  Miguel de Icaza  <miguel@ximian.com>
2127
2128         * jit.c (arch_allocate_var): Only assert that the alignment is
2129         at least 32-bits aligned, not always 32-bits aligned (for I8 for example).
2130
2131 Mon Feb 11 11:20:57 CET 2002 Paolo Molaro <lupus@ximian.com>
2132
2133         * x86.brg: fix invalid cast check in unbox. Pack MBTree structure.
2134
2135 Sun Feb 10 12:54:05 CET 2002 Paolo Molaro <lupus@ximian.com>
2136
2137         * emit-x86.c: make x86_magic_trampoline() handle call instructions
2138         with an imm8 displacement. x86.brg not yet changed to take advantage
2139         of it.
2140
2141 Sun Feb 10 11:47:30 CET 2002 Paolo Molaro <lupus@ximian.com>
2142
2143         * jit.c: use opcode info from libmetadata to do flow analysis
2144         and simplify code.
2145
2146 2002-02-06  Dietmar Maurer  <dietmar@ximian.com>
2147
2148         * jit.c (MAKE_LDELEM, MAKE_STELEM): added bound checking 
2149
2150 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
2151
2152         * x86.brg: use element_class for type check
2153
2154 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
2155
2156         * jit.c (main): impl. __array_Address icall
2157
2158         * mempool.c (mono_mempool_alloc): handle large block allocation
2159
2160 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
2161
2162         * x86.brg: impl. SHL/SHR/CLT for 64 bit values
2163
2164 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
2165
2166         * x86.brg: impl. CEQ(lreg,lreg)
2167
2168         * jit.c (mono_analyze_stack): impl. LDVIRTFTN
2169         (mono_analyze_stack): handle MONO_TABLE_MEMBERREF in LDSFLD/STSFLD
2170
2171         * x86.brg: removed some dead code.
2172
2173 2002-01-18  Dietmar Maurer  <dietmar@ximian.com>
2174
2175         * jit.c (arch_allocate_var): fixed alignment bugs
2176
2177 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
2178
2179         * jit.c (mono_analyze_stack): use LDIND_REF/STIND_REF
2180
2181 2002-01-16  Dietmar Maurer  <dietmar@ximian.com>
2182
2183         * jit.c (main): install the trampoline before we start to create
2184         objects.
2185
2186         * x86.brg: impl. CLT_UN, CGT_UN
2187
2188         * emit-x86.c (leave_method): added check for null object
2189         (enter_method): consider byref arguments
2190
2191 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
2192
2193         * x86.brg: bug fix in CONV_OVF_I1_UN
2194         impl. ADD_OVF, MUL_OVF
2195         impl. ADD_OVF_UN, SUB_OVF, SUB_OVF_UN
2196         (SUB (lreg, lreg)): bug fix - use SBB instead of SUB
2197         (EMIT_COND_EXCEPTION): added signed flag
2198
2199 Fri Jan 11 20:06:22 CET 2002 Paolo Molaro <lupus@ximian.com>
2200
2201         * jit.c: implement stloc, ldloc, ldloca.
2202
2203 2002-01-11  Dietmar Maurer  <dietmar@ximian.com>
2204
2205         * jit.c (mono_analyze_stack): fixed calculation of last_instr
2206
2207         * x86.brg (LDLEN): emit null_reference exception
2208         (BLE_UN): bug fix. 
2209         (RET, RET_VOID, RET_OBJ, ...) fixed jump to epilog
2210
2211 2002-01-04  Dietmar Maurer  <dietmar@ximian.com>
2212
2213         * x86.brg: bug fix in CASTCLASS
2214
2215 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
2216
2217         * jit.c (mono_analyze_stack): spill MUL to avoid problem with
2218         register allocation.
2219
2220         * emit-x86.c (arch_compile_method): fixed static delegate bug
2221
2222 2001-12-16  Miguel de Icaza  <miguel@ximian.com>
2223
2224         * x86.brg, jit.c: Split up the nodes that we used to share on
2225         CONV_OVF.  They were sharing the nodes because they are the same
2226         on 32-bit machines, but on 64-bit machines you need different
2227         code for them.
2228
2229 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
2230
2231         * x86.brg: removed prerequisite that (tree->left->reg1 <
2232         tree->right->reg1) to make register allocation easier.
2233
2234 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
2235
2236         * emit-x86.c (arch_handle_exception): new code to handle
2237         exceptions inside unmanaged code.
2238
2239         * x86.brg: impl. SAVE_LMF, RESTORE_LMF, pass implizit valuetype
2240         address as first argument.
2241
2242 2001-12-15  Dietmar Maurer  <dietmar@ximian.com>
2243
2244         * x86.brg: pass exceptions on the stack
2245
2246         * jit.h (ISSTRUCT): new macro to check for real value types
2247         (return false for enum types). 
2248
2249 2001-12-11  Dietmar Maurer  <dietmar@ximian.com>
2250
2251         * x86.brg: use position indepentent code if possible. 
2252
2253         * x86.brg (EMIT_COND_EXCEPTION): new macro.
2254
2255         * emit-x86.c (mono_emit_cfg): impl. variable code buffer size
2256
2257 2001-12-10  Dietmar Maurer  <dietmar@ximian.com>
2258
2259         * jit.c (mono_analyze_flow): use g_malloc0 o allocate large bcinfo
2260         blocks.
2261         (mono_analyze_flow): use g_malloc0 o allocate large bblocks array.
2262
2263         * x86.brg (stmt): added opt. for STIND_R4/STIND_R8
2264
2265 2001-12-07  Dietmar Maurer  <dietmar@ximian.com>
2266
2267         * jit.c (mono_allocate_intvar): bug fix.
2268
2269         * emit-x86.c (get_unbox_trampoline): impl.
2270
2271         * jit.c (mono_analyze_stack): impl STOBJ, LEAVE
2272
2273 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
2274
2275         * x86.brg: raise exceptions.
2276
2277 2001-12-05  Dietmar Maurer  <dietmar@ximian.com>
2278
2279         * x86.brg: impl. CEQ for freg, NEWSTRUCT now allocates valuetypes on
2280         the stack. 
2281
2282 2001-12-06  Miguel de Icaza  <miguel@ximian.com>
2283
2284         * jit.c (mono_analyze_stack), x86.brg: Implement CONV.OVF.I1,
2285         CONV.OVF.I4, CONV.OVF.I1.UN, CONV.OVF.U1, CONV.OVF.U1.UN,
2286         CONV.OVF.I2.UN, CONV.OVF.I8.UN
2287
2288 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
2289
2290         * x86.brg: impl. UNBOX, NEWSTRUCT, removed VTYPE, bug fixes,
2291         removed the locaddr nonterminal, reimplemented value types
2292         
2293         * jit.c: reimplemented value type support, better support for
2294         enumeration types. 
2295
2296 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
2297
2298         * x86.brg, jit.c: Implement conv.ovf.u4, conv.ovf.u2, conv.ovf.i2,
2299         conv.ovf.u8 
2300
2301 Mon Dec 3 17:16:36 CET 2001 Paolo Molaro <lupus@ximian.com>
2302
2303         * jit.c: call mono_init() after registering internal calls.
2304
2305 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
2306
2307         * emit-x86.c (tree_preallocate_regs): improved register allocation
2308
2309         * x86.brg: impl. ISINST, CASTCLASS
2310
2311 Fri Nov 30 12:02:24 CET 2001 Paolo Molaro <lupus@ximian.com>
2312
2313         * x86.brg: rearrange fields to reduce struct size.
2314         * jit.c: use signature->param_count, not signature->params_size.
2315         * debug.c: off-by-one error fix.
2316
2317 2001-11-29  Radek Doulik  <rodo@ximian.com>
2318
2319         * Makefile.am: build mono only for X86 architecture, compilation
2320         fails for ppc now because of accessing registers in sigcontext
2321         structure
2322
2323 2001-11-29  Dietmar Maurer  <dietmar@ximian.com>
2324
2325         * jit.c (mono_analyze_stack): bug fix in DUP
2326
2327 Thu Nov 29 12:32:01 CET 2001 Paolo Molaro <lupus@ximian.com>
2328
2329         * debug.c: fix type handling. Position function position at start of
2330         IL code. Output more fine-grained stepping information.
2331
2332 2001-11-28  Dietmar Maurer  <dietmar@ximian.com>
2333
2334         * x86.brg (LDIND_I1, LDIND_I2): use x86_widen_ instead of x86_mov_
2335
2336         * jit.c (mono_analyze_stack): record the cli_address for later use
2337         with gdb.
2338         (sigsegv_signal_handler): translate sigsegv into "Internal error"
2339         exception.
2340
2341 Tue Nov 27 16:32:41 CET 2001 Paolo Molaro <lupus@ximian.com>
2342
2343         * debug.c, debug.h: added support for generating stabs.
2344         Stabs can be compiled with as and the resulting object file can be
2345         loaded in a gdb session with add-symbol-file object.o.
2346         * jit.c, jit.h: add --stabs and --debug command line arguments. Keep track
2347         where locals and arguments are stored in the stack. Add support for
2348         passing command line arguments to CLR programs.
2349         * emit-x86.c: insert a breakpoint at method invocation if needed.
2350
2351 2001-11-27  Dietmar Maurer  <dietmar@ximian.com>
2352
2353         * jit.c: exception support
2354
2355         * emit-x86.c (arch_emit_epilogue): bug fix: restore the regs in
2356         the right order.
2357
2358 2001-11-26  Dick Porter  <dick@ximian.com>
2359
2360         * Makefile.am (mono_LDADD): Add io-layer library
2361
2362 2001-11-19  Dietmar Maurer  <dietmar@ximian.com>
2363
2364         * jit.c (mono_analyze_stack): impl. LDFTN
2365         (MAKE_SPILLED_BI_ALU): always spill DIV/REM results to memory to
2366         make register allocation easier on x86
2367
2368         * emit-x86.c (enter_method): more debugging output for Strings
2369         (arch_compile_method): added delegate support
2370         (arch_compile_method): align EBP to 8 byte boundary
2371
2372 Mon Nov 19 11:36:22 CET 2001 Paolo Molaro <lupus@ximian.com>
2373
2374         * jit.c: use mono_install_trampoline (), instead of exporting
2375         a function to a lower-level library.
2376
2377 2001-11-16  Dietmar Maurer  <dietmar@ximian.com>
2378
2379         * x86.brg (STRING_ARG): impl. a way to marshal strings. This
2380         will be extensible to handle all possible kinds of marshalling
2381         requirements. 
2382
2383         * jit.c (map_call_type): added MB_TERM_CALL_VOID
2384         (mono_analyze_stack): impl. LDELEMA, reimplemented CALL
2385         instructions to handle this arguments more effectively.
2386
2387 2001-11-15  Dietmar Maurer  <dietmar@ximian.com>
2388
2389         * Makefile.am (mono_SOURCES): renamed testjit to mono
2390
2391         * x86.brg: added debugging support 
2392
2393         * testjit.c: added support for value types, CFG improvements
2394
2395         * emit-x86.c (enter_method): handle value types
2396         (tree_allocate_regs): impl. a better way to handle chain rules
2397
2398 2001-11-10  Dietmar Maurer  <dietmar@ximian.com>
2399
2400         * x86.brg (INITOBJ): bug fix: initialize data before use,
2401         simplified the code.
2402
2403 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
2404
2405         * testjit.c (mono_analyze_stack): Remove compiler warning by
2406         testing against NULL.
2407
2408 2001-11-09  Dick Porter  <dick@ximian.com>
2409
2410         * Makefile.am (testjit_LDADD): Don't need THREAD_LIBS any more
2411
2412 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
2413
2414         * testjit.c (mono_analyze_stack): new BOX impl.
2415
2416         * x86.brg: implemented INITOBJ
2417
2418         * testjit.c (mono_analyze_stack): finished array support
2419         (mono_analyze_stack): reimplemented DUP instruction
2420
2421 2001-11-08  Dietmar Maurer  <dietmar@ximian.com>
2422
2423         * testjit.c (MAKE_STELEM, MAKE_LDELEM): we build a tree which
2424         represents the address of the element. This way we can emit highly
2425         optimized x86 instructions to access elements (using base+index+offset
2426         adressing mode)
2427
2428 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
2429
2430         * mempool.c: Include string.h to kill warning.
2431
2432         * testjit.c: Add typecast to kill warning.
2433
2434         * x86.brg: Include string.h to eliminate warning.
2435
2436         * emit-x86.c (tree_allocate_regs): Fix arguments to g_warning to
2437         kill warning.
2438
2439 2001-11-07  Dietmar Maurer  <dietmar@ximian.com>
2440
2441         * emit-x86.c (enter_method): print out all method arguments
2442         (x86_magic_trampoline): impl.
2443         (arch_create_simple_jit_trampoline): we use different trampolines
2444         for static methods (no need to write the address back into to
2445         vtable).
2446
2447 2001-11-06  Dietmar Maurer  <dietmar@ximian.com>
2448
2449         * emit-x86.c (arch_create_jit_trampoline): optimised trampoline to
2450         use less the 16 bytes.
2451
2452         * x86.brg: code cleanup
2453
2454 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
2455
2456         * testjit.c: bug fixes.
2457
2458         * emit-x86.c (leave_method): print result values
2459
2460 2001-11-03  Dietmar Maurer  <dietmar@ximian.com>
2461
2462         * emit-x86.c (enter_method): new debugging code
2463         (leave_method): new debbuging code, this functions are called
2464         when you use the new option --trace-calls
2465
2466 2001-11-02  Dietmar Maurer  <dietmar@ximian.com>
2467
2468         * testjit.c: impl. STELEM_XX, STELEM_XX
2469
2470         * x86.brg: impl. LDLEN, LDELEMA
2471         
2472
2473 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
2474
2475         * x86.brg: added some experimental code for CALL
2476         instructions - still not found the optimal way to do it.
2477
2478         * testjit.c (map_stind_type): add support for value types with
2479         a size of 1, 2 or 4 bytes, implemented CEE_UNBOX, CEE_LDOBJ,
2480         CEE_LDSTR, CEE_LDFLD, CEE_LDFLDA, CEE_STFLD, CEE_NEWOBJ, CEE_CEQ
2481         (ctree_create_newobj): impl.
2482         
2483
2484         * emit-x86.c (tree_allocate_regs): removed allocation code for
2485         addr nonterminal.
2486         (get_address): use a simple, but bug free search instead of the
2487         buggy binary search.
2488
2489 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
2490
2491         * testjit.c: support virtual functions
2492
2493         * x86.brg: support different addressing modes for calls
2494
2495 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
2496
2497         * testjit.c: impl. STFLD
2498
2499 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
2500
2501         * x86.brg: impl. CEQ
2502
2503 2001-10-04  Dick Porter  <dick@ximian.com>
2504
2505         * testjit.c:
2506         * emit-x86.c: include mono-endian.h not endian.h
2507
2508 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
2509
2510         * testjit.c (ctree_create_dup): really duplicate the tree.
2511         attach the arguments to the CALL node. Added a new macro to
2512         make argument order configurable (ARCH_ARGS_RIGHT_TO_LEFT).
2513
2514 2001-10-01  Dietmar Maurer  <dietmar@ximian.com>
2515
2516         * interp.brg: the burm based interpreter: added the file as example.
2517
2518 2001-09-27  Dietmar Maurer  <dietmar@ximian.com>
2519
2520         * x86.brg: cleanup
2521
2522         * testjit.c: impl. LDIND/STIND/LDLOCA, use g_malloc to alloc static
2523         data.
2524         (map_stind_type): support enum types
2525         (map_ldind_type): support enum types
2526
2527         * emit-x86.c (tree_allocate_regs): added code to support
2528         register allocation for addressing modes trees.
2529         (tree_emit): bug fix: we have to emit all mono_burg_functins. The
2530         previous impl. did not work for chain rules.
2531         (compute_branches): support for SWITCH statements
2532
2533         * x86.brg: added rules to model x86 addressing modes
2534
2535 2001-09-26  Dietmar Maurer  <dietmar@ximian.com>
2536
2537         * emit-x86.c (compute_branches): implemented SWITCH
2538
2539         * testjit.c (mono_create_forest): implemented LDIND/STIND opcodes
2540         (map_ldind_type): add enumeration types.
2541         (map_stind_type): add enumeration types.
2542
2543         * emit-x86.c (arch_compile_method): more documentation.
2544
2545         * testjit.c: moved the architecture specific things to emit-x86.c
2546         and x86.brg. Added more documentation. code cleanup.
2547
2548 2001-09-25  Dietmar Maurer  <dietmar@ximian.com>
2549
2550         * x86.brg: we now have different types of addresses: ADDR_L for local
2551         values, ADDR_A for arguments and ADDR_G for global addresses. We
2552         also use LDIND_XX token to load values from a specific address
2553         instead of LDLOC/STLOC. 
2554
2555         * testjit.c: use the new adressing scheme everywhere:
2556         LDIND _XX (ADDR_X), and STIND_XX (ADDR_X, tree)  
2557
2558 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
2559
2560         * testjit.c (main): fix bug in parameter parsing
2561
2562         * x86.brg: impl. more opcodes
2563
2564 2001-09-23  Dick Porter  <dick@ximian.com>
2565
2566         * Makefile.am (testjit_LDADD): rename PTHREAD_LIBS to THREAD_LIBS
2567
2568 2001-09-23  Dietmar Maurer  <dietmar@ximian.com>
2569
2570         * testjit.c: use the memory pool to avoid memory leaks
2571
2572 2001-09-22  Dietmar Maurer  <dietmar@ximian.com>
2573
2574         * x86.brg: increment the stack pointer after function calls
2575
2576 2001-09-21  Dick Porter  <dick@ximian.com>
2577
2578         * Makefile.am (testjit_LDADD): Added PTHREAD_LIBS to the link line
2579
2580 2001-09-21  Dietmar Maurer  <dietmar@ximian.com>
2581
2582         * x86.brg: implemented long MUL/DIV
2583         (MB_OPT_LEVEL): define optimisation level macro
2584
2585         * testjit.c (tree_allocate_regs): added a way to prevent EDX usage
2586         for operations like idiv. it is also possible to assign specific registers.
2587
2588 2001-09-20  Dietmar Maurer  <dietmar@ximian.com>
2589
2590         * x86.brg: added basic support for long
2591
2592         * testjit.c (mono_compile_method): implemented POP
2593
2594 2001-09-19  Miguel de Icaza  <miguel@ximian.com>
2595
2596         * testjit.c (usage): Added a couple of more usage options.
2597
2598 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
2599
2600         * x86.brg: added more floating point grammar 
2601
2602         * testjit.c (mono_compile_method): make local offsets negative
2603
2604         * x86.brg: added some floating point trees
2605
2606         * testjit.c (mono_compile_method): arguments on the runtime 
2607         stack are at least 4 bytes
2608
2609         * x86.brg: partly implemented 8,16 bit integers
2610
2611         * testjit.c (get_address): mark basic blocks
2612
2613 2001-09-18  Dietmar Maurer  <dietmar@ximian.com>
2614
2615         * x86.brg: added some rules to optimize code
2616
2617         * testjit.c (get_address): use a binary search to get the address
2618         (main): added an option to debug the jit (-d)
2619
2620 Tue Sep 18 13:19:16 CEST 2001 Paolo Molaro <lupus@ximian.com>
2621
2622         * testjit.c: better/faster align code. Handle ldloc.s and stloc.s.
2623
2624 2001-09-17  Miguel de Icaza  <miguel@ximian.com>
2625
2626         * testjit.c (mono_compile_method): Provide better error reporting.
2627
2628 2001-09-17  Dietmar Maurer  <dietmar@ximian.com>
2629
2630         * testjit.c (tree_get_address): impl. to fix address bug
2631         (tree_get_address): make sure that we can only jump to the first
2632         instruction of a tree.
2633
2634         * x86.brg: emit real code for calls
2635
2636         * testjit.c (create_jit_trampoline): creates a function to trigger jit
2637         compilation.
2638         (mono_compile_method): reversed argument order
2639
2640 2001-09-15  Dietmar Maurer  <dietmar@ximian.com>
2641
2642         * x86.brg (stmt): don't emit unnecessary register moves
2643
2644         * testjit.c (tree_allocate_regs): free registers earlier
2645
2646 2001-09-14  Dietmar Maurer  <dietmar@ximian.com>
2647
2648         * x86.brg: branch addresses are now resolved
2649
2650         * testjit.c (compute_branches): compute address of branches
2651
2652         * x86.brg: emit real x86 instructions
2653
2654         * testjit.c: call objdump to disassemble the output
2655
2656 2001-09-13  Dietmar Maurer  <dietmar@ximian.com>
2657
2658         * x86.brg: use the right offsets to access local variables
2659         and arguments.
2660
2661         * emit-x86.c: only save/restore callee saved registers if they are
2662         really modified.
2663
2664         * testjit.c (tree_allocate_regs): use the new MonoRegSet to
2665         allocate registers.
2666         (mono_compile_method): changed the tree for mothod calls
2667
2668         * regset.h: impl.
2669         
2670         * regset.c: impl.
2671         
2672
2673 2001-09-10  Miguel de Icaza  <miguel@ximian.com>
2674
2675         * x86.brg: Use Unix assembly syntax.
2676
2677         * emit-x86.c: support code, should be moved
2678
2679         * testjit.c: Use GPtrArrays instead of GLists, as those are very
2680         inefficient at appends.
2681
2682         * Renamed `create_new_leave' to `create_new_leaf'
2683
2684         
2685