aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-181-10/+22
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-2/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-2/+2
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+2
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-111-1/+7
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-081-7/+7
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-14/+15
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-1/+1
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-1/+1
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-3/+3
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-2/+2
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-2/+2
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-151-5/+5
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-181-0/+6
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-131-1/+6
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-131-2/+7
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-131-19/+14
* give each Record a location.Chris Lattner2009-03-131-1/+10
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-2/+1