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