| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 165544
|
| |
|
|
|
|
| |
This keeps it out of the main flow of TableGenMain.
llvm-svn: 165542
|
| |
|
|
| |
llvm-svn: 165168
|
| |
|
|
|
|
|
|
| |
In order to avoid rev-lock with Clang when moving to the new API, also
preserve the current API temporarily and insert a shim to implement the
new API in terms of the old.
llvm-svn: 165165
|
| |
|
|
| |
llvm-svn: 157788
|
| |
|
|
| |
llvm-svn: 141492
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
This is the first step towards splitting LLVM and Clang's tblgen executables.
llvm-svn: 140951
|