aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-23/+14
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-66/+32
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-32/+33
* Update to LLVM 3.5a.Stephen Hines2014-04-241-35/+33
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-281-1/+1
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-111-12/+21
* Add bracesMatt Arsenault2013-09-111-6/+9
* Fix spelling and grammarMatt Arsenault2013-07-221-12/+12
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-101-1/+1
* Switch LoopIdiom pass to directly require target transform information.Chandler Carruth2013-01-071-3/+3
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-071-1/+1
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth2013-01-051-11/+9
* - Add comment to two functions which might be considered as dead code. Shuxin Yang2013-01-021-2/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-091-19/+516
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-081-513/+19
* Fix an inadvertent typo error.Shuxin Yang2012-12-081-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* rdar://12100355 (part 1)Shuxin Yang2012-11-291-19/+513
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-021-69/+88
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-6/+5
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-301-4/+5
* LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer2012-10-271-2/+2
* LoopIdiom: Recognize memmove loops.Benjamin Kramer2012-10-271-10/+24
* LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer2012-10-271-80/+45
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-3/+5
* Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...Benjamin Kramer2012-10-211-26/+74
* LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.Benjamin Kramer2012-10-211-74/+26
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-211-0/+5
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-11/+13
* Clean whitespaces.Nadav Rotem2012-07-241-1/+1
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-5/+5
* Correct grammar.Eli Friedman2011-09-131-1/+1
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-121-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier2011-07-151-0/+5
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-281-2/+2
* whitespaceAndrew Trick2011-06-281-8/+8
* Fix PR9815: I was trying to get out of "generating code and thenChris Lattner2011-05-221-44/+66
* preserve line number info.Devang Patel2011-05-041-2/+3
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-141-4/+4
* whitespaceAndrew Trick2011-03-141-66/+66
* Preserve line no. info.Devang Patel2011-03-071-2/+2
* fix a crasher in disabled code (on variable stride loops)Chris Lattner2011-02-211-1/+1
* Add some (disabled code) to print out negative strides.Chris Lattner2011-02-211-3/+15
* rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byteChris Lattner2011-02-191-32/+12
* Implement rdar://9009151, transforming strided loop stores ofChris Lattner2011-02-191-32/+125