switch from my nice hashtable based merging solution to a
[oota-llvm.git] / utils / TableGen / DAGISelMatcherOpt.cpp
2010-02-26 Chris Lattnerswitch from my nice hashtable based merging solution...
2010-02-26 Chris Lattnerfinish off the factoring optimization along the lines...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Chris LattnerImplement the first half of redundancy factoring: effic...
2010-02-25 Chris Lattnerrename fooMatcherNode to fooMatcher.
2010-02-25 Chris Lattneradd some noop code to push it out of my tree.
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Chris Lattnersplit the movechild/record/moveparent -> recordchild...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Chris LattnerThe new isel passes all tests, time to start making...