Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | Use range-based for loops. NFC | Craig Topper | 1 | -9/+7 |
2014-06-17 | Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it. | James Molloy | 1 | -1/+1 |
2014-01-15 | replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of... | Kostya Serebryany | 1 | -5/+7 |
2014-01-10 | reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi... | Kostya Serebryany | 1 | -0/+7 |
2014-01-09 | Revert "Disable LeakSanitizer in TableGen binaries, see PR18325" | Alp Toker | 1 | -7/+0 |
2014-01-09 | Disable LeakSanitizer in TableGen binaries, see PR18325 | Kostya Serebryany | 1 | -0/+7 |
2013-03-21 | Add TableGen ctags(1) emitter and helper script. | Sean Silva | 1 | -1/+7 |
2012-12-19 | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 1 | -6/+0 |
2012-12-05 | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 1 | -1/+7 |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth | 1 | -1/+0 |
2012-10-03 | tblgen: Migrate llvm-tblgen to new TableGenMain API. | Sean Silva | 1 | -82/+77 |
2012-06-11 | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 1 | -32/+19 |
2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 1 | -3/+0 |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 1 | -84/+84 |
2011-12-01 | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta | 1 | -0/+7 |
2011-11-09 | Remove the old-style ARM disassembler, which is no longer used. | Owen Anderson | 1 | -7/+0 |
2011-10-06 | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne | 1 | -122/+0 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -144/+61 |
2011-09-20 | Remove more of llvmc and dependencies. | Eric Christopher | 1 | -7/+0 |
2011-09-08 | Added LateParsed property to TableGen attributes. | Caitlin Sadowski | 1 | -0/+7 |
2011-09-07 | Dependency should be on the output file name, not the dependency file | Joerg Sonnenberger | 1 | -1/+1 |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 1 | -12/+1 |
2011-07-11 | [AVX] Make Inits Foldable | David Greene | 1 | -1/+12 |
2011-07-08 | TableGen'erated MC lowering for simple pseudo-instructions. | Jim Grosbach | 1 | -0/+7 |
2011-06-28 | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 1 | -9/+5 |
2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 1 | -17/+2 |
2011-06-24 | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 1 | -8/+12 |
2011-06-21 | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 1 | -11/+4 |
2011-06-04 | Drop a RecordKeeper reference that wasn't necessary. | Jakob Stoklund Olesen | 1 | -1/+1 |
2011-06-04 | Teach TableGen to evaluate DAG expressions as set operations. | Jakob Stoklund Olesen | 1 | -1/+20 |
2011-06-01 | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger | 1 | -29/+43 |
2011-05-06 | ParseFile() may throw, so extend the try/catch to handle that. | Jim Grosbach | 1 | -11/+11 |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 1 | -1/+9 |
2011-02-14 | Add the ClangSACheckersEmitter tablegen backend which will be used for the cl... | Argyrios Kyrtzidis | 1 | -0/+7 |
2011-01-19 | Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han | Douglas Gregor | 1 | -1/+1 |
2010-12-16 | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 1 | -3/+4 |
2010-12-15 | Add a Neon intrinsic test generator. | Bob Wilson | 1 | -0/+6 |
2010-12-15 | various cleanups to tblgen, patch by Garrison Venn! | Chris Lattner | 1 | -1/+1 |
2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 1 | -6/+6 |
2010-12-09 | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 1 | -3/+4 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -1/+1 |
2010-10-20 | Add a way to emit StringSwitch of clang attribute spellings. | Anders Carlsson | 1 | -0/+6 |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman | 1 | -1/+1 |
2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 1 | -1/+1 |
2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 1 | -35/+35 |
2010-08-20 | Convert tablegen to use tool_output_file. | Dan Gohman | 1 | -6/+3 |
2010-08-18 | Finish full attribute class emission for clang. | Sean Hunt | 1 | -0/+18 |
2010-08-13 | Revert r111007. | Mikhail Glushenkov | 1 | -3/+3 |
2010-08-13 | Add a workaround for building with Clang. | Mikhail Glushenkov | 1 | -3/+3 |
2010-07-20 | remove option from tablegen for building static header. | Chris Lattner | 1 | -6/+1 |