aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-5/+6
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-4/+5
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-011-1/+1
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-4/+4
* continue renaming flag -> glue.Chris Lattner2010-12-231-21/+21
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-211-160/+160
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-3/+5
* add some helper functions and implement isContradictory Chris Lattner2010-03-071-0/+44
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-4/+18
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-2/+6
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-0/+29
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-25/+0
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-011-1/+0
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-28/+1
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-3/+29
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-5/+17
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-1/+2
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-281-9/+0
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-9/+15
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-12/+12
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-3/+16
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-5/+6
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-11/+53
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-11/+12
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-271-0/+1
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-271-0/+17
* implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner2010-02-271-0/+49
* fix same bug in CheckChainCompatibleMatcher::isEqualImplChris Lattner2010-02-261-1/+1
* fix a nasty bug in CheckTypeMatcher::isEqualImplChris Lattner2010-02-261-1/+1
* add a new setNumChildren method for resizing scopes. Tweak getHash() soChris Lattner2010-02-261-1/+11
* 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