x86.brg: (MB_OPT_LEVEL): define optimisation level macro
[mono.git] / mono / monoburg / ChangeLog
1 2001-09-21  Dietmar Maurer  <dietmar@ximian.com>
2
3         * monoburg.y (yylex): bug fix
4
5 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
6
7         * monoburg.c (emit_header): bug fix for MBCOND macro
8
9 Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
10
11         * monoburg.y: fix ANSI C issue.
12
13 2001-09-14  Dietmar Maurer  <dietmar@ximian.com>
14
15         * monoburg.c (emit_prototypes): add an additional argument to the
16         code emit function - a pointer to the code buffer
17
18 Tue Sep 11 13:46:35 CEST 2001 Paolo Molaro <lupus@ximian.com>
19
20         * Makefile.am: get it to work on platforms that insist on having
21         a weird extension at the end of an executable name.
22
23 Mon Sep 10 17:24:45 CEST 2001 Paolo Molaro <lupus@ximian.com>
24
25         * Makefile.am: make it work for make distcheck.
26
27 2001-09-09  Nick Drochak  <ndrochak@gol.com>
28
29         * Makefile.am: change CLEANFILES line to use just '=' instead of '+='
30                 some versions of automake complain if you try to '+=' before you '='
31                 
32 2001-09-08  Dietmar Maurer  <dietmar@ximian.com>
33
34         * monoburg.c (emit_header): added some convenient macros
35
36         * monoburg.y (optcfunc): allow arbitrary cost functions
37
38 2001-09-06  Dietmar Maurer  <dietmar@ximian.com>
39
40         * monoburg.c (emit_header): use macros to access the tree (like in iburg)
41