aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Implement PasteDavid Greene2011-10-193-28/+67
* Process NAMEDavid Greene2011-10-191-8/+35
* Process Defm Prefix as InitDavid Greene2011-10-192-20/+40
* Parse Def ID as ValueDavid Greene2011-10-192-14/+42
* Don't Parse Object Body as a NameDavid Greene2011-10-191-0/+4
* Use Parse ModeDavid Greene2011-10-191-2/+9
* Make ID Parsing More FlexibleDavid Greene2011-10-192-10/+26
* Add NAME MemberDavid Greene2011-10-192-1/+6
* Fix Name AccessDavid Greene2011-10-191-2/+3
* Fix Name AccessDavid Greene2011-10-191-1/+2
* Fix Name AccessDavid Greene2011-10-191-2/+3
* Fix Name AccessDavid Greene2011-10-191-1/+2
* Disambiguate Numbers and IdentifiersDavid Greene2011-10-191-1/+37
* Add PeekDavid Greene2011-10-192-0/+5
* Resolve Record NamesDavid Greene2011-10-191-0/+6
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-191-4/+3
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Add Record InitDavid Greene2011-10-191-0/+4
* Make Template Arg Names InitsDavid Greene2011-10-193-34/+43
* Let SetValue Take and Init NameDavid Greene2011-10-192-9/+17
* Add Utility to Scope NamesDavid Greene2011-10-191-0/+36
* Make VarInit Name an InitDavid Greene2011-10-191-1/+13
* Add Value AccessorsDavid Greene2011-10-191-0/+12
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-2/+2
* 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