aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.cpp
AgeCommit message (Expand)Author
2010-02-28Generalize my hack to use SDNodeInfo to find out when aChris Lattner
2010-02-27change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner
2010-02-27add another case from the ppc backend. This is obviously a huge andChris Lattner
2010-02-27teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner
2010-02-27Teach the grouper some simple tricks about looking contradictoryChris Lattner
2010-02-25change the scope node to include a list of children to be checkedChris Lattner
2010-02-25factor the print method better.Chris Lattner
2010-02-25add methods to do equality checks and get hashes of MatchersChris Lattner
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner
2010-02-25rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner
2010-02-24contract movechild+checktype into a new checkchild node, shrinking theChris Lattner
2010-02-24implement a simple proof-of-concept optimization forChris Lattner
2010-02-24The new isel was not properly handling patterns that coveredChris Lattner
2010-02-22add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner
2010-02-21implement the last known missing feature: updating uses of results Chris Lattner
2010-02-21Lots of improvements to the new dagisel emitter. This gets it toChris Lattner
2010-02-18add support for referencing registers and immediates,Chris Lattner
2010-02-18rename the child field to 'next'. This is not a parent/child Chris Lattner
2010-02-18eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner
2010-02-17Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner
2010-02-16convert the new matcher to check intermediate nodes for a singleChris Lattner
2010-02-16add support for the new isel matcher to generate Chris Lattner
2010-02-15Check in the first big step of rewriting DAGISelEmitter to Chris Lattner