Update computeArraySize() to use ComputeMultiple() to determine the array size associ...
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-02-13 Duncan SandsCorrect a comment: since AccessArguments is now
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2008-12-05 Dan GohmanUpdate comments. There is no getArgumentAccesses.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-30 Dan GohmanFix doxygen comment syntax.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-02 Owen AndersonVAArgInst does, in fact, read memory.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-12 Chris Lattneradd #include
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-06-20 Andrew Lenharthmake AliasAnalysis know that VAArg writes memory. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2004-12-17 Chris LattnerMake code fit in 80 cols
2004-12-15 Chris LattnerMake the AliasAnalysis interface more precise for commo...
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-10 Chris LattnerClarify interface
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure