aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-271-25/+27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-271-2/+1
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-271-8/+17
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-10/+9
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-10/+15
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-191-5/+5
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-1/+2
* look up instructions by record, not by name.Chris Lattner2010-03-191-1/+1
* expand tblgen's support for instructions with implicit defs.Chris Lattner2010-03-181-6/+14
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-12/+11
* more factoring.Chris Lattner2010-03-071-10/+4
* 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