aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenDAGPatterns.h
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-6/+4
* Unconstify InitsDavid Greene2011-07-291-9/+9
* [AVX] Constify InitsDavid Greene2011-07-291-9/+9
* struct Init -> class InitDavid Greene2011-07-131-1/+1
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-10/+10
* struct Init -> class Init.Evan Cheng2011-07-111-1/+1
* [AVX] Make Inits FoldableDavid Greene2011-07-111-9/+9
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-181-0/+11
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-171-1/+2
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-5/+48
* [AVX] Add type checking support for vector/subvector type constraints.David Greene2011-01-241-1/+9
* Trailing whitespace.Jim Grosbach2010-12-241-96/+96
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-071-2/+4
* stop computing InstImpInputs, it is deadChris Lattner2010-04-201-1/+0
* DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it.Chris Lattner2010-04-201-11/+2
* print the complexity of the pattern being matched in theChris Lattner2010-03-291-0/+4
* improve type checking of SDNode operand count. This rejects all casesChris Lattner2010-03-281-0/+3
* eliminate a bunch of code duplication in ParseTreePatternChris Lattner2010-03-281-2/+2
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-1/+1
* bring sanity to EnforceVectorEltTypeChris Lattner2010-03-241-1/+1
* make getOperandNum a static function (since it's just used by Chris Lattner2010-03-191-5/+0
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-19/+42
* make FillWithPossibleTypes take a predicate to filter types so that Chris Lattner2010-03-191-3/+6
* rewrite EnforceSmallerThan to be less bone headed.Chris Lattner2010-03-191-0/+5
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-191-7/+2
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-191-4/+4
* infer results of a pattern from implicit defs. This allows you to do something Chris Lattner2010-03-181-0/+4
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-47/+128
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-011-3/+4
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-281-0/+5
* merge some code.Chris Lattner2010-02-231-0/+1
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-181-2/+3
* add support for the new isel matcher to generate Chris Lattner2010-02-161-0/+7
* constizeChris Lattner2010-02-141-2/+2
* clean up a bunch of code, move some random predicatesChris Lattner2010-02-141-1/+16
* add an insertion operator.Chris Lattner2010-02-141-0/+5
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-091-1/+1
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-151-0/+2
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-291-7/+7
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-231-2/+4
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-231-6/+10
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-121-5/+10
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-7/+7
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-14/+14
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-2/+2
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-5/+1
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-1/+5
* PR2957Nate Begeman2009-04-241-5/+1
* Add a comment.Dan Gohman2009-03-311-1/+2
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1