Age | Commit message (Expand) | Author |
2011-03-26 | Simplification noticed by Frits. | Bill Wendling |
2011-03-26 | Rework the logic that determines if a store completely overlaps an ealier store. | Bill Wendling |
2011-03-26 | PR9561: A store with a negative offset (via GEP) could erroniously say that it | Bill Wendling |
2011-01-24 | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman |
2011-01-18 | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich |
2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman |
2010-12-06 | Use a stronger predicate here, pointed out by Duncan | Chris Lattner |
2010-12-06 | add some DEBUG statements. | Chris Lattner |
2010-12-06 | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner |
2010-11-30 | Enhance DSE to handle the variable index case in PR8657. | Chris Lattner |
2010-11-30 | teach DSE to use GetPointerBaseWithConstantOffset to analyze | Chris Lattner |
2010-11-30 | Make DeleteDeadInstruction be a static function, move some code around. | Chris Lattner |
2010-11-30 | switch RemoveAccessedObjects to use AliasAnalysis::Location to simplify | Chris Lattner |
2010-11-30 | two improvements to RemoveAccessedObjects: | Chris Lattner |
2010-11-30 | remove the "undead" terminology, which is nonstandard and never | Chris Lattner |
2010-11-30 | move call handling in handleEndBlock up a bit, and simplify it. | Chris Lattner |
2010-11-30 | various cleanups and code simplification | Chris Lattner |
2010-11-30 | make getPointerSize a static function. Add ivars to DSE for | Chris Lattner |
2010-11-30 | reduce indentation, clean up TD use a bit. | Chris Lattner |
2010-11-30 | enhance isRemovable to refuse to delete volatile mem transfers | Chris Lattner |
2010-11-30 | Rewrite the main DSE loop to be written in terms of reasoning | Chris Lattner |
2010-11-30 | rename a function and reduce some indentation, no functionality change. | Chris Lattner |
2010-11-30 | rename doesClobberMemory -> hasMemoryWrite to be more specific, and | Chris Lattner |
2010-11-30 | clean up handling of 'free', detangling it from everything else. | Chris Lattner |
2010-11-30 | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner |
2010-11-30 | my previous patch would cause us to start deleting some volatile | Chris Lattner |
2010-11-30 | two changes to DSE that shouldn't affect anything: | Chris Lattner |
2010-11-29 | fix PR8677, patch by Jakub Staszak! | Chris Lattner |
2010-11-21 | implement PR8576, deleting dead stores with intervening may-alias stores. | Chris Lattner |
2010-11-12 | Enhance DSE to handle the case where a free call makes more than | Dan Gohman |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
2010-10-19 | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-19 | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-02 | Don't claim to preserve AliasAnalysis. First, this is doesn't actually | Dan Gohman |
2010-06-25 | use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ... | Gabor Greif |
2010-06-24 | use ArgOperand API; introduce downcasted pointers into scope to facilitate this | Gabor Greif |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |