aboutsummaryrefslogtreecommitdiff
path: root/support/tools/TableGen/CodeEmitterGen.h
AgeCommit message (Expand)Author
2003-10-05Move support/lib into lib/SupportChris Lattner
2003-08-06convert over to using TableGen backendsChris Lattner
2003-08-01Simplify code to match new interfacesChris Lattner
2003-07-31More minor cleanups of the interfaceChris Lattner
2003-07-31Rename createEmitter to run because eventually all tablegen backends willChris Lattner
2003-07-31Tighten up interfaceChris Lattner
2003-07-29Don't crash if there is no Inst class in the tablegen file!Chris Lattner
2003-06-06Old versions of GCC doesn't have <ostream> :(Chris Lattner
2003-05-24First cut at the Code Generator using the TableGen methodology.Misha Brukman