Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
| | | | | llvm-svn: 129271 | ||||
* | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -1/+1 |
| | | | | | | | function so that it can live in Analysis instead of VMCore. llvm-svn: 121885 | ||||
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -1/+1 |
| | | | | | | uint64_t, plus fixes for places I missed before. llvm-svn: 116875 | ||||
* | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman | 2010-05-28 | 1 | -0/+235 |
lib/Transforms/Utils and into lib/Analysis so that Analysis passes can use them. llvm-svn: 104949 |