aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CodeMetrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+19
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+79
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-44/+4
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-79/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-2/+9
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-4/+2
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-2/+4
* Revert 165732 for further review.Micah Villmow2012-10-111-4/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-2/+4
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth2012-05-041-3/+23
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-311-40/+48
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-161-0/+176