summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAge
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-29
* 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
* Fix doxygen comments to use correct function name.Craig Topper2013-09-25
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove unnecessary classof()'sSean Silva2012-10-11
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-17
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-11
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-01
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* continue renaming flag -> glue.Chris Lattner2010-12-23
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-21
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* add some helper functions and implement isContradictory Chris Lattner2010-03-07
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-04
* enhance comment output to specify what recorded slotChris Lattner2010-03-04
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* Emit a redundant check for immediates at root context, e.g. (imm 0).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
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-01
* inline the node transforms and node predicates into the generatedChris 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
* 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
* fix same bug in CheckChainCompatibleMatcher::isEqualImplChris Lattner2010-02-26
* fix a nasty bug in CheckTypeMatcher::isEqualImplChris Lattner2010-02-26
* add a new setNumChildren method for resizing scopes. Tweak getHash() soChris Lattner2010-02-26
* change the scope node to include a list of children to be checkedChris Lattner2010-02-25
* factor the print method better.Chris Lattner2010-02-25
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-25
* rename fooMatcherNode to fooMatcher.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
* 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
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22