summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud