aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* TableGen: add a commentDylan Noblesmith2011-12-221-1/+1
* try to fix MSVC buildDylan Noblesmith2011-12-221-0/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-203-0/+27
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Check for error after InstantiateMultclassDef.Jim Grosbach2011-12-021-0/+2
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-4/+0
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-111-1/+1
* 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