aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherEmitter.cpp
AgeCommit message (Expand)Author
2013-02-05Fix commentsEli Bendersky
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-09-16Add 'virtual' keywoards to output file for overridden functions.Craig Topper
2012-07-18TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
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-01trailing whitespace.Jim Grosbach
2011-03-01Generalize the register matching code in DAGISel a bit.Jim Grosbach
2010-12-23flags -> glue for selectiondagChris Lattner
2010-12-23sdisel flag -> glue.Chris Lattner
2010-12-23continue renaming flag -> glue.Chris Lattner
2010-09-21Rework passing parent pointers into complexpatterns, I forgotChris Lattner
2010-09-21just like they can opt into getting the root of the pattern beingChris Lattner
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-08-06Moar words!Eric Christopher
2010-06-14generate better code in CheckComplexPatternChris Lattner
2010-03-29print the complexity of the pattern being matched in theChris Lattner
2010-03-28add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner
2010-03-27fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner
2010-03-25Change tblgen to emit FOOISD opcode names as twoChris Lattner
2010-03-24add plumbing for handling multiple result nodes Chris Lattner
2010-03-04so hey, it turns out that the histogram was completely wrong, becauseChris 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-02add some missing \n'sChris Lattner
2010-03-01fixme resolved.Chris Lattner
2010-03-01remove a little hack I did for the old isel, not neededChris Lattner
2010-03-01Missed a \n in previous commit.Torok Edwin
2010-03-01Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin
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-28don't emit useless functions. These were producingChris Lattner
2010-02-28change a few opcodes to use VBRs instead of embeddingChris 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-26add some helpful comments to the emitterChris Lattner
2010-02-25change the scope node to include a list of children to be checkedChris Lattner
2010-02-25formatting.Chris Lattner
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner