summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-1/+1
* Don't rely on implicit pointerness of 'auto'. Davide Italiano2015-05-141-1/+1
* [LoopIdiomRecognize] Use auto + range-based loop. NFC intended.Davide Italiano2015-05-131-4/+3
* [LoopIdiomRecognize] Transform backedge-taken count check into an assertion.Davide Italiano2015-05-111-1/+3
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-5/+5
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-21/+12
* LoopIdiom: Give globals for memset_pattern16 private linkage.Benjamin Kramer2015-03-031-1/+1
* LoopIdiom: Use utility functions.Benjamin Kramer2015-02-071-54/+15
* [multiversion] Thread a function argument through all the callers of theChandler Carruth2015-02-011-2/+3
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-3/+4
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-4/+4
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-4/+7
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Remove extra whitespace in function declaration. No functionality change.Nick Lewycky2014-06-141-2/+2
* Tidy up.Jim Grosbach2014-04-291-2/+2
* Spelling.Jim Grosbach2014-04-291-1/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-28/+28
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* remove a bunch of unused private methodsNuno Lopes2014-03-231-8/+0
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-8/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+5
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-10/+10
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* Fix known typosAlp Toker2014-01-241-3/+3
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-4/+5
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-071-0/+1
* 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
OpenPOWER on IntegriCloud