aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueNumbering.cpp
AgeCommit message (Expand)Author
2004-03-25Minor efficiency improvement, finegrainify namespacificationChris Lattner
2004-02-11Simplify implementation, and probably speed things up too.Chris Lattner
2003-12-11IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke
2003-11-25Remove dead variableChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Fixed spelling and grammar.Misha Brukman
2002-10-31Use new isCommutative interface, which gives us SetEQ and SetNE for free.Chris Lattner
2002-09-25Convert BasicVN to be an ImmutablePassChris Lattner
2002-08-30Minor cleanups so I can remove BasicValueNumbering.hChris Lattner
2002-08-30initial implementation of ValueNumbering interface.Chris Lattner