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