summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.cpp
Commit message (Expand)AuthorAge
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-29
* 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
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-17
* 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
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-19
* add some helper functions and implement isContradictory Chris Lattner2010-03-07
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-01
* 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
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-28
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-27
* add another case from the ppc backend. This is obviously a huge andChris 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
* 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 was not properly handling patterns that coveredChris Lattner2010-02-24
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-21
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-21
* add support for referencing registers and immediates,Chris Lattner2010-02-18
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-18
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-18
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-17
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-16
* add support for the new isel matcher to generate Chris Lattner2010-02-16
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-15