aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+7
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-091-7/+0
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-122/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-144/+61
* Remove more of llvmc and dependencies.Eric Christopher2011-09-201-7/+0
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-081-0/+7
* Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger2011-09-071-1/+1
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-12/+1
* [AVX] Make Inits FoldableDavid Greene2011-07-111-1/+12
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-081-0/+7
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-9/+5
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-17/+2
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-8/+12
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-11/+4
* Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen2011-06-041-1/+1
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-041-1/+20
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-29/+43
* ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach2011-05-061-11/+11
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-1/+9
* Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis2011-02-141-0/+7
* Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor2011-01-191-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-3/+4
* Add a Neon intrinsic test generator.Bob Wilson2010-12-151-0/+6
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-151-1/+1
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-6/+6
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-3/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-201-0/+6
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-35/+35
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-201-6/+3
* Finish full attribute class emission for clang.Sean Hunt2010-08-181-0/+18
* Revert r111007.Mikhail Glushenkov2010-08-131-3/+3
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-131-3/+3
* remove option from tablegen for building static header.Chris Lattner2010-07-201-6/+1
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-171-7/+7
* Add preliminary clang attribute generation support.Sean Hunt2010-06-161-0/+13
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-041-0/+6
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-301-1/+8
* Fix build breakage.Eli Friedman2010-05-281-1/+1
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-281-0/+7
* Simplify raw_ostream usage.Dan Gohman2010-05-271-45/+37
* Add an emitter to handle the list of clang statement nodes.Sean Hunt2010-05-051-10/+17
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+7
* Remove an unnecessary #include.Dan Gohman2010-03-271-1/+0
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-8/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+8
* Added a custom TableGen backend to support theSean Callanan2010-01-291-0/+12
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-251-0/+7