aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DAGISelMatcher.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-02-05Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper1-0/+17
2014-01-29Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper1-0/+9
2013-10-05Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper1-0/+4
2013-10-04Revert r191940 to see if it fixes the build bots.Craig Topper1-4/+0
2013-10-04Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper1-0/+4
2013-09-25Fix doxygen comments to use correct function name.Craig Topper1-1/+1
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+6
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-1/+1
2011-04-17Rework our internal representation of node predicates to expose moreChris Lattner1-3/+11
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner1-1/+1
2010-12-23continue renaming flag -> glue.Chris Lattner1-6/+6
2010-12-21Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach1-14/+14
2010-03-24add plumbing for handling multiple result nodes Chris Lattner1-7/+7
2010-03-19eliminate the last use of EEVT::isUnknownChris Lattner1-4/+3
2010-03-07add some helper functions and implement isContradictory Chris Lattner1-0/+55
2010-03-03introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner1-0/+9
2010-03-02Rewrite chain handling validation and input TokenFactor handlingChris Lattner1-5/+0
2010-03-01eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner1-13/+0
2010-03-01add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner1-1/+21
2010-02-28enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner1-1/+2
2010-02-28use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner1-1/+1
2010-02-28enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner1-2/+6
2010-02-28enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner1-1/+1
2010-02-28add infrastructure to support forming selectnodeto. Not used yetChris Lattner1-5/+7
2010-02-28Generalize my hack to use SDNodeInfo to find out when aChris Lattner1-19/+26
2010-02-27change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner1-7/+7
2010-02-27add another case from the ppc backend. This is obviously a huge andChris Lattner1-1/+4
2010-02-27teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner1-2/+11
2010-02-27Teach the grouper some simple tricks about looking contradictoryChris Lattner1-0/+55
2010-02-25change the scope node to include a list of children to be checkedChris Lattner1-1/+10
2010-02-25factor the print method better.Chris Lattner1-66/+35
2010-02-25add methods to do equality checks and get hashes of MatchersChris Lattner1-1/+67
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner1-34/+34
2010-02-25rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner1-4/+4
2010-02-24contract movechild+checktype into a new checkchild node, shrinking theChris Lattner1-0/+7
2010-02-24implement a simple proof-of-concept optimization forChris Lattner1-0/+5
2010-02-24The new isel was not properly handling patterns that coveredChris Lattner1-0/+5
2010-02-22add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner1-0/+5
2010-02-21implement the last known missing feature: updating uses of results Chris Lattner1-1/+2
2010-02-21Lots of improvements to the new dagisel emitter. This gets it toChris Lattner1-9/+61
2010-02-18add support for referencing registers and immediates,Chris Lattner1-0/+17
2010-02-18rename the child field to 'next'. This is not a parent/child Chris Lattner1-21/+21
2010-02-18eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner1-1/+1
2010-02-17Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner1-0/+6
2010-02-16convert the new matcher to check intermediate nodes for a singleChris Lattner1-8/+3
2010-02-16add support for the new isel matcher to generate Chris Lattner1-0/+10
2010-02-15Check in the first big step of rewriting DAGISelEmitter to Chris Lattner1-0/+108