aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+9
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-211-1/+7
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-6/+0
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-1/+7
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+0
* tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva2012-10-031-82/+77
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-32/+19
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-3/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-84/+84
* 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