rename InstValue to SimpleValue, add some comments.
[oota-llvm.git] / lib / Transforms / Scalar / EarlyCSE.cpp
2011-01-03 Chris Lattnerrename InstValue to SimpleValue, add some comments.
2011-01-03 Chris LattnerAllocate nodes for the scoped hash table from a recylin...
2011-01-03 Chris Lattnerreduce redundancy in the hashing code and other misc...
2011-01-02 Chris Lattnerfix some pastos
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris LattnerEnhance earlycse to do CSE of casts, instsimplify and...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...