aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
AgeCommit message (Expand)Author
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
2010-05-27Simplify raw_ostream usage.Dan Gohman
2010-05-05Add an emitter to handle the list of clang statement nodes.Sean Hunt
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen
2010-03-27Remove an unnecessary #include.Dan Gohman
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2010-01-29Added a custom TableGen backend to support theSean Callanan
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar
2009-11-18TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-11Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar
2009-07-08Add a new little "FileCheck" utility for regression testing.Chris Lattner
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-30Normalize SourceMgr messages.Daniel Dunbar
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
2009-04-15rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner
2009-03-18Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek
2009-03-13Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek
2009-03-13Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek
2009-03-13add a new TGError class and use it to propagate location info withChris Lattner
2009-03-13give each Record a location.Chris Lattner
2009-03-13make "locations" a class instead of a typedef.Chris Lattner