Make MemoryBuiltins aware of TargetLibraryInfo.
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-02-25 Nick LewyckyMove isKnownNonNull from private implementation detail...
2011-10-15 Nick LewyckyFix extra whitespace in comment.
2011-09-26 Eli FriedmanEnhance alias analysis for atomic instructions a bit...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-27 Eli FriedmanMisc mid-level changes for new 'fence' instruction.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-01-08 Chris Lattnerfit in 80 cols
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2010-12-10 Dan GohmanIntroduce a new PartialAlias response for AliasAnalysis...
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-12-06 Chris Lattneradd a helper method.
2010-11-30 Chris Lattnerdeath to extraneous \n's.
2010-11-30 Chris LattnergetLocationForDest should work for memset as well.
2010-11-21 Chris Lattnerthe getLocationForSource/Dest methods can be static.
2010-11-21 Chris Lattneradd "getLocation" method to AliasAnalysis for getting...
2010-11-18 Dan GohmanDocument the units for the Size field.
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Dan GohmanAdd comments.
2010-11-11 Dan GohmanAdd brief doxygen comments for AliasResult enum values.
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-10 Dan GohmanFix a copy+pasto Duncan noticed.
2010-11-10 Dan GohmanAdd a doesAccessArgPointees helper function, and update...
2010-11-10 Dan GohmanFactor out the code for testing whether a function...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-09 Dan GohmanConvert comments to doxygen syntax.
2010-11-09 Dan GohmanAccessesArgumentsReadonly is read-only.
2010-11-09 Dan GohmanAdd a AccessesArgumentsReadonly ModRefBehavior value...
2010-11-09 Dan GohmanFactor out the logic for onlyReadsMemory into a helper...
2010-11-09 Dan GohmanDelete AccessesArgumentsAndGlobals, which was unused.
2010-11-08 Dan GohmanAdd some comments noting some correspondences between...
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanAdd comments.
2010-10-19 Dan GohmanMove NoAA out of BasicAliasAnalysis.cpp into its own...
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Dan GohmanRevert r116831 and r116839, which are breaking selfhost...
2010-10-19 Dan GohmanOops, check in all the files for converting AliasAnalys...
2010-09-21 Dan GohmanAdd some utility routines.
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Dan GohmanFix this comment.
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-07 Dan GohmanTidy up the getModRefInfo declarations.
2010-08-30 Dan GohmanUpdate the descriptions of NoModRef and ModRef to be...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Dan GohmanAdd a comment.
2010-08-05 Dan GohmanMake AA private, since subclasses shouldn't (aren't...
2010-08-04 Dan GohmanDelete obsolete comments.
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-08-03 Dan GohmanUpdate some comments.
2010-08-03 Dan GohmanIntroduce a symbolic constant for ~0u for use with...
2010-08-03 Dan GohmanAdd a convenient form of AliasAnalysis::alias for the...
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-02 Dan GohmanRemove an unused enum.
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2009-11-23 Chris Lattneradd a helper
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
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...
next