aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add pass to promote sret.Devang Patel2008-02-291-0/+292
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-224-4/+4
* Get rid of hash_map. Use StringMap insteadAnton Korobeynikov2008-02-201-3/+3
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-202-3/+6
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-193-11/+18
* Simplify caller updating using a CallSite, asDuncan Sands2008-02-181-22/+16
* Remove any 'nest' parameter attributes if the functionDuncan Sands2008-02-161-10/+52
* remove some dead code.Chris Lattner2008-02-131-4/+0
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-011-0/+8
* Don't let globalopt hack on volatile loads or stores.Chris Lattner2008-01-291-1/+4
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman.Chris Lattner2008-01-281-0/+30
* DAE bug fix. Don't lose parameter attributes on vararg arguments.Evan Cheng2008-01-171-5/+9
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-171-14/+25
* Handle attribute(used) global variables that are i8.Chris Lattner2008-01-161-14/+13
* Do not strip llvm.used values.Devang Patel2008-01-161-3/+25
* Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan'sChris Lattner2008-01-141-59/+97
* The isNotSuitableForSRA property is now dead, don't compute it.Chris Lattner2008-01-141-45/+1
* Change SRAGlobal to not depend on isNotSuitableForSRA, which makes it very Chris Lattner2008-01-141-2/+75
* Make the 'shrink global to bool' optimization more self contained, and thus Chris Lattner2008-01-141-10/+25