summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Fix missing C++ mode commentMatt Arsenault2014-11-021-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-1/+1
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-051-130/+130
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-051-0/+30
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-291-0/+2
* Use ArrayRef to simplify some code.Craig Topper2014-01-211-23/+22
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+30
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-30/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+30
* 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
* Remove unnecessary classof()'sSean Silva2012-10-111-2/+0
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+3
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-5/+6
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-4/+5
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-011-1/+1
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-4/+4
* continue renaming flag -> glue.Chris Lattner2010-12-231-21/+21
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-211-160/+160
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-3/+5
* add some helper functions and implement isContradictory Chris Lattner2010-03-071-0/+44
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-4/+18
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-2/+6
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-0/+29
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-25/+0
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-011-1/+0
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-28/+1
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-011-3/+29
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-5/+17
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-1/+2
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-281-9/+0
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-9/+15
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-281-12/+12
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-3/+16
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-5/+6
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-11/+53
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-11/+12
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-271-0/+1
* Teach the grouper some simple tricks about looking contradictoryChris Lattner2010-02-271-0/+17
* implement a new optimization to sink pattern predicates (like isSSE1) Chris Lattner2010-02-271-0/+49
* fix same bug in CheckChainCompatibleMatcher::isEqualImplChris Lattner2010-02-261-1/+1
* fix a nasty bug in CheckTypeMatcher::isEqualImplChris Lattner2010-02-261-1/+1
* add a new setNumChildren method for resizing scopes. Tweak getHash() soChris Lattner2010-02-261-1/+11
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-12/+23
* factor the print method better.Chris Lattner2010-02-251-34/+34
OpenPOWER on IntegriCloud