diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-19 09:40:27 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-19 09:40:27 +0000 |
commit | 265f3a6f70b373a9802581fc8d50d00dadfbbe4d (patch) | |
tree | 8fde7f18bab6eb88134cad9337772e9b4597a062 /INSTALL/README-MELT-PLUGIN | |
parent | 19b48b1d0125b919df4e3173081afd81f3fc6358 (diff) | |
download | gcc-265f3a6f70b373a9802581fc8d50d00dadfbbe4d.tar.gz |
2011-01-19 Basile Starynkevitch <basile@starynkevitch.net>
{{MELT plugin 0.9.3 rc0}}
* INSTALL/README-MELT-PLUGIN: More
[gcc/]
2012-01-18 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.h (MELT_VERSION_STRING): bumped to 0.9.3-
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183298 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'INSTALL/README-MELT-PLUGIN')
-rw-r--r-- | INSTALL/README-MELT-PLUGIN | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL/README-MELT-PLUGIN b/INSTALL/README-MELT-PLUGIN index 92550e790db..aab041ff5fb 100644 --- a/INSTALL/README-MELT-PLUGIN +++ b/INSTALL/README-MELT-PLUGIN @@ -142,6 +142,27 @@ welcome by email to <basile@starynkevitch.net> [please mention MELT in the subject line] ####################################################################### +NEWS for 0.9.3 MELT plugin for gcc-4.6 (and future gcc-4.7) +January ??th, 2012 + +New features: + + Language improvements + ===================== + +Ability to define a named value with the (DEFINE <name> <expr>) construct + + More support notably for Gimple & Tree + ====================================== +Added more cmatchers etc. + + Runtime improvement + =================== + +Generation of timestamping C file foo+melttime.h included from +generated descriptor file foo+meltdesc.c from foo.melt + +####################################################################### NEWS for 0.9.2.b MELT plugin for gcc-4.6 (and future gcc-4.7) December 08th, 2011: Release of MELT plugin 0.9.2 for gcc-4.6 (& future gcc-4.7) |