summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LIR] Add support for creating memcpys from loops with a negative stride.Chad Rosier2015-11-131-12/+21
* Add a comment that should have made my last commit.Chad Rosier2015-11-131-0/+1
* [LIR] Factor out the code to compute base ptr for negative strided loops.Chad Rosier2015-11-131-10/+15
* [LIR] Minor refactoring. NFCI.Chad Rosier2015-11-121-21/+44
* [LIR] General refactor to improve compile-time and simplify code.Chad Rosier2015-11-111-16/+26
* Simplify. NFC.Chad Rosier2015-11-091-4/+1
* [LIR] Simplify code by making DataLayout globally accessible. NFC.Chad Rosier2015-11-061-11/+10
* Typo.Chad Rosier2015-10-281-1/+1
* Reapply: [LIR] Add support for creating memsets from loops with a negative st...Chad Rosier2015-10-281-24/+32
* Revert "[LIR] Add support for creating memsets from loops with a negative str...Chad Rosier2015-10-281-28/+24
* [LIR] Add support for creating memsets from loops with a negative stride.Chad Rosier2015-10-281-24/+28
* Typo.Chad Rosier2015-10-131-1/+1
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-7/+7
* [SCEV] Introduce ScalarEvolution::getOne and getZero.Sanjoy Das2015-09-231-2/+2
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-5/+14
* More clean up, still NFC. Remove dead variables now that the casts are gone.Nick Lewycky2015-08-191-5/+4
* Clean up this file a little. Remove dead casts, casting Values to Values. Adj...Nick Lewycky2015-08-191-8/+8
* Fix three typos in comments; "easilly" -> "easily".Nick Lewycky2015-08-181-1/+1
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-4/+4
* [LIR] Re-instate r244880, reverted in r244884, factoring the handling ofChandler Carruth2015-08-141-3/+5
* Revert "[LIR] Start leveraging the fundamental guarantees of a loop..."Renato Golin2015-08-131-15/+12
* Revert "[LIR] Handle access to AliasAnalysis the same way as the other analys...Renato Golin2015-08-131-5/+3
* [LIR] Handle access to AliasAnalysis the same way as the other analysisChandler Carruth2015-08-131-3/+5
* [LIR] Start leveraging the fundamental guarantees of a loop inChandler Carruth2015-08-131-12/+15
* [LIR] Handle the LoopInfo the same as all the other analyses. No utilityChandler Carruth2015-08-131-3/+3
* [LIR] Make the LoopIdiomRecognize pass get analyses essentially the sameChandler Carruth2015-08-131-40/+6
* [LIR] Remove the dedicated class for popcount recognition and sink theChandler Carruth2015-08-131-392/+343
* [LIR] Move all the helpers to be private and re-order the methods inChandler Carruth2015-08-131-46/+55
* [LIR] Remove the 'LIRUtils' abstraction which was unnecessary and addingChandler Carruth2015-08-121-51/+18
* [LIR] Run clang-format over LoopIdiomRecognize in preparation forChandler Carruth2015-08-121-227/+219
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-11/+9
* Loop idiom recognizer was replacing too many uses of popcount.Pete Cooper2015-07-131-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [PM/AA] Remove the UnknownSize static member from AliasAnalysis.Chandler Carruth2015-06-171-1/+1
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-1/+1
* 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
OpenPOWER on IntegriCloud