aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CMakeLists.txt
AgeCommit message (Expand)Author
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach
2011-06-21Unbreak the CMake buildFrancois Pichet
2011-06-09Move TableGen's register bank classes to their own source file.Jakob Stoklund Olesen
2011-06-04Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-18CMake: updated list of tblgen source files.Oscar Fuentes
2011-02-14Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-09-06update cmakeChris Lattner
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky
2010-06-17Fix the typo in my previous one-line commit.Sean Hunt
2010-06-16Make sure CMake can build the files added by my previous commit.Sean Hunt
2010-05-28Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman
2010-05-05Add an emitter to handle the list of clang statement nodes.Sean Hunt
2010-04-03Add the new ARMDecodeEmitter to CMake build.Chandler Carruth
2010-02-24The new isel passes all tests, time to start making it go fast.Chris Lattner
2010-02-15Check in the first big step of rewriting DAGISelEmitter to Chris Lattner
2010-02-09Added AsmWriterInst.cpp to the CMakeList so thatSean Callanan
2010-01-29Update CMake build.Ted Kremenek
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar
2009-11-18De-bork CMake buildDouglas Gregor
2009-07-11Update CMakeLists.txtDaniel Dunbar
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner
2009-05-22CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes
2009-03-16Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor
2009-03-13Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek
2008-11-03Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman
2008-09-22Initial support for the CMake build system.Oscar Fuentes