aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
AgeCommit message (Expand)Author
2013-03-21Add TableGen ctags(1) emitter and helper script.Sean Silva
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-03tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta
2011-11-09Remove the old-style ARM disassembler, which is no longer used.Owen Anderson
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-09-08Added LateParsed property to TableGen attributes.Caitlin Sadowski
2011-09-07Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-06-04Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen
2011-06-04Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen
2011-06-01Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger
2011-05-06ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-02-14Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis
2011-01-19Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-15Add a Neon intrinsic test generator.Bob Wilson
2010-12-15various cleanups to tblgen, patch by Garrison Venn!Chris Lattner
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-20Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Convert tablegen to use tool_output_file.Dan Gohman
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-08-13Revert r111007.Mikhail Glushenkov
2010-08-13Add a workaround for building with Clang.Mikhail Glushenkov
2010-07-20remove option from tablegen for building static header.Chris Lattner
2010-06-17Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman
2010-06-16Add preliminary clang attribute generation support.Sean Hunt
2010-06-04BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman
2010-05-30Allow for creation of clang DeclNodes tables.Sean Hunt
2010-05-28Fix build breakage.Eli Friedman
2010-05-28Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman