summaryrefslogtreecommitdiff
path: root/lib/Analysis/CodeMetrics.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper
2016-12-15Remove the AssumptionCacheHal Finkel
2016-12-15Make processing @llvm.assume more efficient by using operand bundlesHal Finkel
2016-08-18[Assumptions] Make collecting ephemeral values not quadratic in theChandler Carruth
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
2016-08-03Pass EphValues by const-ref as it is not modified in the calleeSebastian Pop
2016-03-08use range-based for loop; NFCISanjay Patel
2016-02-12Add convergent property to CodeMetrics.Justin Lebar
2015-10-24Use all_of to simplify control flow. NFC.Benjamin Kramer
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-08-14[IR] Add token typesDavid Majnemer
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-10-15Treat the WorkSet used to find ephemeral values as double-endedHal Finkel
2014-09-07Add functions for finding ephemeral valuesHal Finkel
2014-03-17Consistent use of the noduplicate attribute.Eli Bendersky
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-05-04A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-16Pull the implementation of the code metrics out of the inline costChandler Carruth