aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-041-10/+32
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-6/+8
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-2/+5
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-10/+35
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-5/+0
* add some missing \n'sChris Lattner2010-03-021-11/+19
* fixme resolved.Chris Lattner2010-03-011-3/+0
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-011-4/+0
* Missed a \n in previous commit.Torok Edwin2010-03-011-0/+1
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-03-011-57/+117
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-11/+1
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-2/+50
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-2/+4
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-13/+56
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-281-1/+1
* don't emit useless functions. These were producingChris Lattner2010-02-281-47/+56
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-281-60/+15
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-1/+2
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-4/+4
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-6/+11
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-1/+15
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-3/+6
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-5/+5
* add some helpful comments to the emitterChris Lattner2010-02-261-0/+6
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-48/+62
* formatting.Chris Lattner2010-02-251-6/+3
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-109/+108
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-251-9/+9
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-241-1/+7
* emit a histogram of the opcodes in comments.Chris Lattner2010-02-241-2/+59
* Since the new instruction selector now works, I don't need to keepChris Lattner2010-02-241-1/+1
* implement a simple proof-of-concept optimization forChris Lattner2010-02-241-0/+7
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-241-0/+9
* 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