summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-05
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* 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