the getLocationForSource/Dest methods can be static.
[oota-llvm.git] / include / llvm / Analysis /
2010-11-21 Chris Lattnerthe getLocationForSource/Dest methods can be static.
2010-11-21 Chris Lattneradd "getLocation" method to AliasAnalysis for getting...
2010-11-21 Chris Lattnerimplement PR8576, deleting dead stores with intervening...
2010-11-19 Duncan SandsSimplify, no functionality change.
2010-11-18 Duncan SandsFactor code for testing whether replacing one value...
2010-11-18 Dan GohmanDocument the units for the Size field.
2010-11-18 Dan GohmanIntroduce memoization for ScalarEvolution dominates...
2010-11-17 Dan GohmanFactor out the code for purging a SCEV from all the...
2010-11-17 Dan GohmanMerge the implementations of isLoopInvariant and hasCom...
2010-11-17 Dan GohmanMake SCEV::getType() and SCEV::print non-virtual. Move...
2010-11-17 Dan GohmanMove SCEV::dominates and properlyDominates to ScalarEvo...
2010-11-17 Dan GohmanMove SCEV::isLoopInvariant and hasComputableLoopEvoluti...
2010-11-17 Dan GohmanVerify SCEVAddRecExpr's invariant in ScalarEvolution...
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsStrip trailing whitespace.
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-11 Dan GohmanSet NonLocalDepInfo's Size field to UnknownSize when...
2010-11-10 Devang PatelTake care of special characters while creating named...
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 GohmanGive NonLocalDepResult a NonLocalDepEntry member, replacing
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 Devang PatelDocument parameters. Fix typos.
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-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...
2010-11-04 Devang PatelAdd getFile() to get DIFile of a DIType.
2010-10-29 Devang PatelSimplify.
2010-10-28 Devang PatelFix indentation.
2010-10-28 Devang PatelBackward compatibility. Gracefully handle older version...
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Devang PatelFix indentation.
2010-10-28 Devang PatelDo not rely on context to find file info. It is already...
2010-10-27 Devang PatelGive a name to nameless argument.
2010-10-23 Benjamin KramerSmallVectorize.
2010-10-20 Tobias GrosserAdd RegionPass support.
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-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Dan GohmanMake the representation of AliasSets explicitly differe...
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Dan GohmanMake AliasSetTracker TBAA-aware, enabling TBAA-enabled...
2010-10-13 Benjamin KramerRemove noisy semicolon.
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-06 Dan GohmanConstify isReachableFromEntry.
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Dan GohmanConstify properlyDominates in the same manner as dominates.
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-22 Dan GohmanFix uninitialized TBAAFlag field values.
2010-09-22 Dan GohmanTeach memdep about TBAA tags.
2010-09-22 Dan GohmanConstify.
2010-09-21 Dan GohmanAdd some utility routines.
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-10 Gabor Greiftypoes
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Dan GohmanFix this comment.
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-07 Dan GohmanTidy up the getModRefInfo declarations.
2010-09-06 Chris Lattnerpull a simple method out of LICM into a new
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-30 Dan GohmanUpdate the descriptions of NoModRef and ModRef to be...
next