Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Scalar / LoopIdiomRecognize.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-08 Shuxin YangFix an inadvertent typo error.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Benjamin KramerLoopIdiom: Fix a serious missed optimization: we only...
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-21 Benjamin KramerRevert r166390 "LoopIdiom: Replace custom dependence...
2012-10-21 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-21 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-07-24 Nadav RotemClean whitespaces.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2011-09-13 Eli FriedmanCorrect grammar.
2011-09-12 Eli FriedmanChange a bunch of isVolatile() checks to check for...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chad RosierDisable loop idiom recognition of memset/memcpy if...
2011-06-28 Andrew TrickSCEVExpander: give new insts a name that identifies...
2011-06-28 Andrew Trickwhitespace
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-05-04 Devang Patelpreserve line number info.
2011-03-14 Andrew TrickAdded SCEV::NoWrapFlags to manage unsigned, signed...
2011-03-14 Andrew Trickwhitespace
2011-03-07 Devang PatelPreserve line no. info.
2011-02-21 Chris Lattnerfix a crasher in disabled code (on variable stride...
2011-02-21 Chris LattnerAdd some (disabled code) to print out negative strides.
2011-02-19 Chris Lattnerrewrite the memset_pattern pattern generation stuff...
2011-02-19 Chris LattnerImplement rdar://9009151, transforming strided loop...
2011-02-18 Chris LattnerMake loop-idiom use TargetLibraryInfo to determine...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-04 Chris Lattnerrestructure this a bit. Initialize the WeakVH with...
2011-01-04 Chris Lattneruse the very-handy getTruncateOrZeroExtend helper funct...
2011-01-03 Owen AndersonFix comment.
2011-01-03 Chris Lattnerreduce redundancy in the hashing code and other misc...
2011-01-02 Chris Lattneradd DEBUG and -stats output to earlycse.
2011-01-02 Chris Lattnerfix a miscompilation of tramp3d-v4: when forming a...
2011-01-02 Chris LattnerIf a loop iterates exactly once (has backedge count...
2011-01-02 Chris Lattnerenhance loop idiom recognition to scan *all* unconditio...
2011-01-02 Chris Lattneradd a list of opportunities for future improvement.
2011-01-02 Chris LattnerAllow loop-idiom to run on multiple BB loops, but still...
2011-01-02 Chris Lattnerremove debugging code.
2011-01-02 Chris Lattneradd some -stats output.
2011-01-02 Chris Lattnerteach loop idiom recognition to form memcpy's from...
2011-01-01 Chris Lattneradd a validity check that was missed, fixing a crash...
2011-01-01 Chris Lattnerimprove validity check to handle constant-trip-count...
2011-01-01 Chris Lattnerimplement the "no aliasing accesses in loop" safety...
2010-12-28 Chris Lattnersimplify this, isBytewiseValue handles the extra check...
2010-12-28 Duncan SandsSilence gcc warning about an unused variable when doing...
2010-12-27 Chris Lattnerfix some issues Frits noticed, add AliasAnalysis as...
2010-12-27 Chris Lattnerhave loop-idiom nuke instructions that feed stores...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattnersketch more of this out.
2010-12-26 Chris Lattneractually add the file...