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