summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.h
Commit message (Expand)AuthorAgeFilesLines
* TableGen: Support physical register inputs > 255Matt Arsenault2019-07-221-3/+5
* [TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...Craig Topper2019-03-101-0/+2
* Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...Craig Topper2019-03-101-0/+34
* Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...Craig Topper2019-03-051-34/+0
* [TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...Craig Topper2019-03-011-0/+34
* [SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...Craig Topper2019-02-251-0/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* TableGen/ISel: Allow PatFrag predicate code to access captured operandsNicolai Haehnle2018-11-301-1/+5
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Remove `inline` keyword from inline `classof` methodsSam Clegg2017-06-291-35/+35
* [TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...Craig Topper2016-05-061-49/+0
* [TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...Craig Topper2016-05-061-47/+0
* SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner2016-05-051-29/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Use unique_ptr to remove explicit delete.Craig Topper2014-12-151-1/+2
* 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
OpenPOWER on IntegriCloud