| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [PM/AA] Remove the Location typedef from the AliasAnalysis class now | Chandler Carruth | 2015-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | that it is its own entity in the form of MemoryLocation, and update all the callers. This is an entirely mechanical change. References to "Location" within AA subclases become "MemoryLocation", and elsewhere "AliasAnalysis::Location" becomes "MemoryLocation". Hope that helps out-of-tree folks update. llvm-svn: 239885 | ||||
| * | Make getModRefInfo(Instruction *) not crash on certain types of instructions | Daniel Berlin | 2015-04-28 | 1 | -0/+10 |
| | | | | | llvm-svn: 236023 | ||||
| * | Make getModRefInfo with a default location not crash. | Daniel Berlin | 2015-04-13 | 1 | -0/+94 |
| Add getModRefInfo that works without location. Add unit tests. llvm-svn: 234811 | |||||

