aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2009-02-14Merge 64364 from mainline.Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-03Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky
2009-01-30use precise gettersGabor Greif
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-24Revert previous change; even this mild and clearlyDale Johannesen
2009-01-24Improve the inlining cost function a bit.Dale Johannesen
2009-01-23Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif
2009-01-20another fix for PR3354Chris Lattner
2009-01-19Doxygen-ify comments.Bill Wendling
2009-01-19Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner
2009-01-19Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling
2009-01-19Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner
2009-01-19reduce indentation by using 'continue', no functionality change.Chris Lattner
2009-01-19Fix some problems in SpeculativelyExecuteBB. Basically,Chris Lattner
2009-01-18Make this a bit more explicit about which cases need the Chris Lattner
2009-01-17introduce typedef for complicated vector, and use it tooGabor Greif
2009-01-16typoGabor Greif
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15avoid using iterators when they get invalidated potentiallyGabor Greif
2009-01-13Fix testsuite regressions from recursive inlining.Dale Johannesen
2009-01-12Enable recursive inlining. Reduce inlining thresholdDale Johannesen
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-09Adjustments to last patch based on review.Dale Johannesen
2009-01-08Do not inline functions with (dynamic) alloca intoDale Johannesen
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-18Fix PR2929 by making bugpoint/code extract propagate the nothrowChris Lattner
2008-12-18make instnamer name unnamed blocks as well as instructions and args.Chris Lattner
2008-12-16Add a helper to remove a branch and DCE the condition, and use it Eli Friedman
2008-12-13Fix spelling.Misha Brukman
2008-12-07fix a bug I introduced in simplifycfg handling single entry phi Chris Lattner
2008-12-03Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner
2008-12-03third time is the charm.Chris Lattner
2008-12-03fix assertion.Chris Lattner
2008-12-03Rename DeleteBlockIfDead to DeleteDeadBlock and make it Chris Lattner
2008-12-03Factor some code out of SimplifyCFG, forming a new Chris Lattner
2008-11-28rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficientChris Lattner
2008-11-28remove some weirdness that came from the LSR code that hasChris Lattner
2008-11-27delete ErasePossiblyDeadInstructionTree, replacing uses of it withChris Lattner
2008-11-27enhance RecursivelyDeleteTriviallyDeadInstructions to makeChris Lattner
2008-11-27Enhance RecursivelyDeleteTriviallyDeadInstructions to optionallyChris Lattner
2008-11-27remove doConstantPropagation and dceInstruction, they are justChris Lattner
2008-11-27switch InstCombine::visitLoadInst to use Chris Lattner
2008-11-27enhance FindAvailableLoadedValue to make use of AliasAnalysisChris Lattner
2008-11-27move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.Chris Lattner
2008-11-27simplify this code a bit.Chris Lattner
2008-11-27move MergeBasicBlockIntoOnlyPred to Transforms/Utils.Chris Lattner
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling