summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/InlineCost.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert revisions 262636, 262643, 262679, and 262682.Easwaran Raman2016-03-081-86/+16
* Fix a memory leak.Easwaran Raman2016-03-041-1/+4
* Fix breakage caused by r262636.Easwaran Raman2016-03-031-1/+1
* Infrastructure for PGO enhancements in inlinerEaswaran Raman2016-03-031-16/+83
* CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold"Hans Wennborg2016-02-051-1/+1
* Avoid inlining call sites in unreachable-terminated blockJun Bum Lim2016-02-011-6/+17
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Lower inlining threshold when the caller has minsize attribute.Easwaran Raman2016-01-281-8/+8
* Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...Manuel Jacob2016-01-211-2/+1
* Refactor threshold computation for inline cost analysisEaswaran Raman2016-01-141-4/+106
* Refactor inline costs analysis by removing the InlineCostAnalysis classEaswaran Raman2015-12-281-36/+12
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-12-221-3/+1
* Revert r256277 and r256279.Akira Hatanaka2015-12-221-1/+3
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-12-221-3/+1
* Use updated threshold for indirect call bonusEaswaran Raman2015-12-071-2/+2
* Test commit.Easwaran Raman2015-12-031-2/+2
* Revert r252990.Akira Hatanaka2015-11-131-1/+10
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-11-131-10/+1
* Revert r252949.Akira Hatanaka2015-11-121-1/+10
* Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka2015-11-121-10/+1
* Inliner: Do zero-cost inlines even if above a negative threshold (PR24851)Hans Wennborg2015-11-101-1/+1
* Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith2015-10-101-8/+7
* 80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-co...Sanjay Patel2015-09-151-4/+5
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-1/+1
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-0/+1451
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-211-1237/+0
* Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth2013-01-211-4/+4
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-211-12/+20
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-211-5/+27
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-4/+8
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-281-4/+16
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-281-11/+87
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-3/+17
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-1/+1
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-191-71/+105
* Some comment fixes.Bob Wilson2012-11-191-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-10/+5
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+3
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-2/+1
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-5/+10
* Revert 165732 for further review.Micah Villmow2012-10-111-10/+5
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-5/+10
* Create enums for the different attributes.Bill Wendling2012-10-091-3/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson2012-10-071-1/+3
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-3/+3
OpenPOWER on IntegriCloud