summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Commit message (Expand)AuthorAge
* Remove extra whitespace in function declaration. No functionality change.Nick Lewycky2014-06-14
* Tidy up.Jim Grosbach2014-04-29
* Spelling.Jim Grosbach2014-04-29
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Fix known typosAlp Toker2014-01-24
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* Add bracesMatt Arsenault2013-09-11
* Fix spelling and grammarMatt Arsenault2013-07-22
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-10
* Switch LoopIdiom pass to directly require target transform information.Chandler Carruth2013-01-07
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth2013-01-05
* - Add comment to two functions which might be considered as dead code. Shuxin Yang2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Fix an inadvertent typo error.Shuxin Yang2012-12-08
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-30
* LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer2012-10-27
* LoopIdiom: Recognize memmove loops.Benjamin Kramer2012-10-27
* LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer2012-10-27
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...Benjamin Kramer2012-10-21
* LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.Benjamin Kramer2012-10-21
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-21
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Clean whitespaces.Nadav Rotem2012-07-24
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Correct grammar.Eli Friedman2011-09-13
* Change a bunch of isVolatile() checks to check for atomic load/store as well.Eli Friedman2011-09-12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier2011-07-15
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-28