summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcher.h
AgeCommit message (Expand)Author
2017-06-29Remove `inline` keyword from inline `classof` methodsSam Clegg
2016-05-06[TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...Craig Topper
2016-05-06[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...Craig Topper
2016-05-05SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-12-15Use unique_ptr to remove explicit delete.Craig Topper
2014-11-02Fix missing C++ mode commentMatt Arsenault
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-03-05[C++11] Add 'override' keywords to tablegen code.Craig Topper
2014-02-05Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper
2014-01-29Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper
2014-01-21Use ArrayRef to simplify some code.Craig Topper
2013-10-05Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper
2013-10-04Revert r191940 to see if it fixes the build bots.Craig Topper
2013-10-04Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper
2013-09-25Fix doxygen comments to use correct function name.Craig Topper
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-11Remove unnecessary classof()'sSean Silva
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-04-17Rework our internal representation of node predicates to expose moreChris Lattner
2011-03-11Teach TableGen to pre-calculate register enum values when creating theJim Grosbach
2011-03-01Generalize the register matching code in DAGISel a bit.Jim Grosbach
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-12-23continue renaming flag -> glue.Chris Lattner
2010-12-21Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach
2010-03-24add plumbing for handling multiple result nodes Chris Lattner
2010-03-07add some helper functions and implement isContradictory Chris Lattner
2010-03-04change the new isel matcher to emit ComplexPattern matchesChris Lattner
2010-03-04enhance comment output to specify what recorded slotChris Lattner
2010-03-03introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner
2010-03-02Rewrite chain handling validation and input TokenFactor handlingChris Lattner
2010-03-01Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner
2010-03-01eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner
2010-03-01add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner
2010-03-01enhance RecordNode and RecordChild comments to indicate whatChris Lattner
2010-03-01inline the node transforms and node predicates into the generatedChris Lattner
2010-02-28simplify some code now that chain/flag results are not stored in Chris Lattner
2010-02-28enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner
2010-02-28use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner
2010-02-28enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner
2010-02-28enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner
2010-02-28add infrastructure to support forming selectnodeto. Not used yetChris Lattner
2010-02-27change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner
2010-02-27teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner
2010-02-27Teach the grouper some simple tricks about looking contradictoryChris Lattner