summaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueNumbering.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Use new isCommutative interface, which gives us SetEQ and SetNE for free.Chris Lattner2002-10-31
* Convert BasicVN to be an ImmutablePassChris Lattner2002-09-25
* Minor cleanups so I can remove BasicValueNumbering.hChris Lattner2002-08-30
* initial implementation of ValueNumbering interface.Chris Lattner2002-08-30