aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CodeMetrics.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-18[CostModel] Replace getUserCost with getInstructionCostSimon Pilgrim1-1/+1
2022-07-26[CodeMetrics] use hasOneLiveUse instead of hasOneUse while analyzing inlinabl...Sinan Lin1-1/+2
2022-06-09Pipe potentially invalid InstructionCost through CodeMetricsPhilip Reames1-11/+3
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille1-1/+0
2021-10-21[CodeMetrics] Don't require speculatability for ephemeral valuesNikita Popov1-2/+3
2021-02-11Revert "[AssumptionCache] Avoid dangling llvm.assume calls in the cache"Michael Kruse1-2/+6
2021-02-11NFC: Migrate CodeMetrics to work on InstructionCostSander de Smalen1-3/+13
2021-02-06[AssumptionCache] Avoid dangling llvm.assume calls in the cacheJohannes Doerfert1-6/+2
2021-01-19[LoopRotate] Calls not lowered to calls should not block rotation.Florian Hahn1-2/+3
2021-01-19[LoopRotate] Add PrepareForLTO stage, avoid rotating with inline cands.Florian Hahn1-4/+8
2020-05-10CodeMetrics.cpp - remove unused includes. NFC.Simon Pilgrim1-2/+0
2020-04-28[TTI] Add TargetCostKind argument to getUserCostSam Parker1-1/+1
2020-04-13CodeMetrics.h - include and forward declaration cleanup. NFC.Simon Pilgrim1-0/+1
2019-02-11Remove `CallSite` from the CodeMetrics analysis, moving it to the newChandler Carruth1-7/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin1-1/+0
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper1-14/+29
2016-12-15Remove the AssumptionCacheHal Finkel1-5/+2
2016-12-15Make processing @llvm.assume more efficient by using operand bundlesHal Finkel1-24/+12
2016-08-18[Assumptions] Make collecting ephemeral values not quadratic in theChandler Carruth1-23/+38
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-2/+1
2016-08-03Pass EphValues by const-ref as it is not modified in the calleeSebastian Pop1-1/+1
2016-03-08use range-based for loop; NFCISanjay Patel1-13/+12
2016-02-12Add convergent property to CodeMetrics.Justin Lebar1-1/+4
2015-10-24Use all_of to simplify control flow. NFC.Benjamin Kramer1-8/+2
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith1-1/+1
2015-08-14[IR] Add token typesDavid Majnemer1-0/+3
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-0/+1
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-7/+19
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-10-15Treat the WorkSet used to find ephemeral values as double-endedHal Finkel1-1/+3
2014-09-07Add functions for finding ephemeral valuesHal Finkel1-1/+77
2014-03-17Consistent use of the noduplicate attribute.Eli Bendersky1-2/+2
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth1-44/+4
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth1-79/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling1-1/+2
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy1-2/+9
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-4/+2
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-2/+4
2012-10-11Revert 165732 for further review.Micah Villmow1-4/+2
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-2/+4
2012-10-09Create enums for the different attributes.Bill Wendling1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-4/+4
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling1-1/+1