aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/InlineCost.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-12/+25
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-31/+30
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-20/+43
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-6/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-26/+38
* Update to LLVM 3.5a.Stephen Hines2014-04-241-36/+49
* Merging r197216:Bill Wendling2013-12-151-1/+1
* Merging r197215:Bill Wendling2013-12-151-37/+76
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+4
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-081-5/+23
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-201-4/+8
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-1/+1
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-211-0/+1237