Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
[oota-llvm.git] / lib / TableGen /
2011-10-07 David GreeneRemove Multidefs
2011-10-06 David GreeneFix List-of-List Processing
2011-10-06 Benjamin KramerUse StringSwitch.
2011-10-06 Benjamin KramerSimplify code. No functionality change.
2011-10-06 David GreeneFix Typo
2011-10-05 David GreenePrefix Template Arg Names with Multiclass Name
2011-10-05 David GreeneProcess Multidefs
2011-10-05 David GreeneParser Multidef Support
2011-10-05 David GreeneLexer Support for Multidefs
2011-10-05 David GreeneRefactor Multiclass Def Processing
2011-10-05 Duncan SandsFix compilation when using gcc-4.6. Patch by wanders.
2011-10-04 Francois PichetReplace snprintf with raw_string_ostream.
2011-10-04 David GreeneAllow Operator Arguments
2011-10-04 Francois PichetUnbreak MSVC build.
2011-10-04 Che-Liang Chioutblgen: add preprocessor as a separate mode
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library