summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Replace a dyn_cast with isa to avoid an unused variable warning in...Craig Topper2019-03-111-6/+2
* [TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...Craig Topper2019-03-101-0/+13
* Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...Craig Topper2019-03-101-0/+10
* Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...Craig Topper2019-03-051-10/+0
* [TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...Craig Topper2019-03-011-0/+10
* [SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...Craig Topper2019-02-251-0/+5
* 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-2/+12
* Remove redundant includes from utils/TableGen.Michael Zolotukhin2017-12-131-1/+0
* [TableGen] Range loopify DAGISelMatcher. NFC.Javed Absar2017-10-161-15/+15
* [TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...Craig Topper2016-05-061-48/+0
* SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner2016-05-051-8/+0
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-171-3/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-051-0/+17
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-291-0/+9
* 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
OpenPOWER on IntegriCloud