2002-07-24 Tim Coleman <tim@timcoleman.com>
[mono.git] / mono / jit / ChangeLog
index f69a04591c73a3ced681f9258e279ef0475fec23..e0d8f08a6c684ba3396f7d172ac5f598d7f3aa7a 100644 (file)
@@ -1,3 +1,193 @@
+2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_analyze_stack): added CEE_TAIL (but it is ignored)
+
+Wed Jul 24 13:02:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * jit.c, jit.h, exception.c: implemented stack walking function.
+
+2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (ARG_OBJ): removed zero sized object warning 
+
+2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_allocate_excvar): mark excvar as volatile
+
+       * emit-x86.c (enter_method): use arch_get_argument_info to get
+       stack layout.
+
+       * jit.c (mono_analyze_stack): use arch_get_argument_info to get
+       stack layout.
+       (mono_analyze_stack): removed unused code
+
+       * emit-x86.c (arch_allocate_arg): impl.
+
+2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
+
+       * emit-x86.c (arch_allocate_var): fix alignment bug
+
+       * x86.brg (X86_CALL_BEGIN): add argument padding before emitting a call
+
+       * jit.c (mono_analyze_stack): s/k/k + 1/
+
+       * x86.brg (LOCALLOC): align to MONO_FRAME_ALIGNMENT
+
+       * emit-x86.c (arch_get_argument_info): impl.
+
+2002-07-21  Miguel de Icaza  <miguel@ximian.com>
+
+       * exception.c (arch_handle_exception): Memory leak fix.
+
+2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_analyze_stack): avoid recursive inlining
+
+Fri Jul 19 18:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * emit-x86.c: temporary workaround for gcc bug.
+       * jit.h, jit.c, mono.c: move mono_jit_image to jit.c.
+       Don't include config.h in headers.
+
+2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg: correctly align valuetype arguments on the stack
+
+       * jit.c (mono_analyze_stack): do not compute frame size here.
+
+       * x86.brg: use macros to avoid code duplication for CALL opcodes,
+       compute frame size in x86.brg
+
+2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (ARG_OBJ): allow zero sized ARG_OBJ
+
+       * exception.c (arch_handle_exception): removed duplicated code,
+       added support for exception filters
+
+       * jit.c (mono_jit_compile_method): support exception filters
+
+2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_analyze_stack CEE_DIV): added fix from Zoltan Varga
+       (bug #27423)
+       * jit.c: s/ISSTRUCT/MONO_TYPE_ISSTRUCT/ 
+
+       * helpers.c (mono_map_ldind_type): added suggested changes from
+       Zoltan Varga (support MONO_TYPE_U), variou 64bit fixes
+
+       * jit.c (mono_analyze_stack): remove the vtype pointer from the
+       stack (fix bug #27420)
+
+2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (CALL_VOID): fix bug #27751
+       (CONV_R_UN) use reg2 instead of reg1 for the negative check /fix bug 27849.
+
+       * jit.c (mono_analyze_stack): adjust valuetype size for pinvoke calls
+
+i2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (freg): new rule freg: CALL_R8 (this, reg)
+
+2002-07-10  Dietmar Maurer  <dietmar@ximian.com>
+
+       * emit-x86.c (arch_emit_prologue): added code to save LMF
+
+2002-07-04  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (LOCALLOC): added fix from Zoltan Varga (for bug #27396) 
+
+2002-07-05  Martin Baulig  <martin@gnome.org>
+
+       * debug.c (mono_debug_add_method): Fix a bug in the `begin_scope' and
+       `end_scope' calculations when linear scan register allocation is disabled.
+
+2002-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * mono.c: removed the "RESULT: X" message.
+
+2002-07-01  Dietmar Maurer <dietmar@ximian.com>
+
+       * exception.c (arch_get_call_finally): restore caller saved
+       register used by global reg. allocation when calling finally
+       handlers (fixes bug #24943).
+
+2002-07-01  Dick Porter  <dick@ximian.com>
+
+       * jit.c (mono_jit_exec): Removed unneeded argument to
+       mono_runtime_run_main()
+
+2002-06-28  Martin Baulig  <martin@gnome.org>
+
+       * debug.c (debug_generate_method_lines, mono_debug_add_method): Make methods
+       start on the nop instruction to make single-stepping into an already-JITed
+       method work.
+
+2002-06-26  Martin Baulig  <martin@gnome.org>
+
+       * debug.c (mono_debug_source_location_from_address): Added
+       `guint32 *line_number' argument.  If it's not NULL, store the line number
+       there and return the file name without the line number.
+
+       * exception.c (ves_icall_get_trace): Fill in `sf->filename' and `sf->line'.
+       (ves_icall_get_frame_info): Likewise.
+
+2002-06-25  Dick Porter  <dick@ximian.com>
+
+       * jit.c (mono_jit_exec): Pass the assembly to mono_runtime_run_main
+
+2002-06-22  Martin Baulig  <martin@gnome.org>
+
+       * debug.c (mono_debug_source_location_from_address): Small fix, an
+       unsigned number can never be smaller than zero, make that check
+       actually work.
+
+2002-06-19  Dietmar Maurer  <dietmar@ximian.com>
+
+       * exception.c (ves_icall_get_trace): new method to get the stack
+       trace from a Exception.
+
+2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (check_inlining): do not inline functions containing 
+       calls to stack query functions
+
+       * exception.c (ves_icall_get_frame_info): impl.
+
+Tue Jun 18 10:21:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * invoke.c: marshal simple arrays correctly.
+
+2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg: added inlined versions of Math.Sin, Math.Cos, Math.Sqrt
+
+       * jit.c (mono_analyze_stack): impl. STARG
+       (mono_analyze_stack): impl. LDARGA
+
+       * exception.c (arch_handle_exception): correctly restore register
+       values when unwinding the stack (fixes bug 25698)
+
+2002-06-09  Martin Baulig  <martin@gnome.org>
+
+       * debug.c (mono_debug_open_image): For MONO_DEBUG_FORMAT_DWARF2_PLUS,
+       the `%s-debug.s' file is in the same directory than its assembly.
+
+Sat Jun 1 13:24:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * message.c, emit-x86.c: kill warnings.
+
+2002-05-31  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg: buf fix in REMOTE_STIND_OBJ
+       (mono_ldvirtftn): impl.
+       (mono_ldintftn): impl.
+       (mono_ldftn): impl.
+
+Fri May 31 13:26:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * mono.c: added --config command line option.
 
 Fri May 31 12:34:52 CEST 2002 Paolo Molaro <lupus@ximian.com>