[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types...
[oota-llvm.git] / utils / TableGen / DAGISelMatcherEmitter.cpp
2015-08-27 Ahmed Bougacha[TableGen][DAGISel] Dedup predicates with same code...
2015-08-27 Ahmed Bougacha[TableGen] Remove dead code. NFC.
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2014-11-13 David BlaikieUse unique_ptr to handle ownership of TreePatterns...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-01-30 Craig TopperCouple minor formatting fixes to the XXXGenDAGISel...
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-09-22 Craig TopperAdd missing index comments to the left side of the...
2013-02-05 Eli BenderskyFix comments
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-07-18 Jim GrosbachTblGen: Tweak to pretty-print DAGISel.inc a bit better.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-03-11 Jim GrosbachTeach TableGen to pre-calculate register enum values...
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-23 Chris Lattnersdisel flag -> glue.
2010-12-23 Chris Lattnercontinue renaming flag -> glue.
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-08-06 Eric ChristopherMoar words!
2010-06-14 Chris Lattnergenerate better code in CheckComplexPattern
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-27 Chris Lattnerfix a bug in my recent patch that increased opcode...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-24 Chris Lattneradd plumbing for handling multiple result nodes
2010-03-04 Chris Lattnerso hey, it turns out that the histogram was completely...
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Chris Lattnerenhance comment output to specify what recorded slot
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Chris Lattneradd some missing \n's
2010-03-01 Chris Lattnerfixme resolved.
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Torok EdwinMissed a \n in previous commit.
2010-03-01 Torok EdwinAdd command-line flag to tblgen to turn off generating...
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-03-01 Chris Lattnerenhance RecordNode and RecordChild comments to indicate...
2010-03-01 Chris Lattnerinline the node transforms and node predicates into...
2010-02-28 Chris Lattnersimplify some code now that chain/flag results are...
2010-02-28 Chris Lattnerdon't emit useless functions. These were producing
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
2010-02-28 Chris Lattneruse MorphNodeTo instead of SelectNodeTo. SelectNodeTo
2010-02-28 Chris Lattnerenhance the new isel to use SelectNodeTo for most patterns,
2010-02-28 Chris Lattnerenhance EmitNodeMatcher to keep track of the recorded...
2010-02-28 Chris Lattneradd infrastructure to support forming selectnodeto...
2010-02-27 Chris Lattnerchange CheckOpcodeMatcher to hold the SDNodeInfo instead of
2010-02-26 Chris Lattneradd some helpful comments to the emitter
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Chris Lattnerformatting.
2010-02-25 Chris Lattnerrename fooMatcherNode to fooMatcher.
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Chris Lattneremit a histogram of the opcodes in comments.
2010-02-24 Chris LattnerSince the new instruction selector now works, I don...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-23 Chris Lattnerreally fix an off-by-one error
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-21 Chris Lattneremit table indexes before each row so that it is debugg...
2010-02-21 Chris Lattnerfix a table size miscomputation, target opcodes are...
2010-02-21 Chris Lattneremit to the right streams, to avoid emitting the push
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Chris Lattnerstart sketching out the structure of code for result...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-17 Chris Lattnerimprove comments, the matcher is now feature complete...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattnerrefactor some code into a local class.
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to