aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-084-680/+0
* Remove MultidefsDavid Greene2011-10-074-178/+2
* Fix List-of-List ProcessingDavid Greene2011-10-061-1/+3
* Use StringSwitch.Benjamin Kramer2011-10-061-19/+21
* Simplify code. No functionality change.Benjamin Kramer2011-10-061-26/+24
* Fix TypoDavid Greene2011-10-061-1/+1
* Prefix Template Arg Names with Multiclass NameDavid Greene2011-10-051-0/+3
* Process MultidefsDavid Greene2011-10-051-0/+86
* Parser Multidef SupportDavid Greene2011-10-052-1/+89
* Lexer Support for MultidefsDavid Greene2011-10-052-1/+2
* Refactor Multiclass Def ProcessingDavid Greene2011-10-052-87/+131
* Fix compilation when using gcc-4.6. Patch by wanders.Duncan Sands2011-10-051-1/+1
* Replace snprintf with raw_string_ostream.Francois Pichet2011-10-041-7/+4
* Allow Operator ArgumentsDavid Greene2011-10-041-5/+13
* Unbreak MSVC build.Francois Pichet2011-10-041-0/+4
* tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-044-0/+679
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-0110-0/+5076