aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.h
AgeCommit message (Expand)Author
2010-02-17Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner
2010-02-17prefix captured value names with $ so they look likeChris Lattner
2010-02-17improve comments on OPC_Record to say what we're recording a node.Chris Lattner
2010-02-17make the new isel generator plop out a CheckComplexPattern functionChris Lattner
2010-02-16convert the new matcher to check intermediate nodes for a singleChris Lattner
2010-02-16generate code for node and pattern predicates. Note that this won'tChris 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