[PM/AA] Remove the function names and class names from doxygen comments
[oota-llvm.git] / include / llvm / Analysis / CodeMetrics.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthFix indentation and formatting.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2012-03-08 Chandler CarruthRotate two of the functions used to count bonuses for...
2011-12-29 Rafael EspindolaFix grammar error noticed by Duncan.
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-11-04 Eli FriedmanAdd missing forward declarations.
2011-10-01 Andrew TrickInlining and unrolling heuristics should be aware of...
2011-10-01 Andrew Trickwhitespace
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-08 Chris Lattnermake this file properly self contained.
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-06-09 Kenneth UildriksPulled CodeMetrics out of InlineCost.h and made it...