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