  |
http://pdos.csail.mit.edu/~engler/pldi96-abstract.html - http://pdos.csail.mit.edu/~engler/pldi96-abstract.html
A library for dynamically generating machine code from within a C program. Code is generated using a generic RISC-like virtual instruction set which is then translated into native processor instructions. Currently vcode supports MIPS, SPARC, and Alpha processors. |
  |
New Jersey Machine-Code Toolkit - http://www.eecs.harvard.edu/~nr/toolkit/
Helps programmers write applications that process machine code: assemblers, disassemblers, code generators, tracers, profilers, debuggers. Toolkit lets programmers encode and decode machine instructions symbolically. Encoding and decoding are automated based on compact specifications. |
  |
BEG - a Back End Generator - http://www.hei.biz/beg/
BEG is a commercial generator for compiler back ends. It reads a declarative description of a target processor (i.e. SPARC, MIPS, ARM, x86, etc.) and produces a possibly optimizing code generator in form of a C program. |
  |
Dynamically Targetable Tools Framework (DTTF) - http://www.sankhya.com/info/products/tools/dttf.html
A framework for building dynamically targetable compilers, assemblers and simulators for a wide variety of processor architectures. [Commercial] |
  |
ExpertCoder - http://expertcoder.sourceforge.net/
ExpertCoder is a toolkit for the .NET platform that supports the creation of code generators based on expert systems. Not a code generator-generator but rather a set of libraries useful for writing generators, it is released under the GPL license. |