summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-30
* 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
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-22
* Fix commentsEli Bendersky2013-02-05
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Add 'virtual' keywoards to output file for overridden functions.Craig Topper2012-09-16
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* 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
* trailing whitespace.Jim Grosbach2011-03-01
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-01
* flags -> glue for selectiondagChris Lattner2010-12-23
* sdisel flag -> glue.Chris Lattner2010-12-23
* continue renaming flag -> glue.Chris Lattner2010-12-23
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Moar words!Eric Christopher2010-08-06
* generate better code in CheckComplexPatternChris Lattner2010-06-14
* print the complexity of the pattern being matched in theChris Lattner2010-03-29
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-28
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-27
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-25
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-04
* 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
* add some missing \n'sChris Lattner2010-03-02
* fixme resolved.Chris Lattner2010-03-01
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-01
* Missed a \n in previous commit.Torok Edwin2010-03-01
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-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
* don't emit useless functions. These were producingChris Lattner2010-02-28
* change a few opcodes to use VBRs instead of embeddingChris 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