summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StructRetPromotion.cpp
Commit message (Expand)AuthorAge
* Replace two for loops with while(!X->use_empty()) loops. This preventsMatthijs Kooijman2008-08-14
* Let SRETPromotion properly preserve the function name instead of (implicitly)Matthijs Kooijman2008-08-07
* Fix SRETPromotion, it was generating functions without returns statements sinceMatthijs Kooijman2008-08-07
* Add some debug output to SRETPromotion.Matthijs Kooijman2008-08-07
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-05
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-05
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-23
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix a type and formatting.Duncan Sands2008-05-09
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* Check linkage.Devang Patel2008-05-08
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Fix attribute handling.Devang Patel2008-03-12
* Initialize.Devang Patel2008-03-11
* Skip, for now, callsites where use of sret argument is not dominated by calls...Devang Patel2008-03-05
* Filter nested structsDevang Patel2008-03-04
* Use appropriate index to get the result value.Devang Patel2008-03-04
* Skip sret attribute while preparing attribute list forDevang Patel2008-03-04
* Increment counter that keeps track of total number of sret promoted.Devang Patel2008-03-04
* Skip declarations.Devang Patel2008-03-04
* Process externally visible functions also. Later on code generator will do th...Devang Patel2008-03-04
* Collect statistics.Devang Patel2008-03-04
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-03
* Preserve paramater attributes.Devang Patel2008-03-03
* Fix cut-n-pasto.Devang Patel2008-02-29
* Add pass to promote sret.Devang Patel2008-02-29