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