summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAge
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Moar words!Eric Christopher2010-08-06
* generate better code in CheckComplexPatternChris Lattner2010-06-14
* print the complexity of the pattern being matched in theChris Lattner2010-03-29
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-28
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-27
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-25
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-04
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-04
* enhance comment output to specify what recorded slotChris Lattner2010-03-04
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* add some missing \n'sChris Lattner2010-03-02
* fixme resolved.Chris Lattner2010-03-01
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-01
* Missed a \n in previous commit.Torok Edwin2010-03-01
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-03-01
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-01
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-01
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-01
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-28
* don't emit useless functions. These were producingChris Lattner2010-02-28
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-28
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-28
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris 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
* add some helpful comments to the emitterChris Lattner2010-02-26
* change the scope node to include a list of children to be checkedChris Lattner2010-02-25
* formatting.Chris Lattner2010-02-25
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-25
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-24
* emit a histogram of the opcodes in comments.Chris Lattner2010-02-24
* Since the new instruction selector now works, I don't need to keepChris Lattner2010-02-24
* implement a simple proof-of-concept optimization forChris Lattner2010-02-24
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* really fix an off-by-one errorChris Lattner2010-02-23
* switch the value# in OPC_CompleteMatch and OPC_EmitNode to use aChris Lattner2010-02-23
* add a new Push2 opcode for targets (like cellspu) which haveChris Lattner2010-02-22
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22
* emit table indexes before each row so that it is debuggable.Chris Lattner2010-02-21
* fix a table size miscomputation, target opcodes are 2 bytes.Chris Lattner2010-02-21
* emit to the right streams, to avoid emitting the pushChris Lattner2010-02-21