summaryrefslogtreecommitdiff
path: root/utils/TableGen/CMakeLists.txt
Commit message (Expand)AuthorAge
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-17
* Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.Craig Topper2014-01-24
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-21
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.NAKAMURA Takumi2012-10-25
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-10
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-02
* Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper2012-02-27
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* TableGen: fix CMake build s'moreDylan Noblesmith2011-12-01
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-10
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-02
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-06
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor2011-07-28
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Unbreak the CMake buildFrancois Pichet2011-06-21
* Move TableGen's register bank classes to their own source file.Jakob Stoklund Olesen2011-06-09
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* CMake: updated list of tblgen source files.Oscar Fuentes2011-02-18
* Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis2011-02-14
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* Merge System into Support.Michael J. Spencer2010-11-29
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* update cmakeChris Lattner2010-09-06
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-23
* Fix the typo in my previous one-line commit.Sean Hunt2010-06-17
* Make sure CMake can build the files added by my previous commit.Sean Hunt2010-06-16
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28
* Add an emitter to handle the list of clang statement nodes.Sean Hunt2010-05-05
* Add the new ARMDecodeEmitter to CMake build.Chandler Carruth2010-04-03
* The new isel passes all tests, time to start making it go fast.Chris Lattner2010-02-24
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-15
* Added AsmWriterInst.cpp to the CMakeList so thatSean Callanan2010-02-09
* Update CMake build.Ted Kremenek2010-01-29
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-25
* De-bork CMake buildDouglas Gregor2009-11-18
* Update CMakeLists.txtDaniel Dunbar2009-07-11
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes2009-05-22
* Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor2009-03-16
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-13
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-03