aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/SetTheory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-323/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-28/+23
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-21/+28
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-28/+21
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-21/+28
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+1
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-18/+19
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-241-59/+62
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-101-1/+1
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-11/+11
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-031-1/+5
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-241-3/+17
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-241-0/+19
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
* Unconstify InitsDavid Greene2011-07-291-20/+20
* [AVX] Constify InitsDavid Greene2011-07-291-20/+20
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-21/+20
* [AVX] Make Inits FoldableDavid Greene2011-07-111-20/+21
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-0/+1
* Prempt some obnoxious compiler from complaing about signed/unsignedJakob Stoklund Olesen2011-06-161-2/+2
* Make sure to pass an unsigned to a printf format that is always %u.Jakob Stoklund Olesen2011-06-161-1/+6
* Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen2011-06-041-7/+5
* Silence compiler warnings.Jakob Stoklund Olesen2011-06-041-6/+6
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-041-0/+272