summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAgeFilesLines
...
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-12/+23
* factor the print method better.Chris Lattner2010-02-251-34/+34
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-251-7/+178
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-181/+178
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-251-13/+13
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-241-0/+21
* implement a simple proof-of-concept optimization forChris Lattner2010-02-241-1/+29
* The new isel passes all tests, time to start making it go fast.Chris Lattner2010-02-241-1/+1
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-241-0/+24
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-221-0/+21
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-9/+15
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-17/+205
* add emitter support for integer constants and simple physreg references.Chris Lattner2010-02-191-1/+1
* add support for referencing registers and immediates,Chris Lattner2010-02-181-32/+74
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-8/+10
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-54/+42
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-1/+21
* prefix captured value names with $ so they look likeChris Lattner2010-02-171-2/+2
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-171-1/+7
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-171-0/+2
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-21/+7
* generate code for node and pattern predicates. Note that this won'tChris Lattner2010-02-161-1/+2
* add support for the new isel matcher to generate Chris Lattner2010-02-161-1/+29
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+362
OpenPOWER on IntegriCloud