aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+26
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+4
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-4/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+4
* Fix doxygen comments to use correct function name.Craig Topper2013-09-251-1/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-3/+11
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-1/+1
* continue renaming flag -> glue.Chris Lattner2010-12-231-6/+6
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-211-14/+14
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-7/+7
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-191-4/+3
* add some helper functions and implement isContradictory Chris Lattner2010-03-071-0/+55
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-0/+9
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-5/+0
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-13/+0
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-1/+21
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-1/+2
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-1/+1
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-2/+6
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-1/+1
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-5/+7
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-281-19/+26
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-7/+7
* add another case from the ppc backend. This is obviously a huge andChris Lattner2010-02-271-1/+4
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-271-2/+11
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-271-0/+55
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-1/+10
* factor the print method better.Chris Lattner2010-02-251-66/+35
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-251-1/+67
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-34/+34
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-251-4/+4
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-241-0/+7
* implement a simple proof-of-concept optimization forChris Lattner2010-02-241-0/+5
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-241-0/+5
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-221-0/+5
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-1/+2
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-9/+61
* add support for referencing registers and immediates,Chris Lattner2010-02-181-0/+17
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-21/+21
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-1/+1
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-0/+6
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-8/+3
* add support for the new isel matcher to generate Chris Lattner2010-02-161-0/+10
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+108