aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* really fix an off-by-one errorChris Lattner2010-02-231-1/+1
* switch the value# in OPC_CompleteMatch and OPC_EmitNode to use aChris Lattner2010-02-231-5/+29
* add a new Push2 opcode for targets (like cellspu) which haveChris Lattner2010-02-221-5/+18
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-221-0/+9
* emit table indexes before each row so that it is debuggable.Chris Lattner2010-02-211-7/+11
* fix a table size miscomputation, target opcodes are 2 bytes.Chris Lattner2010-02-211-1/+1
* emit to the right streams, to avoid emitting the pushChris Lattner2010-02-211-15/+16
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-5/+11
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-18/+126
* add emitter support for integer constants and simple physreg references.Chris Lattner2010-02-191-3/+14
* add support for referencing registers and immediates,Chris Lattner2010-02-181-2/+7
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-181-0/+3
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-12/+12
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-5/+3
* improve comments, the matcher is now feature complete, on to codegen.Chris Lattner2010-02-171-1/+5
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-0/+4
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-171-1/+3
* improve comments in generated matcher a bit.Chris Lattner2010-02-171-12/+12
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-171-2/+40
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-5/+2
* generate code for node and pattern predicates. Note that this won'tChris Lattner2010-02-161-11/+58
* refactor some code into a local class.Chris Lattner2010-02-161-14/+22
* add support for the new isel matcher to generate Chris Lattner2010-02-161-0/+6
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+217