aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-131-3/+3
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-9/+2
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-031-1/+9
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-301-0/+5
* Update comments. There is no getArgumentAccesses.Dan Gohman2008-12-051-4/+4
* Revert 51775.Evan Cheng2008-05-301-8/+8
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-8/+8
* Fix doxygen comment syntax.Dan Gohman2008-05-301-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-20/+45
* VAArgInst does, in fact, read memory.Owen Anderson2007-11-021-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+332