| Commit message (Expand) | Author | Age | Files | Lines |
* | TableGen: Keep track of superclass reference ranges. | Jordan Rose | 2013-01-10 | 2 | -34/+46 |
* | TableGen: record anonymous instantiations of classes. | Jordan Rose | 2013-01-10 | 1 | -6/+16 |
* | tblgen: use an early return to reduce indentation. | Sean Silva | 2013-01-09 | 1 | -18/+18 |
* | tblgen: Factor out common code. | Sean Silva | 2013-01-09 | 2 | -17/+18 |
* | Inline this into its only caller. | Sean Silva | 2013-01-09 | 2 | -12/+5 |
* | tblgen: Reuse function that is 2 lines above. | Sean Silva | 2013-01-09 | 1 | -11/+2 |
* | fix copy-paste-o | Sean Silva | 2013-01-09 | 1 | -2/+2 |
* | docs: Bring TableGen syntax a bit closer to reality. | Sean Silva | 2013-01-09 | 1 | -1/+6 |
* | Revert r171140. We don't actually need to support #NAME. Because NAME by itse... | Craig Topper | 2013-01-07 | 1 | -5/+1 |
* | Simplify TableGen type-compatibility checks. | Sean Silva | 2013-01-07 | 1 | -7/+38 |
* | Update tablegen parser to allow defm names to start with #NAME. | Craig Topper | 2012-12-27 | 1 | -1/+5 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 2 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 4 | -15/+13 |
* | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 2012-10-25 | 5 | -134/+113 |
* | In preparation for removing exception handling in tablegen, add | Joerg Sonnenberger | 2012-10-25 | 1 | -0/+12 |
* | tblgen: Compile TableGen without RTTI. | Sean Silva | 2012-10-10 | 2 | -4/+0 |
* | tblgen: Use semantically correct RTTI functions. | Sean Silva | 2012-10-10 | 2 | -36/+21 |
* | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. | Sean Silva | 2012-10-10 | 2 | -94/+94 |
* | tblgen: Rename handleDependencies -> createDependencyFile | Sean Silva | 2012-10-09 | 1 | -2/+2 |
* | tblgen: Move dependency file output to a separate function. | Sean Silva | 2012-10-09 | 1 | -21/+31 |
* | tblgen: Remove pointless method call. | Sean Silva | 2012-10-09 | 1 | -1/+0 |
* | tblgen: Use appropriate LLVM-style RTTI functions. | Sean Silva | 2012-10-05 | 1 | -21/+9 |
* | tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. | Sean Silva | 2012-10-05 | 2 | -25/+25 |
* | tblgen: Whitespace and 80-col cleanup. | Sean Silva | 2012-10-04 | 1 | -11/+12 |
* | tblgen: Remove last traces of old TableGenMain API. | Sean Silva | 2012-10-03 | 3 | -36/+1 |
* | tblgen: Put new TableGenMain API in place. | Sean Silva | 2012-10-03 | 1 | -0/+19 |
* | De-nest if's and fix mix-up | Sean Silva | 2012-09-19 | 1 | -41/+37 |
* | Re-work bit/bits value resolving in tblgen | Michael Liao | 2012-09-06 | 2 | -138/+100 |
* | Tristate mayLoad, mayStore, and hasSideEffects. | Jakob Stoklund Olesen | 2012-08-23 | 1 | -0/+17 |
* | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 2012-08-22 | 2 | -5/+19 |
* | TableGen: Allow use of #NAME# outside of 'def' names. | Jim Grosbach | 2012-08-02 | 1 | -11/+21 |
* | TableGen: Location information for diagnostic. | Jim Grosbach | 2012-07-12 | 1 | -1/+1 |
* | Emit TableGen's header comment with C-style comments, so it can be used from ... | Benjamin Kramer | 2012-06-19 | 1 | -4/+18 |
* | Eliminate struct TableGenBackend. | Jakob Stoklund Olesen | 2012-06-13 | 1 | -9/+2 |
* | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -1/+4 |
* | Fix 80 columns. | Michael J. Spencer | 2012-06-01 | 1 | -3/+6 |
* | Add support for range expressions in TableGen foreach loops. | Jakob Stoklund Olesen | 2012-05-24 | 1 | -15/+50 |
* | Don't put TGParser scratch results in the output. | Jakob Stoklund Olesen | 2012-05-24 | 1 | -2/+2 |
* | Simplify TGParser::ProcessForEachDefs. | Jakob Stoklund Olesen | 2012-05-24 | 2 | -103/+72 |
* | Emit memcmp directly from the StringMatcherEmitter. | Benjamin Kramer | 2012-05-20 | 1 | -4/+4 |
* | Move llvm-tblgen's StringMatcher into the TableGen library so it can | Douglas Gregor | 2012-05-02 | 2 | -0/+150 |
* | Fix copy/paste-o. | Jim Grosbach | 2012-04-18 | 1 | -1/+1 |
* | TableGen add warning diagnostic helper functions. | Jim Grosbach | 2012-04-18 | 1 | -0/+16 |
* | Fix infinite loop in nested multiclasses. | Jakob Stoklund Olesen | 2012-03-07 | 1 | -6/+2 |
* | Switch the TableGen record's string-based DenseMap key to use the new | Chandler Carruth | 2012-03-05 | 1 | -5/+11 |
* | Remove stray semi-colon. | Daniel Dunbar | 2012-02-28 | 1 | -1/+1 |
* | Add Foreach Loop | David Greene | 2012-02-22 | 4 | -5/+262 |
* | StringRef'ize EmitSourceFileHeader(). | Ahmed Charles | 2012-02-19 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 2 | -5/+5 |
* | Implement String Cast from Integer | David Greene | 2012-01-30 | 1 | -0/+5 |