summaryrefslogtreecommitdiff
path: root/utils/TableGen/SetTheory.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-05
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-24
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-03
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-24
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Prempt some obnoxious compiler from complaing about signed/unsignedJakob Stoklund Olesen2011-06-16
* Make sure to pass an unsigned to a printf format that is always %u.Jakob Stoklund Olesen2011-06-16
* Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen2011-06-04
* Silence compiler warnings.Jakob Stoklund Olesen2011-06-04
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04