Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / Analysis /
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...
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-27 Dan GohmanSwitch ScalarEvolution's main Value*->SCEV* map from...
2010-08-25 Eric ChristopherFix header define to reflect the name of the file.
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Daniel DunbarRevert r111375, "move gep decomposition out of ValueTra...
2010-08-18 Owen AndersonInform LazyValueInfo whenever a block is deleted, to...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-16 Dan GohmanRevert r111031. The way LLVM defines loop invariance...
2010-08-16 Dan GohmanPlacate overzealous compiler warnings.
2010-08-16 Dan GohmanMove SCEVNAryExpr's virtual member functions out of...
2010-08-16 Dan GohmanSpecialize FoldingSetTrait<SCEV>, providing implementat...
2010-08-13 Dan GohmanImplement hasComputableLoopEvolution for Add, Mul,...
2010-08-11 Dan GohmanMake LoopPass::getContainedPass return a LoopPass*...
2010-08-10 Dan GohmanRename and reorder the arguments to isImpliedCond,...
2010-08-10 Devang PatelAdd missing argument. CreateCompositeTypeEx() users...
2010-08-09 Devang PatelRefactor.
2010-08-07 Dan GohmanRemove assignPassManager's default arguments. It's...
2010-08-07 Dan GohmanTidy up PMStack. Add a bunch of consts, use std::vector...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Dan GohmanAdd a comment.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Dan GohmanMake AA private, since subclasses shouldn't (aren't...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Dan GohmanDelete obsolete comments.
2010-08-04 Torok EdwinAdd a missing function.
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-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Dan GohmanAdd some extra friend declarations to fix a gcc-4.0...
2010-07-28 Dan GohmanAdd a comment.
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
next