aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2010-03-14Make returns more consistent with others.Bill Wendling
2010-03-12Add a virtual destructor and give vtable a home.Benjamin Kramer
2010-03-12Factor checked library call optimization into a common helper class and use itBenjamin Kramer
2010-03-11stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer
2010-03-11Lower stpcpy_chk when possible.Eric Christopher
2010-03-11Fix typo.Eric Christopher
2010-03-11Add strncpy libcall creator. Use it when it should be used.Eric Christopher
2010-03-10Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman
2010-03-10Fix a comment.Dan Gohman
2010-03-08Avoid using DIDescriptor.isNull(). Devang Patel
2010-03-08Revert r97947.Devang Patel
2010-03-08Avoid using DIDescriptor.isNull().Devang Patel
2010-03-05Update CMake build.Ted Kremenek
2010-03-05Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher
2010-03-01Add some debug output to LoopSimplify.Dan Gohman
2010-02-25Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman
2010-02-16Rename SuccessorNumber to GetSuccessorNumber.Bob Wilson
2010-02-16Refactor to share code to find the position of a basic block successor in theBob Wilson
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-15fix PR6305 by handling BlockAddress in a helper functionChris Lattner
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-02-13Speed up codegen prepare from 3.58s to 0.488s.Chris Lattner
2010-02-13PHINode::getBasicBlockIndex is O(n) in the number of inputsChris Lattner
2010-02-13iterate over preds using PHI information when available instead ofChris Lattner
2010-02-05Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen
2010-02-05Use a SmallSetVector instead of a SetVector; this code showed up as aDan Gohman
2010-02-01Fix pr6198 by moving the isSized() check to an outer conditional.Bob Wilson
2010-01-30Check alignment of loads when deciding whether it is safe to execute themBob Wilson
2010-01-29Use uint64_t instead of unsigned for offsets and sizes.Bob Wilson
2010-01-29Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson
2010-01-29mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsicsVictor Hernandez
2010-01-27Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.Bob Wilson
2010-01-27Don't bother with sprintf, just pass the Twine through.Benjamin Kramer
2010-01-27some cleanups.Chris Lattner
2010-01-27no need to check for nullChris Lattner
2010-01-27When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez
2010-01-26Avoid extra calls to MD->getNumOperands()Victor Hernandez
2010-01-26Switch AllocaDbgDeclares to SmallVector and don't leak DIFactoryVictor Hernandez
2010-01-26In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2010-01-25Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-23In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2010-01-22Keep ignoring pointer-to-pointer bitcastsVictor Hernandez
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-21No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez
2010-01-21DbgInfoIntrinsic no longer appear in an instruction's use listVictor Hernandez
2010-01-21DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez
2010-01-21It turns out that this #include is needed because otherwiseChris Lattner
2010-01-21unbreak the build, apparently without this transformutils starts depending on...Chris Lattner
2010-01-21tidy upChris Lattner