aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen
AgeCommit message (Expand)Author
2012-03-07Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen
2012-03-05Switch the TableGen record's string-based DenseMap key to use the newChandler Carruth
2012-02-28Remove stray semi-colon.Daniel Dunbar
2012-02-22Add Foreach LoopDavid Greene
2012-02-19StringRef'ize EmitSourceFileHeader().Ahmed Charles
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-30Implement String Cast from IntegerDavid Greene
2012-01-28Fix Record Name ReferenceDavid Greene
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20TblGen diagnostic for mismatched template instantiation.Jim Grosbach
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2012-01-13Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen
2012-01-13Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen
2011-12-22TableGen: add a commentDylan Noblesmith
2011-12-22try to fix MSVC buildDylan Noblesmith
2011-12-22drop unneeded config.h includesDylan Noblesmith
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