summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Inliner.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Inliner] Discard empty COMDAT groupsDavid Majnemer2015-05-051-11/+51
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+1
* remove function names from comments; NFCSanjay Patel2015-03-101-11/+9
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-13/+5
* Transforms: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-26/+12
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-1/+2
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-5/+5
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Inliner: Non-local functions in COMDATs shouldn't be droppedDavid Majnemer2014-10-081-0/+7
* Add an Assumption-Tracking PassHal Finkel2014-09-071-1/+4
* Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadataHal Finkel2014-09-011-1/+4
* Add the missing hasLinkOnceODRLinkage predicate.Rafael Espindola2014-07-301-2/+1
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-8/+43
* [inline cold threshold] Command line argument for inline threshold willManman Ren2014-04-251-1/+6
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...NAKAMURA Takumi2014-04-171-1/+4
* Add support for optimization reports.Diego Novillo2014-04-081-1/+7
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-4/+3
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+2
* Rename a few more DataLayout variables.Rafael Espindola2014-02-211-7/+7
* Set default of inlinecold-threshold to 225.Manman Ren2014-02-061-1/+4
* Inliner uses a smaller inline threshold for callees with cold attribute.Manman Ren2014-02-051-0/+11
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-261-1/+1
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-171-3/+12
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-161-2/+16
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-10/+35
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-7/+14
* Make this parameter be named consistently with most otherChandler Carruth2012-12-271-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-9/+9
* Take into account minimize size attribute in the inliner.Quentin Colombet2012-12-131-2/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-2/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-6/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-6/+6
* Fix an 80 char line limit.Nadav Rotem2012-09-131-1/+2
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-1/+3
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund2012-05-231-8/+11
* Add two statistics to help track how we are computing the inline cost.Chandler Carruth2012-04-111-0/+6
* Belatedly address some code review from Chris.Chandler Carruth2012-04-011-1/+1
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-311-8/+0
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-311-30/+23
* Make a seemingly tiny change to the inliner and fix the generated codeChandler Carruth2012-03-271-1/+1
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-251-36/+1
* Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth2012-03-161-17/+23
OpenPOWER on IntegriCloud