aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/GlobalsModRef
Commit message (Expand)AuthorAgeFilesLines
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-191-1104/+0
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-194-38/+0
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-131-0/+9
* Testcase for commits 55700 and 55714.Duncan Sands2008-09-031-0/+1104
* Since onlyReadsMemory returns true if in factDuncan Sands2008-09-031-0/+9
* Cleanup GlobalsModRef a bit. When analysing theDuncan Sands2008-09-033-0/+38
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-165-5/+5
* 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
* Remove llvm-upgrade.Tanya Lattner2008-02-144-51/+45
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-231-12/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-186-0/+94