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