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