Fix memory leaks by avoiding extra manual dynamic allocation
[oota-llvm.git] / utils / TableGen / CMakeLists.txt
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-01-24 Craig TopperRemove TGValueTypes.cpp from CMakeLists.txt which I...
2013-03-21 Sean SilvaAdd TableGen ctags(1) emitter and helper script.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 NAKAMURA Takumillvm/utils/TableGen/CMakeLists.txt: Update correspondin...
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-02-27 Craig TopperUpdate tblgen command guide. Remove unused tblgen Instr...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-01 Dylan NoblesmithTableGen: fix CMake build s'more
2011-11-10 Owen AndersonRemove this from the CMake build since I erased the...
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-10-06 Peter CollingbourneRemove the Clang tblgen backends from LLVM.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-07-28 Douglas GregorFix Clang attribute reader tblgen output for a correspo...
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-06-21 Francois PichetUnbreak the CMake build
2011-06-09 Jakob Stoklund OlesenMove TableGen's register bank classes to their own...
2011-06-04 Jakob Stoklund OlesenTeach TableGen to evaluate DAG expressions as set opera...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-18 Oscar FuentesCMake: updated list of tblgen source files.
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-09-06 Chris Lattnerupdate cmake
2010-06-23 Nick LewyckyDon't link against libm and libpthread which don't...
2010-06-17 Sean HuntFix the typo in my previous one-line commit.
2010-06-16 Sean HuntMake sure CMake can build the files added by my previou...
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-02-24 Chris LattnerThe new isel passes all tests, time to start making...
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-09 Sean CallananAdded AsmWriterInst.cpp to the CMakeList so that
2010-01-29 Ted KremenekUpdate CMake build.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...
2009-11-18 Douglas GregorDe-bork CMake build
2009-07-11 Daniel DunbarUpdate CMakeLists.txt
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-05-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-03-16 Douglas GregorAdd TGSourceMgr.cpp to CMake build, sort lines
2009-03-13 Ted KremenekAdd initial implementation of a TableGen backend for...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-09-22 Oscar FuentesInitial support for the CMake build system.