aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
AgeCommit message (Expand)Author
2013-01-10PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang
2013-01-07Switch LoopIdiom pass to directly require target transform information.Chandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-05Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth
2013-01-02- Add comment to two functions which might be considered as dead code. Shuxin Yang
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-09- Re-enable population count loop idiom recognization Shuxin Yang
2012-12-08Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth
2012-12-08Fix an inadvertent typo error.Shuxin Yang
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-29rdar://12100355 (part 1)Shuxin Yang
2012-11-02Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-30LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer
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-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
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-08Move TargetData to DataLayout.Micah Villmow
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-07-24Clean whitespaces.Nadav Rotem
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2011-09-13Correct grammar.Eli Friedman
2011-09-12Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier
2011-06-28SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick
2011-06-28whitespaceAndrew Trick
2011-05-22Fix PR9815: I was trying to get out of "generating code and thenChris Lattner
2011-05-04preserve line number info.Devang Patel
2011-03-14Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick
2011-03-14whitespaceAndrew Trick
2011-03-07Preserve line no. info.Devang Patel
2011-02-21fix a crasher in disabled code (on variable stride loops)Chris Lattner
2011-02-21Add some (disabled code) to print out negative strides.Chris Lattner
2011-02-19rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byteChris Lattner
2011-02-19Implement rdar://9009151, transforming strided loop stores ofChris Lattner
2011-02-18Make loop-idiom use TargetLibraryInfo to determine whether it is allowedChris Lattner
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-01-04Teach loop-idiom to turn a loop containing a memset into a larger memsetChris Lattner
2011-01-04restructure this a bit. Initialize the WeakVH with "I", theChris Lattner
2011-01-04use the very-handy getTruncateOrZeroExtend helper function, andChris Lattner
2011-01-03Fix comment.Owen Anderson
2011-01-03reduce redundancy in the hashing code and other misc cleanups.Chris Lattner
2011-01-02add DEBUG and -stats output to earlycse.Chris Lattner
2011-01-02fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to makeChris Lattner