aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-27/+19
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-23/+16
* trailing whitespace.Jim Grosbach2011-03-011-79/+79
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-011-19/+39
* flags -> glue for selectiondagChris Lattner2010-12-231-4/+4
* sdisel flag -> glue.Chris Lattner2010-12-231-2/+2
* continue renaming flag -> glue.Chris Lattner2010-12-231-5/+5
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-211-2/+3
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-211-1/+6
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-1/+7
* Moar words!Eric Christopher2010-08-061-1/+1
* generate better code in CheckComplexPatternChris Lattner2010-06-141-2/+3
* print the complexity of the pattern being matched in theChris Lattner2010-03-291-9/+10
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-281-0/+7
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-271-9/+13
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-251-10/+11
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-0/+2
* 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