change CheckOpcodeMatcher to hold the SDNodeInfo instead of
[oota-llvm.git] / utils / TableGen / DAGISelMatcherGen.cpp
2010-02-27 Chris Lattnerchange CheckOpcodeMatcher to hold the SDNodeInfo instead of
2010-02-25 Chris Lattnerrename fooMatcherNode to fooMatcher.
2010-02-25 Chris Lattneradd a fixme for an experiment that defeated me for...
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-22 Chris LattnerChange ComplexPattern handling to push the node being...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris LattnerWhen matching patterns that have a complex pattern...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Chris LattnerAlways emit register class id references as i32 like
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 LattnerI confused myself, temporaries will be recorded right...
2010-02-19 Chris Lattnerintroduce a new ResultVal and start keeping track of...
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 LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerproperly record chain inputs to complex patterns,
2010-02-17 Chris LattnerPrep work to handle input chains of matched patterns...
2010-02-17 Chris Lattnerrecord input chains.
2010-02-17 Chris Lattnerprefix captured value names with $ so they look like
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Chris Lattnersimplify this code. In the new world order there is no
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnerremove now dead code and fixme.
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