summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAge
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-30
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-06
* Add a comment.Dan Gohman2010-08-06
* Make AA private, since subclasses shouldn't (aren't don't) access it directly.Dan Gohman2010-08-05
* Delete obsolete comments.Dan Gohman2010-08-04
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-03
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* Update some comments.Dan Gohman2010-08-03
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-03
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-03
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* Remove an unused enum.Dan Gohman2010-07-02
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* add a helperChris Lattner2009-11-23
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Global Aliases are not identifiable objects.Dan Gohman2009-08-27
* Make AliasAnalysis and related classes useDan Gohman2009-07-25
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-13
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-05
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-03
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-30
* Update comments. There is no getArgumentAccesses.Dan Gohman2008-12-05
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Fix doxygen comment syntax.Dan Gohman2008-05-30
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* VAArgInst does, in fact, read memory.Owen Anderson2007-11-02
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* add #includeChris Lattner2007-02-12
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* make AliasAnalysis know that VAArg writes memory. This is extremely conserva...Andrew Lenharth2005-06-20
* Remove trailing whitespaceMisha Brukman2005-04-21
* if a function doesn't access memory at all, it definitely doesn't read it.Chris Lattner2005-03-23
* Make code fit in 80 colsChris Lattner2004-12-17
* Make the AliasAnalysis interface more precise for common cases.Chris Lattner2004-12-15
* Several *major* changes to the AA interfaces:Chris Lattner2004-05-23
* Make comments above APIs reflect what they should do.Chris Lattner2004-04-11
* New method to allow more efficient clientsChris Lattner2004-04-11
* Clarify interfaceChris Lattner2004-04-10
* Deinline a couple of methods. Improve comment.Chris Lattner2004-03-15
* Add two new methods which can be used to enable a bunch of transformationsChris Lattner2004-03-15
* Doxygenified and cleand up comments.Misha Brukman2004-03-11