Make DataLayout Non-Optional in the Module
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-10 Sean SilvaFix funky copy-pasted grammatical error.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Dan GohmanUpdate comment for malloc being a library call now...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
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
next