summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherOpt.cpp
Commit message (Expand)AuthorAge
* Use ArrayRef to simplify some code.Craig Topper2014-01-21
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-05
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-04
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-04
* Remove unused STL header includes.Jay Foad2011-04-23
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* continue renaming flag -> glue.Chris Lattner2010-12-23
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner2010-03-16
* turn off debug spewChris Lattner2010-03-07
* more factoring.Chris Lattner2010-03-07
* teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner2010-03-07
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-01
* remove dead code, simplify.Chris Lattner2010-03-01
* tolerate factoring the *last* node for CellSPU.Chris Lattner2010-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
* pull MarkFlagResult out from between an EmitNode/CompleteMatchChris 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
* simplify some code now that chain/flag results are not stored in Chris 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
* fix logic in DEBUG.Chris Lattner2010-02-27
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-27
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-27
* implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner2010-02-27
* switch from my nice hashtable based merging solution to aChris Lattner2010-02-26
* finish off the factoring optimization along the lines of the Chris Lattner2010-02-26
* change the scope node to include a list of children to be checkedChris Lattner2010-02-25
* Implement the first half of redundancy factoring: efficiently Chris Lattner2010-02-25
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* add some noop code to push it out of my tree.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
* split the movechild/record/moveparent -> recordchild optzn into aChris Lattner2010-02-24
* implement a simple proof-of-concept optimization forChris Lattner2010-02-24
* The new isel passes all tests, time to start making it go fast.Chris Lattner2010-02-24