summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherOpt.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Use unique_ptr to remove explicit delete.Craig Topper1-4/+3
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie1-1/+1
2014-08-29Fix typos in comments, NFCRobin Morisset1-1/+1
2014-07-19Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-10/+10
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-7/+7
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-8/+8
2014-02-05Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper1-1/+5
2014-01-21Use ArrayRef to simplify some code.Craig Topper1-6/+5
2013-10-05Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper1-1/+5
2013-10-04Revert r191940 to see if it fixes the build bots.Craig Topper1-5/+1
2013-10-04Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper1-1/+5
2011-04-23Remove unused STL header includes.Jay Foad1-1/+0
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner1-1/+1
2010-12-23continue renaming flag -> glue.Chris Lattner1-8/+8
2010-03-24add plumbing for handling multiple result nodes Chris Lattner1-4/+7
2010-03-16don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner1-3/+5
2010-03-07turn off debug spewChris Lattner1-2/+2
2010-03-07more factoring.Chris Lattner1-22/+30
2010-03-07teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner1-29/+95
2010-03-03introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner1-11/+38
2010-03-01resolve a fixme by having the .td file parser reject thigns likeChris Lattner1-1/+1
2010-03-01remove dead code, simplify.Chris Lattner1-10/+4
2010-03-01tolerate factoring the *last* node for CellSPU.Chris Lattner1-0/+5
2010-03-01eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner1-2/+1
2010-03-01add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner1-5/+49
2010-03-01pull MarkFlagResult out from between an EmitNode/CompleteMatchChris Lattner1-1/+17
2010-03-01enhance RecordNode and RecordChild comments to indicate whatChris Lattner1-1/+2
2010-03-01Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner1-0/+20
2010-02-28simplify some code now that chain/flag results are not stored in Chris Lattner1-3/+3
2010-02-28enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner1-3/+4
2010-02-28use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner1-13/+13
2010-02-28enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner1-8/+65
2010-02-28enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner1-3/+2
2010-02-28add infrastructure to support forming selectnodeto. Not used yetChris Lattner1-0/+9
2010-02-27change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner1-1/+3
2010-02-27fix logic in DEBUG.Chris Lattner1-2/+2
2010-02-27teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner1-6/+6
2010-02-27Teach the grouper some simple tricks about looking contradictoryChris Lattner1-12/+55
2010-02-27implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner1-0/+68
2010-02-26switch from my nice hashtable based merging solution to aChris Lattner1-66/+22
2010-02-26finish off the factoring optimization along the lines of the Chris Lattner1-11/+32
2010-02-25change the scope node to include a list of children to be checkedChris Lattner1-17/+22
2010-02-25Implement the first half of redundancy factoring: efficiently Chris Lattner1-4/+89
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner1-20/+20
2010-02-25add some noop code to push it out of my tree.Chris Lattner1-0/+23
2010-02-25rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner1-11/+10
2010-02-24contract movechild+checktype into a new checkchild node, shrinking theChris Lattner1-4/+11
2010-02-24split the movechild/record/moveparent -> recordchild optzn into aChris Lattner1-16/+22