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