aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherOpt.cpp
AgeCommit message (Expand)Author
2011-04-23Remove unused STL header includes.Jay Foad
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-12-23continue renaming flag -> glue.Chris Lattner
2010-03-24add plumbing for handling multiple result nodes Chris Lattner
2010-03-16don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner
2010-03-07turn off debug spewChris Lattner
2010-03-07more factoring.Chris Lattner
2010-03-07teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner
2010-03-03introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner
2010-03-01resolve a fixme by having the .td file parser reject thigns likeChris Lattner
2010-03-01remove dead code, simplify.Chris Lattner
2010-03-01tolerate factoring the *last* node for CellSPU.Chris Lattner
2010-03-01eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner
2010-03-01add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner
2010-03-01pull MarkFlagResult out from between an EmitNode/CompleteMatchChris Lattner
2010-03-01enhance RecordNode and RecordChild comments to indicate whatChris Lattner
2010-03-01Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner
2010-02-28simplify some code now that chain/flag results are not stored in Chris Lattner
2010-02-28enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner
2010-02-28use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner
2010-02-28enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner
2010-02-28enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner
2010-02-28add infrastructure to support forming selectnodeto. Not used yetChris Lattner
2010-02-27change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner
2010-02-27fix logic in DEBUG.Chris Lattner
2010-02-27teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner
2010-02-27Teach the grouper some simple tricks about looking contradictoryChris Lattner
2010-02-27implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner
2010-02-26switch from my nice hashtable based merging solution to aChris Lattner
2010-02-26finish off the factoring optimization along the lines of the Chris Lattner
2010-02-25change the scope node to include a list of children to be checkedChris Lattner
2010-02-25Implement the first half of redundancy factoring: efficiently Chris Lattner
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner
2010-02-25add some noop code to push it out of my tree.Chris Lattner
2010-02-25rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner
2010-02-24contract movechild+checktype into a new checkchild node, shrinking theChris Lattner
2010-02-24split the movechild/record/moveparent -> recordchild optzn into aChris Lattner
2010-02-24implement a simple proof-of-concept optimization forChris Lattner
2010-02-24The new isel passes all tests, time to start making it go fast.Chris Lattner