[jit] Avoid licm for volatile variables, ssa ignores them so we can't detect whenever...
[mono.git] / mono / monograph / ChangeLog
index af7aa9a00efb5ddd3cc1b25e3d17a64cb8b2a8c8..b621d83355bcf2b13dc17f74b51dd4f9762791c5 100644 (file)
@@ -1,4 +1,25 @@
 
+Wed Feb 24 15:56:52 CET 2010 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am, monograph.c: update to the new API/ABI.
+
+2009-08-18  Christian Hergert  <chris@dronelabs.com>
+
+       * monograph.c: Fix printf warnings.
+
+Mon Sep 10 15:03:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * monograph.c: added --size option to collect size statistics
+       per-type (best used with a pipe to sort -n -k3).
+
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * monograph.vcproj: Move to msvc directory.
+       
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * monograph.vcproj: Begin WIN64 port.
+       
 Fri Jan 26 12:37:14 CET 2007 Paolo Molaro <lupus@ximian.com>
 
        * monograph.c: warning fixes.