aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SRETPromotion
Commit message (Expand)AuthorAgeFilesLines
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-071-0/+33
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-072-110/+0
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-051-0/+20
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-051-0/+24
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Fix attribute handling.Devang Patel2008-03-121-0/+7
* SimplifyDevang Patel2008-03-102-33/+51
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-072-0/+92
* Place for sret promotion tests.Devang Patel2008-03-071-0/+3