summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAge
* Check for error after InstantiateMultclassDef.Jim Grosbach2011-12-02
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-11
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Implement PasteDavid Greene2011-10-19
* Process NAMEDavid Greene2011-10-19
* Process Defm Prefix as InitDavid Greene2011-10-19
* Parse Def ID as ValueDavid Greene2011-10-19
* Don't Parse Object Body as a NameDavid Greene2011-10-19
* Use Parse ModeDavid Greene2011-10-19
* Make ID Parsing More FlexibleDavid Greene2011-10-19
* Add NAME MemberDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Disambiguate Numbers and IdentifiersDavid Greene2011-10-19
* Add PeekDavid Greene2011-10-19
* Resolve Record NamesDavid Greene2011-10-19
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Add Record InitDavid Greene2011-10-19
* Make Template Arg Names InitsDavid Greene2011-10-19
* Let SetValue Take and Init NameDavid Greene2011-10-19
* Add Utility to Scope NamesDavid Greene2011-10-19
* Make VarInit Name an InitDavid Greene2011-10-19
* Add Value AccessorsDavid Greene2011-10-19
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-08
* Remove MultidefsDavid Greene2011-10-07
* Fix List-of-List ProcessingDavid Greene2011-10-06
* Use StringSwitch.Benjamin Kramer2011-10-06
* Simplify code. No functionality change.Benjamin Kramer2011-10-06
* Fix TypoDavid Greene2011-10-06
* Prefix Template Arg Names with Multiclass NameDavid Greene2011-10-05
* Process MultidefsDavid Greene2011-10-05
* Parser Multidef SupportDavid Greene2011-10-05
* Lexer Support for MultidefsDavid Greene2011-10-05
* Refactor Multiclass Def ProcessingDavid Greene2011-10-05
* Fix compilation when using gcc-4.6. Patch by wanders.Duncan Sands2011-10-05
* Replace snprintf with raw_string_ostream.Francois Pichet2011-10-04
* Allow Operator ArgumentsDavid Greene2011-10-04
* Unbreak MSVC build.Francois Pichet2011-10-04
* tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-04
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01