aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* 80 col / tabs fixesNate Begeman2008-05-131-4/+5
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-1318-83/+100
* Fix a type and formatting.Duncan Sands2008-05-091-2/+2
* Improve pass documentation and comments.Gordon Henriksen2008-05-082-4/+15
* Check linkage.Devang Patel2008-05-081-1/+1
* Make several variable declarations static.Dan Gohman2008-05-063-4/+4
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-011-2214/+0
* use string length computation to generalize several xforms.Chris Lattner2008-04-301-36/+39
* Implement more aggressive support for analyzing string length. ThisChris Lattner2008-04-291-10/+136
* When SRoA'ing a global variable, make sure the new globals get the Chris Lattner2008-04-261-5/+32
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-17/+2
* simplify code for propagation of constant arguments into Chris Lattner2008-04-231-46/+49
* Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols,Chris Lattner2008-04-231-41/+39
* don't assume that the argument passed to fprintf("%s" is a string. This Chris Lattner2008-04-211-1/+1
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-191-10/+17
* Disable an xform we've had for a long time, pow(x,0.5) -> sqrt.Chris Lattner2008-04-101-0/+8
* Generalize getUnaryFloatFunction to handle any FP unary function, automaticallyChris Lattner2008-04-091-17/+33
* use the new ConstantFP::get method to make this work withChris Lattner2008-04-091-11/+4
* many cleanups to the pow optimizer. Allow it to handle powf,Chris Lattner2008-04-091-34/+50
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-21/+7
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-0610-126/+125
* 1. Drop default inline threshold back down to 200.Evan Cheng2008-04-011-2/+2
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-242-4/+9
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-214-0/+4
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-211-147/+0
* Incorporate feedback.Devang Patel2008-03-201-24/+24
* Take the old function's name.Zhou Sheng2008-03-201-0/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-125-87/+63
* Check multiple return values.Devang Patel2008-03-121-1/+2
* Fix attribute handling.Devang Patel2008-03-121-14/+14
* Handle multiple ret values.Devang Patel2008-03-111-21/+59
* Initialize.Devang Patel2008-03-111-2/+2
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1
* Fix some compilation errors on msvc:Ted Kremenek2008-03-091-0/+1
* And again.Nick Lewycky2008-03-091-1/+2
* Braces belong here. No functionality change.Nick Lewycky2008-03-091-1/+2
* Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky2008-03-091-3/+16
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-0/+174
* Skip, for now, callsites where use of sret argument is not dominated by calls...Devang Patel2008-03-051-0/+4
* Filter nested structsDevang Patel2008-03-041-0/+16
* Use appropriate index to get the result value.Devang Patel2008-03-041-1/+3
* Skip sret attribute while preparing attribute list forDevang Patel2008-03-041-11/+21
* Increment counter that keeps track of total number of sret promoted.Devang Patel2008-03-041-0/+1
* Skip declarations.Devang Patel2008-03-041-1/+1
* Process externally visible functions also. Later on code generator will do th...Devang Patel2008-03-041-2/+1
* Collect statistics.Devang Patel2008-03-041-5/+11
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-032-2/+2
* Preserve paramater attributes.Devang Patel2008-03-031-2/+31
* allow specified inline threshold to be negative, as the value is Chris Lattner2008-03-011-1/+1
* Fix cut-n-pasto.Devang Patel2008-02-291-19/+1