aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-0/+17
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-222-5/+19
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-021-11/+21
* TableGen: Location information for diagnostic.Jim Grosbach2012-07-121-1/+1
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-191-4/+18
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-131-9/+2
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-1/+4
* Fix 80 columns.Michael J. Spencer2012-06-011-3/+6
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-241-15/+50
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-2/+2
* Simplify TGParser::ProcessForEachDefs.Jakob Stoklund Olesen2012-05-242-103/+72
* Emit memcmp directly from the StringMatcherEmitter.Benjamin Kramer2012-05-201-4/+4