switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a
[oota-llvm.git] / utils / TableGen / DAGISelMatcherEmitter.cpp
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