aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-7/+7
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-191-4/+3
* add some helper functions and implement isContradictory Chris Lattner2010-03-071-0/+55
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-0/+9
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-5/+0
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-13/+0
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-1/+21
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-1/+2
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-1/+1
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-2/+6
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-1/+1
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-5/+7
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-281-19/+26
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-7/+7
* add another case from the ppc backend. This is obviously a huge andChris Lattner2010-02-271-1/+4
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-271-2/+11
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-271-0/+55
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-1/+10
* factor the print method better.Chris Lattner2010-02-251-66/+35
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-251-1/+67
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-34/+34
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-251-4/+4
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-241-0/+7
* implement a simple proof-of-concept optimization forChris Lattner2010-02-241-0/+5
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-241-0/+5
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-221-0/+5
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-1/+2
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-9/+61
* add support for referencing registers and immediates,Chris Lattner2010-02-181-0/+17
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-21/+21
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-1/+1
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-0/+6
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-8/+3
* add support for the new isel matcher to generate Chris Lattner2010-02-161-0/+10
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+108