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