summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAge
...
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-01
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-01
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-01
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-01
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-01
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-28
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-28
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-28
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-28
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-27
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-25
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* Change ComplexPattern handling to push the node being matched asChris Lattner2010-02-22
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22
* When matching patterns that have a complex pattern as their root, make Chris Lattner2010-02-22
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-21
* Always emit register class id references as i32 likeChris Lattner2010-02-21
* 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
* I confused myself, temporaries will be recorded right along with other inputs.Chris Lattner2010-02-19
* introduce a new ResultVal and start keeping track of temporary values.Chris Lattner2010-02-19
* add support for referencing registers and immediates,Chris Lattner2010-02-18
* start sketching out the structure of code for result emission generation.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
* properly record chain inputs to complex patterns,Chris Lattner2010-02-17
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-17
* record input chains.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
* fix inverted condition.Chris Lattner2010-02-17
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-16
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-16
* simplify this code. In the new world order there is noChris Lattner2010-02-16
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-16
* remove now dead code and fixme.Chris 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