Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 80 columns. | Michael J. Spencer | 2012-06-01 | 1 | -3/+6 |
| | | | | llvm-svn: 157788 | ||||
* | Revert r141079: tblgen: add preprocessor as a separate mode | Che-Liang Chiou | 2011-10-08 | 1 | -23/+0 |
| | | | | llvm-svn: 141492 | ||||
* | tblgen: add preprocessor as a separate mode | Che-Liang Chiou | 2011-10-04 | 1 | -0/+23 |
| | | | | | | | | | | | | | | This patch adds a preprocessor that can expand nested for-loops for saving some copy-n-paste in *.td files. The preprocessor is not yet integrated with TGParser, and so it has no direct effect on *.td inputs. However, you may preprocess an td input (and only preprocess it). To test the proprecessor, type: tblgen -E -o $@ $< llvm-svn: 141079 | ||||
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -0/+124 |
This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 |