| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an !eq() operator to TableGen. It operates on strings only. | David Greene | 2010-01-05 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | prune #include, fix warning. | Chris Lattner | 2009-06-21 | 1 | -1/+0 |
* | move include searching logic from TGLexer to SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -7/+0 |
* | Rename TGSourceMgr -> SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -3/+3 |
* | rename TGLoc -> SMLoc. | Chris Lattner | 2009-06-21 | 1 | -3/+3 |
* | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene | 2009-06-09 | 1 | -1/+1 |
* | Add a !patsubst operator. Use on string types. | David Greene | 2009-06-08 | 1 | -1/+1 |
* | Add a !regmatch operator to do pattern matching in TableGen. | David Greene | 2009-06-08 | 1 | -1/+1 |
* | Implement !if, analogous to $(if) in GNU make. | David Greene | 2009-05-14 | 1 | -1/+1 |
* | Graduate LLVM to the big leagues by embedding a LISP processor into TableGen. | David Greene | 2009-05-14 | 1 | -1/+1 |
* | Implement a !foreach operator analogous to GNU make's $(foreach). | David Greene | 2009-05-14 | 1 | -1/+1 |
* | Implement a !subst operation simmilar to $(subst) in GNU make to do | David Greene | 2009-05-14 | 1 | -1/+1 |
* | Implement !cast. | David Greene | 2009-05-14 | 1 | -1/+1 |
* | Operation Enhancements | David Greene | 2009-05-14 | 1 | -1/+2 |
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 1 | -2/+2 |
* | make "locations" a class instead of a typedef. | Chris Lattner | 2009-03-13 | 1 | -3/+4 |
* | split buffer management and diagnostic printing out of the tblgen | Chris Lattner | 2009-03-13 | 1 | -17/+10 |
* | Unbreak LLVM on the MSVC compiler: | Argyrios Kyrtzidis | 2008-10-22 | 1 | -0/+1 |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 1 | -2/+2 |
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add missing #include | Chris Lattner | 2007-11-22 | 1 | -0/+1 |
* | Rewrite the tblgen parser in a recursive descent style, eliminating the bison... | Chris Lattner | 2007-11-22 | 1 | -13/+66 |
* | Record the start of the current token, for use in error reporting. | Chris Lattner | 2007-11-19 | 1 | -1/+5 |
* | Add carat diagnostics to tblgen lexer errors. | Chris Lattner | 2007-11-19 | 1 | -5/+6 |
* | reimplement the tblgen lexer with a simple hand-written lexer. This eliminates | Chris Lattner | 2007-11-18 | 1 | -0/+74 |