Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enhance jump threading to preserve TBAA information when PRE'ing loads, | Chris Lattner | 2012-03-13 | 1 | -3/+13 |
| | | | | | | | fixing rdar://11039258, an issue that came up when inspecting clang's bootstrapped codegen. llvm-svn: 152635 | ||||
* | Add some comments here because the lack of a check for volatile/atomic here ↵ | Eli Friedman | 2011-08-15 | 1 | -0/+4 |
| | | | | | | is a bit unusual. llvm-svn: 137662 | ||||
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 135478 | ||||
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
| | | | | llvm-svn: 135375 | ||||
* | Test commit. | Hans Wennborg | 2011-06-03 | 1 | -2/+2 |
| | | | | llvm-svn: 132558 | ||||
* | 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 |