summaryrefslogtreecommitdiff
path: root/lib/TableGen/Record.cpp
Commit message (Expand)AuthorAge
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* Use a vector of unique_ptrs to fix a memory leak introduced in r208179.Daniel Sanders2014-05-08
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-07
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-09
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* Fix odd indentation.Craig Topper2014-02-27
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-31
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Add an addition operator to TableGenHal Finkel2013-01-25
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* 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
* De-nest if's and fix mix-upSean Silva2012-09-19
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-06
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-23
* TableGen: Location information for diagnostic.Jim Grosbach2012-07-12
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Switch the TableGen record's string-based DenseMap key to use the newChandler Carruth2012-03-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Implement String Cast from IntegerDavid Greene2012-01-30
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* 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
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-11
* Add NAME MemberDavid Greene2011-10-19
* Resolve Record NamesDavid Greene2011-10-19
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid 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
* Fix List-of-List ProcessingDavid Greene2011-10-06
* Allow Operator ArgumentsDavid Greene2011-10-04
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01