a03dd31de798f9b71975f64ac068a595bd55d673
[mono.git] / mono / monograph / ChangeLog
1 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * monograph.vcproj: Project file for monograph.
4
5 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * monograph.c: Add mono-compiler.h header to allow/ease compilation
8         with non-GCC compilers. Fix default loading of mscorlib.dll.
9
10 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
11
12         * monograph.c (print_method): Don't use method->info, as this will
13         be removed soon.
14
15 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
16
17         * monograph.c: Fix warnings.
18
19 Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
20
21         * monograph.c: default assembly name is "mscorlib" now.
22
23 2003-11-12  Jackson Harper  <jackson@ximian.com>
24
25         * monograph.c: Change default assembly name to mscorlib.dll
26         
27 Thu Feb  6 02:43:23 PST 2003 Piers Haken <piersh@friskit.com>
28
29         * monograph.c: more warning cleanups
30
31 Tue Jan 28 18:53:08 CET 2003 Paolo Molaro <lupus@ximian.com>
32
33         * monograph.c: more stats added.
34
35 Mon Oct 7 12:25:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
36
37         * monograph.c: added a --stats command line option to gather
38         statistics about the assembly code.
39
40 2002-08-28  Dick Porter  <dick@ximian.com>
41
42         * Makefile.am: Export HOST_CC for w32 builds
43
44 Fri Jul 19 14:23:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
45
46         * monograph.c: simple stats on opcode size.
47
48 Thu Mar 28 15:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
49
50         * monograph.c: some warning cleanups.
51
52 Mon Mar 11 11:58:27 CET 2002 Paolo Molaro <lupus@ximian.com>
53
54         * monograph.c: update --help output, Make error messages less
55         intimidating and more informative.
56
57 Mon Mar 11 11:16:53 CET 2002 Paolo Molaro <lupus@ximian.com>
58
59         * monograph.c: removed method signature and searching helpers
60         that are now provided in libmetadata. Added --control-flow option to
61         create a control flow graph of a method, with basic blocks etc.
62
63 Wed Feb 20 17:53:59 CET 2002 Paolo Molaro <lupus@ximian.com>
64
65         * monograph.c: added -i option to create a graph of the types
66         implementing an interface.
67
68 Tue Feb 19 12:24:15 CET 2002 Paolo Molaro <lupus@ximian.com>
69
70         * monograph.c: fix typo. Update for changes in mono_init ().
71
72 Mon Feb 18 14:37:17 CET 2002 Paolo Molaro <lupus@ximian.com>
73
74         * monograph.c: First commit: program to generate call graphs
75         or type hierarchies from CIL programs.
76