aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
AgeCommit message (Expand)Author
2012-11-08instcombine: Migrate strspn optimizationsMeador Inge
2012-11-02Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth
2012-11-02Fix an obvious typo that causes an assertion failure when runningDuncan Sands
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak
2012-10-31instcombine: Migrate strto* optimizationsMeador Inge
2012-10-31instcombine: Migrate strpbrk optimizationsMeador Inge
2012-10-31instcombine: Migrate strlen optimizationsMeador Inge
2012-10-31instcombine: Migrate strncpy optimizationsMeador Inge
2012-10-31instcombine: Migrate stpcpy optimizationsMeador Inge
2012-10-30Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth
2012-10-30LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer
2012-10-30Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg
2012-10-29In various places throughout the code generator, there were specialUlrich Weigand
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-27LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer
2012-10-27LoopIdiom: Recognize memmove loops.Benjamin Kramer
2012-10-27LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer
2012-10-25Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth
2012-10-24Update GVN to support vectors of pointers.Hal Finkel
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Delete a directory that wasn't supposed to be checked in yet.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-23Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith
2012-10-22Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis
2012-10-22Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky
2012-10-22Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi
2012-10-21Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky
2012-10-21Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...Benjamin Kramer
2012-10-21LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.Benjamin Kramer
2012-10-20SROA: Simplify code. No functionality change.Benjamin Kramer
2012-10-19revert r166264 because the LTO build is still failingNadav Rotem
2012-10-19SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...Benjamin Kramer
2012-10-19Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer
2012-10-19recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem
2012-10-18instcombine: Migrate strcpy optimizationsMeador Inge
2012-10-18Refactor insert and extract of sub-integers into static helpers thatChandler Carruth
2012-10-18This FIXME was fixed some time ago. =]Chandler Carruth
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-17This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth
2012-10-17Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth
2012-10-16Simplify code. No functionality change.Jakub Staszak
2012-10-1680-col fixup.Jakub Staszak
2012-10-16Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth