summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-093-282/+275
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-292-22/+22
* remove a bunch of unused private methodsNuno Lopes2014-03-232-17/+0
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Fix odd indentation.Craig Topper2014-02-271-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
* Don't make F_None the default.Rafael Espindola2014-02-241-2/+2
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-021-5/+42
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-022-2/+2
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-212-9/+11
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-311-11/+20
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-201-0/+3
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-4/+5
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-241-15/+25
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-202-2/+11
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-261-1/+2
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-5/+3
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-074-10/+23
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-281-6/+25
* Add an addition operator to TableGenHal Finkel2013-01-254-1/+9
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-102-34/+46
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-101-6/+16
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-091-18/+18
* tblgen: Factor out common code.Sean Silva2013-01-092-17/+18
* Inline this into its only caller.Sean Silva2013-01-092-12/+5
* tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-091-11/+2
* fix copy-paste-oSean Silva2013-01-091-2/+2
* docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-091-1/+6
* Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-071-5/+1
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-7/+38
* Update tablegen parser to allow defm names to start with #NAME.Craig Topper2012-12-271-1/+5
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-042-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-15/+13
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-255-134/+113
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-251-0/+12
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-102-4/+0
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-102-36/+21
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-102-94/+94
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-091-2/+2
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-091-21/+31
* tblgen: Remove pointless method call.Sean Silva2012-10-091-1/+0
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-051-21/+9
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-052-25/+25
* tblgen: Whitespace and 80-col cleanup.Sean Silva2012-10-041-11/+12
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-033-36/+1
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-031-0/+19
* De-nest if's and fix mix-upSean Silva2012-09-191-41/+37
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-062-138/+100
OpenPOWER on IntegriCloud