Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TableGen: Allow use of #NAME# outside of 'def' names. | Jim Grosbach | 2012-08-02 | 1 | -11/+21 |
* | 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 | 1 | -92/+63 |
* | Add Foreach Loop | David Greene | 2012-02-22 | 1 | -2/+222 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -4/+4 |
* | Fix Record Name Reference | David Greene | 2012-01-28 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -5/+0 |
* | TblGen diagnostic for mismatched template instantiation. | Jim Grosbach | 2012-01-20 | 1 | -0/+4 |
* | Delete CodeInit and CodeRecTy from TableGen. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -3/+3 |
* | Use uniqued StringInit pointers for lookups. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -1/+1 |
* | Check for error after InstantiateMultclassDef. | Jim Grosbach | 2011-12-02 | 1 | -0/+2 |
* | Implement Paste | David Greene | 2011-10-19 | 1 | -22/+60 |
* | Process NAME | David Greene | 2011-10-19 | 1 | -8/+35 |
* | Process Defm Prefix as Init | David Greene | 2011-10-19 | 1 | -19/+39 |
* | Parse Def ID as Value | David Greene | 2011-10-19 | 1 | -13/+41 |
* | Don't Parse Object Body as a Name | David Greene | 2011-10-19 | 1 | -0/+4 |
* | Use Parse Mode | David Greene | 2011-10-19 | 1 | -2/+9 |
* | Make ID Parsing More Flexible | David Greene | 2011-10-19 | 1 | -6/+8 |
* | Add NAME Member | David Greene | 2011-10-19 | 1 | -1/+1 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -2/+3 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+2 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -2/+3 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+2 |
* | Make Template Arg Names Inits | David Greene | 2011-10-19 | 1 | -29/+35 |
* | Let SetValue Take and Init Name | David Greene | 2011-10-19 | 1 | -8/+11 |
* | Remove Multidefs | David Greene | 2011-10-07 | 1 | -175/+1 |
* | Prefix Template Arg Names with Multiclass Name | David Greene | 2011-10-05 | 1 | -0/+3 |
* | Process Multidefs | David Greene | 2011-10-05 | 1 | -0/+86 |
* | Parser Multidef Support | David Greene | 2011-10-05 | 1 | -1/+88 |
* | Refactor Multiclass Def Processing | David Greene | 2011-10-05 | 1 | -87/+116 |
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -0/+2163 |