summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* 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
* give each Record a location.Chris Lattner2009-03-13
* make "locations" a class instead of a typedef.Chris Lattner2009-03-13
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-13
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Make tablegen print out a nice error message for a const char*Dan Gohman2008-11-07
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13
* Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov2008-05-06
* Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov2008-05-06
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23