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