aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/SetTheory.cpp
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-24Don't use stack unwinding to provide the location information forJoerg Sonnenberger
2012-10-10tblgen: Use semantically correct RTTI functions.Sean Silva
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-06-16Prempt some obnoxious compiler from complaing about signed/unsignedJakob Stoklund Olesen
2011-06-16Make sure to pass an unsigned to a printf format that is always %u.Jakob Stoklund Olesen
2011-06-04Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen
2011-06-04Silence compiler warnings.Jakob Stoklund Olesen
2011-06-04Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen