summaryrefslogtreecommitdiff
path: root/utils/TableGen/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* Initial support for the CMake build system.Oscar Fuentes2008-09-22