aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/TableGen
AgeCommit message (Expand)Author
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen
2013-02-05Fix comment formattingEli Bendersky
2013-01-25Add an addition operator to TableGenHal Finkel
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-07Simplify TableGen type-compatibility checks.Sean Silva
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-10tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva
2012-10-09Move misplaced comment.Sean Silva
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-10-05tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva
2012-09-19Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson
2012-09-19Refactor Record* by-ID comparator to Record.hSean Silva
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-09-16Add explicit virtual keywords for methods that override base class.Craig Topper
2012-09-09Fixing a type width warning with MSVC.Aaron Ballman
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach
2012-02-22Add Foreach LoopDavid Greene
2012-02-19StringRef'ize EmitSourceFileHeader().Ahmed Charles
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-13Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen
2012-01-13Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-19Add NAME MemberDavid Greene
2011-10-19Call Record InitializerDavid Greene
2011-10-19Add Name Init Record ConstructorDavid Greene
2011-10-19Fix 80-col ViolationDavid Greene
2011-10-19Fix Name CheckDavid Greene
2011-10-19Fix Name CheckDavid Greene
2011-10-19Add Record InitDavid Greene
2011-10-19Make Template Arg Names InitsDavid Greene
2011-10-19Add Utility to Scope NamesDavid Greene
2011-10-19Make VarInit Name an InitDavid Greene
2011-10-19Add Value AccessorsDavid Greene