summaryrefslogtreecommitdiff
path: root/utils/TableGen/CMakeLists.txt
AgeCommit message (Expand)Author
2017-11-14[Docs] Add tablegen backend for target opcode documentationOliver Stannard
2017-11-04Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual...Aaron Ballman
2017-10-08[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...Ayman Musa
2017-09-14TableGen support for parameterized register class informationKrzysztof Parzyszek
2017-06-06[x86] Revert the X86FoldTablesEmitter due to more miscompiles.Chandler Carruth
2017-05-29Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner
2017-05-29Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner
2017-05-28[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa
2017-03-07[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa
2017-01-19Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18Re-revert: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-16Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...Daniel Sanders
2017-01-16[globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2016-12-21[GlobalISel] Add basic Selector-emitter tblgen backend.Ahmed Bougacha
2016-11-19[tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC.Daniel Sanders
2016-11-15[tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...Daniel Sanders
2016-07-05AArch64: TableGenerate system instruction operands.Tim Northover
2015-11-11Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka
2014-06-17Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy
2014-01-24Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.Craig Topper
2013-03-21Add TableGen ctags(1) emitter and helper script.Sean Silva
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.NAKAMURA Takumi
2012-10-10tblgen: Compile TableGen without RTTI.Sean Silva
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2012-02-27Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-01TableGen: fix CMake build s'moreDylan Noblesmith
2011-11-10Remove this from the CMake build since I erased the file.Owen Anderson
2011-11-02The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-07-28Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor
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