summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAge
...
* The new isel passes all tests, time to start making it go fast.Chris 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 emitter support for integer constants and simple physreg references.Chris Lattner2010-02-19
* 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
* 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
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-16
* generate code for node and pattern predicates. Note that this won'tChris 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