summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAge
...
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-17
* properly record chain inputs to complex patterns,Chris Lattner2010-02-17
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-17
* record input chains.Chris Lattner2010-02-17
* prefix captured value names with $ so they look likeChris Lattner2010-02-17
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-17
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-17
* fix inverted condition.Chris Lattner2010-02-17
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-16
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-16
* simplify this code. In the new world order there is noChris Lattner2010-02-16
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-16
* remove now dead code and fixme.Chris 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