aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen
AgeCommit message (Expand)Author
2011-10-07Remove MultidefsDavid Greene
2011-10-06Fix List-of-List ProcessingDavid Greene
2011-10-06Use StringSwitch.Benjamin Kramer
2011-10-06Simplify code. No functionality change.Benjamin Kramer
2011-10-06Fix TypoDavid Greene
2011-10-05Prefix Template Arg Names with Multiclass NameDavid Greene
2011-10-05Process MultidefsDavid Greene
2011-10-05Parser Multidef SupportDavid Greene
2011-10-05Lexer Support for MultidefsDavid Greene
2011-10-05Refactor Multiclass Def ProcessingDavid Greene
2011-10-05Fix compilation when using gcc-4.6. Patch by wanders.Duncan Sands
2011-10-04Replace snprintf with raw_string_ostream.Francois Pichet
2011-10-04Allow Operator ArgumentsDavid Greene
2011-10-04Unbreak MSVC build.Francois Pichet
2011-10-04tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne