aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2010-08-02Work in progress.Nick Lewycky
2010-07-31Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar
2010-07-31The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola
2010-07-30Move MaximumAlignment to be a member of the Value class.Dan Gohman
2010-07-30Add missing newline to debug statement.Nick Lewycky
2010-07-29PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnullEli Friedman
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman
2010-07-28When user code intentionally dereferences null, the alignment of theDan Gohman
2010-07-28simplifyGabor Greif
2010-07-28use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif
2010-07-27recommit simplification (r109502, backed out r109509); seems to innocentGabor Greif
2010-07-27back out this too to restore the botsGabor Greif
2010-07-27simplify: CallSite::get --> CallSite constructorGabor Greif
2010-07-27simplifyGabor Greif
2010-07-26Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson
2010-07-26Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman
2010-07-26Preserve ScalarEvolution in the loop unroller.Dan Gohman
2010-07-26Use DominatorTree::properlyDominates instead of dominates with anDan Gohman
2010-07-26A block dominates itself, by definition.Dan Gohman
2010-07-24Revert this because we can't clone cyclic MDNodes which are creating during aNick Lewycky
2010-07-24Whether function-local or not, a MDNode may reference a Function in which caseNick Lewycky
2010-07-22Speculatively revert 109117Devang Patel
2010-07-22keep in 80 colsGabor Greif
2010-07-22Map MDNode correctly. Devang Patel
2010-07-22mass elimination of reliance on automatic iterator dereferencingGabor Greif
2010-07-22simplifyGabor Greif
2010-07-22do not access arguments via low-level interface, do not multiply dereference ...Gabor Greif
2010-07-22pass dereferenced iterator to dyn_castGabor Greif
2010-07-22pass dereferenced iterator to dyn_castGabor Greif
2010-07-22undo 80 column trespassing I causedGabor Greif
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-20Make this code a little more readable.Dan Gohman
2010-07-20Use DebugLocs instead of MDNodes.Dan Gohman
2010-07-20Fix a typo.Dan Gohman
2010-07-20Don't look up the "dbg" metadata kind by name.Dan Gohman
2010-07-20Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,Dan Gohman
2010-07-20Remember that the induction variable is always a PHINode andDan Gohman
2010-07-19Tweak per Chris' comments.Owen Anderson
2010-07-19Reimplement r108639 in InstCombine rather than DAGCombine.Owen Anderson
2010-07-17Another attempt at getting the clang self-host to like my instcombine patch.Owen Anderson
2010-07-16eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,Chris Lattner
2010-07-16Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman
2010-07-16Remove the rest of my instcombine changes. Back to the drawing board on this...Owen Anderson
2010-07-16eliminate CallInst::ArgOffsetGabor Greif
2010-07-16Arrays and vectors with different numbers of elements are not equivalent.Nick Lewycky
2010-07-16Also revert 108422, it's causing some test failures.Eric Christopher
2010-07-15Don't merge uses when they are targetting fixup sites withDan Gohman
2010-07-15Use dbgs() instead of errs() in a DEBUG.Dan Gohman