aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen
AgeCommit message (Expand)Author
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-02Check for error after InstantiateMultclassDef.Jim Grosbach
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-11ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-19Implement PasteDavid Greene
2011-10-19Process NAMEDavid Greene
2011-10-19Process Defm Prefix as InitDavid Greene
2011-10-19Parse Def ID as ValueDavid Greene
2011-10-19Don't Parse Object Body as a NameDavid Greene
2011-10-19Use Parse ModeDavid Greene
2011-10-19Make ID Parsing More FlexibleDavid Greene
2011-10-19Add NAME MemberDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Disambiguate Numbers and IdentifiersDavid Greene
2011-10-19Add PeekDavid Greene
2011-10-19Resolve Record NamesDavid Greene
2011-10-19Allow Names Changes on Unregistered RecordsDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Fix Name AccessDavid Greene
2011-10-19Add Record InitDavid Greene
2011-10-19Make Template Arg Names InitsDavid Greene
2011-10-19Let SetValue Take and Init NameDavid Greene
2011-10-19Add Utility to Scope NamesDavid Greene
2011-10-19Make VarInit Name an InitDavid Greene
2011-10-19Add Value AccessorsDavid Greene
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-08Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-07Remove MultidefsDavid Greene
2011-10-06Fix List-of-List ProcessingDavid Greene
2011-10-06Use StringSwitch.Benjamin Kramer
2011-10-06Simplify code. No functionality change.Benjamin Kramer
2011-10-06Fix TypoDavid Greene
2011-10-05Prefix Template Arg Names with Multiclass NameDavid Greene
2011-10-05Process MultidefsDavid Greene
2011-10-05Parser Multidef SupportDavid Greene
2011-10-05Lexer Support for MultidefsDavid Greene
2011-10-05Refactor Multiclass Def ProcessingDavid Greene
2011-10-05Fix compilation when using gcc-4.6. Patch by wanders.Duncan Sands
2011-10-04Replace snprintf with raw_string_ostream.Francois Pichet
2011-10-04Allow Operator ArgumentsDavid Greene
2011-10-04Unbreak MSVC build.Francois Pichet
2011-10-04tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne