summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAge
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-02
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-02
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-21
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-31
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-20
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-24
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-20
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-26
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-07
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-28
* 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
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-09
* tblgen: Factor out common code.Sean Silva2013-01-09
* Inline this into its only caller.Sean Silva2013-01-09
* tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-09
* fix copy-paste-oSean Silva2013-01-09
* docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-09
* Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-07
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-07
* Update tablegen parser to allow defm names to start with #NAME.Craig Topper2012-12-27
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-25
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-10
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-09
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-09
* tblgen: Remove pointless method call.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: Whitespace and 80-col cleanup.Sean Silva2012-10-04
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-03
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-03
* 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
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-02
* TableGen: Location information for diagnostic.Jim Grosbach2012-07-12
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-19
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-13
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Fix 80 columns.Michael J. Spencer2012-06-01