summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-4/+6
* [SelectionDAG] Make SelectCode return voidJoey Gouly2017-03-091-2/+1
* [Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar2017-02-141-4/+135
* SDAG: Make SelectCodeCommon return voidJustin Bogner2016-05-101-2/+3
* SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner2016-05-051-10/+0
* [CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...Craig Topper2016-05-031-5/+12
* [CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...Craig Topper2016-05-021-3/+10
* [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...Craig Topper2016-03-071-2/+2
* [TableGen][DAGISel] Dedup predicates with same code to run. NFCI.Ahmed Bougacha2015-08-271-4/+25
* [TableGen] Remove dead code. NFC.Ahmed Bougacha2015-08-271-7/+0
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-2/+2
* Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::Pat...David Blaikie2014-11-131-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-7/+7
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-051-0/+9
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-301-2/+1
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+7
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-7/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+7
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-221-2/+6
* Fix commentsEli Bendersky2013-02-051-1/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+1
* Add 'virtual' keywoards to output file for overridden functions.Craig Topper2012-09-161-5/+6
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-181-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-6/+5
* 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-27/+19
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-23/+16
* trailing whitespace.Jim Grosbach2011-03-011-79/+79
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-011-19/+39
* flags -> glue for selectiondagChris Lattner2010-12-231-4/+4
* sdisel flag -> glue.Chris Lattner2010-12-231-2/+2
* continue renaming flag -> glue.Chris Lattner2010-12-231-5/+5
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-211-2/+3
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-211-1/+6
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-1/+7
* Moar words!Eric Christopher2010-08-061-1/+1
* generate better code in CheckComplexPatternChris Lattner2010-06-141-2/+3
* print the complexity of the pattern being matched in theChris Lattner2010-03-291-9/+10
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-281-0/+7
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-271-9/+13
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-251-10/+11
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-0/+2
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-041-10/+32
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-6/+8
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-2/+5
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-031-10/+35
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-5/+0
* add some missing \n'sChris Lattner2010-03-021-11/+19
* fixme resolved.Chris Lattner2010-03-011-3/+0
OpenPOWER on IntegriCloud