summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach2011-05-06
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis2011-02-14
* Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor2011-01-19
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Add a Neon intrinsic test generator.Bob Wilson2010-12-15
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-15
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-20
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-20
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* remove option from tablegen for building static header.Chris Lattner2010-07-20
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-17
* Add preliminary clang attribute generation support.Sean Hunt2010-06-16
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-04
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-30
* Fix build breakage.Eli Friedman2010-05-28
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28
* Simplify raw_ostream usage.Dan Gohman2010-05-27
* Add an emitter to handle the list of clang statement nodes.Sean Hunt2010-05-05
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Remove an unnecessary #include.Dan Gohman2010-03-27
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Added a custom TableGen backend to support theSean Callanan2010-01-29
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-25
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-18
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-11
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-08
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-15
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-18
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-13
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-13
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-13