Remove the Clang tblgen backends from LLVM.
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.h
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-11-15 Chris Lattnersplit the giant encoder loop into two new helper functions.
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-05 Dan GohmanMinor code simplification.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2007-12-29 Chris Lattnerremove attributions from utils.
2006-07-13 Jim Laskey1. Simplfy bit operations.
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-10-14 Misha Brukman* Factor out (into new fn) a loop emitting operand...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-31 Chris LattnerTighten up interface
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...