| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 2012-01-16 | 1 | -3/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -84/+84 |
* | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta | 2011-12-01 | 1 | -0/+7 |
* | Remove the old-style ARM disassembler, which is no longer used. | Owen Anderson | 2011-11-09 | 1 | -7/+0 |
* | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne | 2011-10-06 | 1 | -122/+0 |
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -144/+61 |
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 1 | -7/+0 |
* | Added LateParsed property to TableGen attributes. | Caitlin Sadowski | 2011-09-08 | 1 | -0/+7 |
* | Dependency should be on the output file name, not the dependency file | Joerg Sonnenberger | 2011-09-07 | 1 | -1/+1 |
* | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 2011-07-11 | 1 | -12/+1 |
* | [AVX] Make Inits Foldable | David Greene | 2011-07-11 | 1 | -1/+12 |
* | TableGen'erated MC lowering for simple pseudo-instructions. | Jim Grosbach | 2011-07-08 | 1 | -0/+7 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -9/+5 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -17/+2 |
* | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 1 | -8/+12 |
* | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 2011-06-21 | 1 | -11/+4 |
* | Drop a RecordKeeper reference that wasn't necessary. | Jakob Stoklund Olesen | 2011-06-04 | 1 | -1/+1 |
* | Teach TableGen to evaluate DAG expressions as set operations. | Jakob Stoklund Olesen | 2011-06-04 | 1 | -1/+20 |
* | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger | 2011-06-01 | 1 | -29/+43 |
* | ParseFile() may throw, so extend the try/catch to handle that. | Jim Grosbach | 2011-05-06 | 1 | -11/+11 |
* | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 2011-04-15 | 1 | -1/+9 |
* | Add the ClangSACheckersEmitter tablegen backend which will be used for the cl... | Argyrios Kyrtzidis | 2011-02-14 | 1 | -0/+7 |
* | Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han | Douglas Gregor | 2011-01-19 | 1 | -1/+1 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -3/+4 |
* | Add a Neon intrinsic test generator. | Bob Wilson | 2010-12-15 | 1 | -0/+6 |
* | various cleanups to tblgen, patch by Garrison Venn! | Chris Lattner | 2010-12-15 | 1 | -1/+1 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -6/+6 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -3/+4 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Add a way to emit StringSwitch of clang attribute spellings. | Anders Carlsson | 2010-10-20 | 1 | -0/+6 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -1/+1 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 1 | -35/+35 |
* | Convert tablegen to use tool_output_file. | Dan Gohman | 2010-08-20 | 1 | -6/+3 |
* | Finish full attribute class emission for clang. | Sean Hunt | 2010-08-18 | 1 | -0/+18 |
* | Revert r111007. | Mikhail Glushenkov | 2010-08-13 | 1 | -3/+3 |
* | Add a workaround for building with Clang. | Mikhail Glushenkov | 2010-08-13 | 1 | -3/+3 |
* | remove option from tablegen for building static header. | Chris Lattner | 2010-07-20 | 1 | -6/+1 |
* | Modify tablegen to support generating all NEON code used by clang at once. | Nate Begeman | 2010-06-17 | 1 | -7/+7 |
* | Add preliminary clang attribute generation support. | Sean Hunt | 2010-06-16 | 1 | -0/+13 |
* | BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten... | Nate Begeman | 2010-06-04 | 1 | -0/+6 |
* | Allow for creation of clang DeclNodes tables. | Sean Hunt | 2010-05-30 | 1 | -1/+8 |
* | Fix build breakage. | Eli Friedman | 2010-05-28 | 1 | -1/+1 |
* | Add support to tablegen for auto-generating arm_neon.h from a tablegen descri... | Nate Begeman | 2010-05-28 | 1 | -0/+7 |
* | Simplify raw_ostream usage. | Dan Gohman | 2010-05-27 | 1 | -45/+37 |
* | Add an emitter to handle the list of clang statement nodes. | Sean Hunt | 2010-05-05 | 1 | -10/+17 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+7 |
* | Remove an unnecessary #include. | Dan Gohman | 2010-03-27 | 1 | -1/+0 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -8/+0 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -0/+8 |