- 6c99d2b [TableGen] Preprocessing support by Vyacheslav Zakharin · 7 years ago
- cec2d66 Reverted r347092 due to the following build fails: by Vyacheslav Zakharin · 7 years ago
- ba09a5c Preprocessing support in tablegen. by Vyacheslav Zakharin · 7 years ago
- af0de50 TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons by Nicolai Haehnle · 7 years ago
- 2318764 TableGen: Add !dag function for construction by Nicolai Haehnle · 7 years ago
- 9ae21b3 TableGen: Remove space at EOL in TGLexer.{h,cpp} by Nicolai Haehnle · 8 years ago
- d66fa2a TableGen: Add a defset statement by Nicolai Haehnle · 8 years ago
- a2472db TableGen: add !isa operation by Nicolai Haehnle · 8 years ago
- 8498a49 TableGen: Add !foldl operation by Nicolai Haehnle · 8 years ago
- c343502 TableGen: Add !size operation by Nicolai Haehnle · 8 years ago
- ee23318 TableGen: Add operator !or by Matt Arsenault · 9 years ago
- cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 829e013 Remove empty non-virtual destructors or mark them =default when non-public by Benjamin Kramer · 10 years ago
- 00e08fc Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
- 42c1227 Change TableGen so that binary literals such as 0b001 are now sized. by Pete Cooper · 11 years ago
- c754b57 Allow binary and for tblgen math. by Joerg Sonnenberger · 11 years ago
- 245fbdf This only needs a StringRef. by Rafael Espindola · 11 years ago
- 1508c82 SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
- d80222a [tablegen] Add !listconcat operator with the similar semantics as !strconcat by Daniel Sanders · 11 years ago
- a170f52 tblgen: Diagnose duplicate includes. by Sean Silva · 13 years ago
- d23a41c Add an addition operator to TableGen by Hal Finkel · 13 years ago
- a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
- cebb4ee Add Foreach Loop by David Greene · 14 years ago
- d3d1cad Implement Paste by David Greene · 14 years ago
- a761f92 Add Peek by David Greene · 14 years ago
- a1b1b79 Remove Multidefs by David Greene · 14 years ago
- b9c29ea Lexer Support for Multidefs by David Greene · 14 years ago
- 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago[Renamed from utils/TableGen/TGLexer.h]
- 0b6a44a Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
- dd13790 Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
- ddcdcc8 Remove unused STL header includes. by Jay Foad · 14 years ago
- 606957f Correct small comment order typo. by Francois Pichet · 15 years ago
- 1434f66 by David Greene · 15 years ago
- 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 15 years ago
- c7252ce remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 15 years ago
- d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
- 6786d5e by David Greene · 16 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
- d926e04 prune #include, fix warning. by Chris Lattner · 16 years ago
- 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 16 years ago
- 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago
- 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 16 years ago
- ffc0ab6 by David Greene · 16 years ago
- 0d97399 by David Greene · 16 years ago
- 938c8ab by David Greene · 16 years ago
- 9bea7c8 by David Greene · 16 years ago
- 5f9f9ba by David Greene · 16 years ago
- beb31a5 by David Greene · 16 years ago
- 4afc509 by David Greene · 16 years ago
- e6c27de by David Greene · 16 years ago
- d418c1b by David Greene · 16 years ago
- c7cafcd by David Greene · 16 years ago
- 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 17 years ago
- aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 17 years ago
- bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 17 years ago
- 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
- 3060910 remove attributions from utils. by Chris Lattner · 18 years ago
- 8dcf751 add missing #include by Chris Lattner · 18 years ago
- f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago
- 56a9fcf Record the start of the current token, for use in error reporting. by Chris Lattner · 18 years ago
- c8a9bbc Add carat diagnostics to tblgen lexer errors. by Chris Lattner · 18 years ago
- a805874 reimplement the tblgen lexer with a simple hand-written lexer. This eliminates by Chris Lattner · 18 years ago