aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* zap fixme.Chris Lattner2010-03-041-4/+0
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-041-4/+3
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-27/+66
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-1/+1
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-23/+0
* resolve some fixmesChris Lattner2010-03-011-10/+3
* resolve a fixme and simplify code by moving insertion of theChris Lattner2010-03-011-18/+8
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-011-9/+4
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-011-1/+6
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-011-1/+10
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-21/+33
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-4/+7
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-011-0/+7
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-1/+1
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-5/+1
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-8/+1
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-1/+2
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-4/+4
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-7/+5
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-49/+49
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-251-0/+4
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-241-7/+33
* Change ComplexPattern handling to push the node being matched asChris Lattner2010-02-221-21/+13
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-221-3/+5
* When matching patterns that have a complex pattern as their root, make Chris Lattner2010-02-221-1/+16
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-211-8/+36
* Always emit register class id references as i32 likeChris Lattner2010-02-211-1/+1
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-4/+4
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-89/+335
* I confused myself, temporaries will be recorded right along with other inputs.Chris Lattner2010-02-191-31/+7
* introduce a new ResultVal and start keeping track of temporary values.Chris Lattner2010-02-191-12/+60
* add support for referencing registers and immediates,Chris Lattner2010-02-181-0/+32
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-181-8/+113
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-3/+3
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-7/+7
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-4/+17
* properly record chain inputs to complex patterns,Chris Lattner2010-02-171-6/+13
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-171-4/+28
* record input chains.Chris Lattner2010-02-171-0/+9
* prefix captured value names with $ so they look likeChris Lattner2010-02-171-3/+2
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-171-1/+1
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-171-3/+9
* fix inverted condition.Chris Lattner2010-02-171-1/+3
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-161-1/+20
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-161-1/+0
* simplify this code. In the new world order there is noChris Lattner2010-02-161-27/+24
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-4/+2
* remove now dead code and fixme.Chris Lattner2010-02-161-2/+0
* add support for the new isel matcher to generate Chris Lattner2010-02-161-10/+53
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+287