2005-07-20 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / monoburg / ChangeLog
1 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * monoburg.vcproj: Project file for monobug.
4
5 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
6
7         * monoburg.y (yyparsetail): Handle the case when the burg file does
8         not end with an empty line.
9
10 2004-06-24  David Waite  <mass@akuma.org>
11
12         * monoburg.c: change to C90-style comments from C99/C++-style
13         
14 Wed Apr 14 12:40:54 CEST 2004 Paolo Molaro <lupus@ximian.com>
15
16         * monoburg.c, monoburg.h, monoburg.y: changed the grammar so that
17         the same emit code can be easily associated with multiple rules.
18         Coalesce identical emit functions to reduce code size (10 KB - 10 % -
19         with the current unchanged x86 JIT rules).
20
21 2002-10-28  Dietmar Maurer  <dietmar@ximian.com>
22
23         * monoburg.c (emit_state): use 16bit values for registers, removed
24         reg3 and spilled flag.
25
26 2002-10-17  Dietmar Maurer  <dietmar@ximian.com>
27
28         * monoburg.y: added missing semicolon
29
30 2002-10-11  Dietmar Maurer  <dietmar@ximian.com>
31
32         * monoburg.c (emit_tree_match): omit unnecessary compare
33         (emit_label_func): make it possible to print operator names in
34         error messages.
35
36 2002-10-09  Dietmar Maurer  <dietmar@ximian.com>
37
38         * monoburg.c (check_result): emit a warning instead of an error
39
40 2002-10-03  Dietmar Maurer  <dietmar@ximian.com>
41
42         * monoburg.c: added new %termprefix mode
43
44 2002-09-30  Dietmar Maurer  <dietmar@ximian.com>
45
46         * monoburg.c (main): add option to specify default costs, added
47         experimental code to handle several input files.
48
49 2002-09-26  Dietmar Maurer  <dietmar@ximian.com>
50
51         * monoburg.c (emit_state): include additional fields to handle
52         register allocation in dag_mode
53
54 2002-09-25  Dietmar Maurer  <dietmar@ximian.com>
55
56         * added -p and -e options. monoburg is now able to work with DAGs.
57
58 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
59
60         * monoburg.y (yylex): bug fix in number parsing
61
62 2002-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * monoburg.c: added option -s to specify the c source file for output.
65
66 2002-04-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
67
68         * monoburg.c: added a default handler for warning messages that just
69         output the messages to stderr instead of stdout.
70
71 Mon Feb 18 14:28:10 CET 2002 Paolo Molaro <lupus@ximian.com>
72
73         * Makefile.am: fix compatibility problem with automake 1.4.
74
75 Fri Feb 15 14:20:30 CET 2002 Paolo Molaro <lupus@ximian.com>
76
77         * Makefile.am: avoid automake for build on host stuff.
78
79 Fri Feb 8 12:31:40 CET 2002 Paolo Molaro <lupus@ximian.com>
80
81         * monoburg.c: make generated arrays const, so that they are shared.
82
83 Fri Feb 1 15:14:16 CET 2002 Paolo Molaro <lupus@ximian.com>
84
85         * Makefile.am: support cross-compilation.
86
87 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
88
89         * monoburg.y: Include string.h, stdlib.h to kill warnings.
90
91         * sample.brg: Include string.h to remove warnings.
92
93 2001-09-23  Dietmar Maurer  <dietmar@ximian.com>
94
95         * monoburg.c: add a macro MBALLOC_STATE to define the allocation 
96         function for MBState. Added an additional user data argument to
97         mono_burg_label - the data can be used in the cost functions. The
98         type can be defined with MBCOST_DATA macro.
99         (emit_cost_func): inline cost functions
100
101 2001-09-22  Dietmar Maurer  <dietmar@ximian.com>
102
103         * monoburg.y (strndup): removed, use g_strndup instead
104
105         * monoburg.c (create_term): bug fix: g_strdup strings from the parser
106
107 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
108
109         * Makefile.am (EXTRA_DIST): Add man page to the distro
110
111 2001-09-21  Dietmar Maurer  <dietmar@ximian.com>
112
113         * monoburg.y (yylex): bug fix
114
115 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
116
117         * monoburg.c (emit_header): bug fix for MBCOND macro
118
119 Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
120
121         * monoburg.y: fix ANSI C issue.
122
123 2001-09-14  Dietmar Maurer  <dietmar@ximian.com>
124
125         * monoburg.c (emit_prototypes): add an additional argument to the
126         code emit function - a pointer to the code buffer
127
128 Tue Sep 11 13:46:35 CEST 2001 Paolo Molaro <lupus@ximian.com>
129
130         * Makefile.am: get it to work on platforms that insist on having
131         a weird extension at the end of an executable name.
132
133 Mon Sep 10 17:24:45 CEST 2001 Paolo Molaro <lupus@ximian.com>
134
135         * Makefile.am: make it work for make distcheck.
136
137 2001-09-09  Nick Drochak  <ndrochak@gol.com>
138
139         * Makefile.am: change CLEANFILES line to use just '=' instead of '+='
140                 some versions of automake complain if you try to '+=' before you '='
141                 
142 2001-09-08  Dietmar Maurer  <dietmar@ximian.com>
143
144         * monoburg.c (emit_header): added some convenient macros
145
146         * monoburg.y (optcfunc): allow arbitrary cost functions
147
148 2001-09-06  Dietmar Maurer  <dietmar@ximian.com>
149
150         * monoburg.c (emit_header): use macros to access the tree (like in iburg)
151