aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2011-05-18When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman
2011-05-18Spread use of IRBuilder even more.Devang Patel
2011-05-18Use IRBuilder while simplifying switch instruction.Devang Patel
2011-05-18Use IRBuilder while simplifying unwind.Devang Patel
2011-05-18More instcombine cleanup aimed towards improving debug line info.Eli Friedman
2011-05-18Use IRBuilder while simplifying terminator.Devang Patel
2011-05-18Use IRBuilder while simplifying unconditional branch.Devang Patel
2011-05-18Use IRBuilder while folding two entry PHINode.Devang Patel
2011-05-18Switch more inst insertion in instcombine to IRBuilder.Eli Friedman
2011-05-18Set up IRBuilder for use during simplification.Devang Patel
2011-05-18Switch more inst insertion in instcombine to IRBuilder.Eli Friedman
2011-05-18fix typoMatt Beaumont-Gay
2011-05-18Switch inst insertion in instcombine transform to IRBuilder.Eli Friedman
2011-05-18Use IRBuiler while constant folding terminator.Devang Patel
2011-05-18Fix inelegant initialization.Stuart Hastings
2011-05-18Revert commit 131534 since it seems to have broken several buildbots.Duncan Sands
2011-05-18Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem
2011-05-18Start trying to make InstCombine preserve more debug info. The idea here is ...Eli Friedman
2011-05-18Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in in...Eli Friedman
2011-05-17Preseve line numbers while simplifying CFG.Devang Patel
2011-05-17Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling
2011-05-17X86 pmovsx/pmovzx ignore the upper half of their inputs.Stuart Hastings
2011-05-17Preserve line number information.Devang Patel
2011-05-17Set debug loc for new load instruction.Devang Patel
2011-05-17Preserve line number information.Devang Patel
2011-05-16There is no need to force DebugLoc on a PHI at this point.Devang Patel
2011-05-16Preserve debug info for unused zero extended boolean argument.Devang Patel
2011-05-16Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola
2011-05-14SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.Benjamin Kramer
2011-05-14Avoid combining GEPs that might overflow at runtime.Stuart Hastings
2011-05-13Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge
2011-05-13Convert SimplifyIVUsers into a worklist instead of a single pass overAndrew Trick
2011-05-12indvars: Added SimplifyIVUsers.Andrew Trick
2011-05-10Preserve line number information.Devang Patel
2011-05-06Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands
2011-05-05The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky
2011-05-05PR9838: Fix transform introduced in r127064 to not trigger when only one side...Eli Friedman
2011-05-05Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky
2011-05-05Remove dead function.Nick Lewycky
2011-05-05When the path wasn't emitted by the frontend, discard any path on the sourceNick Lewycky
2011-05-04Set debug loc for new instructions.Devang Patel
2011-05-04Set debug location for new PHI nodes created in exit block. Devang Patel
2011-05-04Preserve line number information while threading jumps.Devang Patel
2011-05-04Preserve line number info.Devang Patel
2011-05-04preserve line number info.Devang Patel
2011-05-04Emit gcov data files to the directory specified in the metadata produced by theNick Lewycky
2011-05-04indvars: Added DisableIVRewrite and WidenIVs.Andrew Trick
2011-05-03indvars: Added canExpandBackEdgeTakenCount.Andrew Trick
2011-05-03Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer
2011-05-03Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman