aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman1-1/+0
2011-06-30Add r134057 back, but splice the predecessor after the successors phiRafael Espindola1-10/+12
2011-06-29Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier1-12/+10
2011-06-29Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola1-10/+12
2011-06-28Fix typo in comment.Nick Lewycky1-1/+1
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad1-6/+11
2011-06-23Revert r133513:Eric Christopher1-11/+6
2011-06-21Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad1-6/+11
2011-06-21Revert r133435 and r133449 to appease buildbots.Chad Rosier1-11/+6
2011-06-20Change how PHINodes store their operands.Jay Foad1-6/+11
2011-06-15Simplify; no significant functionality change.Eli Friedman1-26/+2
2011-05-24Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich1-0/+13
2011-05-22Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel1-6/+18
2011-05-18fix typoMatt Beaumont-Gay1-1/+1
2011-05-18Use IRBuiler while constant folding terminator.Devang Patel1-7/+10
2011-05-16Preserve debug info for unused zero extended boolean argument.Devang Patel1-4/+13
2011-04-28Remove DbgDeclare only if all uses are converted.Devang Patel1-1/+5
2011-04-19Trivial simplification.Jay Foad1-2/+1
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad1-0/+1
2011-04-04Attempt to fix breakage from r128782 reported by Francois Pichet onEli Friedman1-0/+3
2011-04-02PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman1-1/+4
2011-03-21Simplify.Devang Patel1-5/+4
2011-03-18If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel1-0/+24
2011-03-18Remove dead code.Devang Patel1-2/+0
2011-03-18Consider debug info intrinsics pointing to null value as dead instructions.Devang Patel1-1/+14
2011-03-17Try to not lose variable's debug info during instcombine.Devang Patel1-0/+26
2011-03-17Refactor into a separate utility function.Devang Patel1-0/+28
2011-03-04DenseMap<uintptr_t,...> doesn't allow all values as keys.Jakob Stoklund Olesen1-0/+2
2011-02-21If the phi node was used by an unreachable instruction that ends up usingDuncan Sands1-2/+3
2011-02-21Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands1-28/+16
2011-02-20Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky1-7/+12
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky1-5/+21
2011-01-08Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich1-0/+7
2011-01-07Remove all uses of the "ugly" method BranchInst::setUnconditionalDest().Jay Foad1-5/+6
2010-12-30Make a bunch of symbols internal.Benjamin Kramer1-1/+2
2010-12-25don't lose TD infoChris Lattner1-1/+1
2010-12-25Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner1-0/+92
2010-11-30remove the pointless check of MemoryUseIntrinsic fromChris Lattner1-3/+0
2010-11-17Have RemovePredecessorAndSimplify you SimplifyInstructionDuncan Sands1-4/+4
2010-08-14Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman1-0/+3
2010-07-15make various clients of ReplaceAndSimplifyAllUses tolerate Chris Lattner1-2/+3
2010-07-12cache dereferenced iteratorsGabor Greif1-3/+5
2010-05-28Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman1-105/+0
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands1-2/+2
2010-02-15fix PR6305 by handling BlockAddress in a helper functionChris Lattner1-0/+11
2010-02-01Fix pr6198 by moving the isSized() check to an outer conditional.Bob Wilson1-6/+8
2010-01-30Check alignment of loads when deciding whether it is safe to execute themBob Wilson1-7/+14
2010-01-29Use uint64_t instead of unsigned for offsets and sizes.Bob Wilson1-3/+3
2010-01-29Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson1-8/+61
2010-01-21DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez1-24/+0