aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-141-1/+6
* If a function only reads memory, then we know that...Duncan Sands2009-02-131-7/+11
* Fix a crasher: we need to check that the function is non-null before using it!Owen Anderson2009-02-061-1/+1
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-56/+14
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-041-0/+21
* Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th...Owen Anderson2009-02-031-0/+22
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-031-0/+24
* Fix a copy+paste error in a comment.Dan Gohman2008-05-301-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-121-12/+4
* Commit 44487 broke bootstrap of llvm-gcc-4.2. It isDuncan Sands2007-12-051-4/+12
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-4/+4
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-7/+32
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+191