summaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueNumbering.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen1-0/+3
2004-12-23Wrap at 80 colsMisha Brukman1-1/+2
2004-12-23Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by makingReid Spencer1-3/+2
2004-03-25Minor efficiency improvement, finegrainify namespacificationChris Lattner1-5/+10
2004-02-11Simplify implementation, and probably speed things up too.Chris Lattner1-9/+6
2003-12-11IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke1-0/+2
2003-11-25Remove dead variableChris Lattner1-1/+0
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-2/+5
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-09-11Fixed spelling and grammar.Misha Brukman1-2/+2
2002-10-31Use new isCommutative interface, which gives us SetEQ and SetNE for free.Chris Lattner1-7/+3
2002-09-25Convert BasicVN to be an ImmutablePassChris Lattner1-12/+1
2002-08-30Minor cleanups so I can remove BasicValueNumbering.hChris Lattner1-16/+45
2002-08-30initial implementation of ValueNumbering interface.Chris Lattner1-0/+171