summaryrefslogtreecommitdiff
path: root/test/Feature/paramattrs.ll
Commit message (Expand)AuthorAge
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* For PR1553:Reid Spencer2007-07-19
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-05
* Add tests for nounwind and noreturn function attributes.Reid Spencer2007-03-22
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer2007-01-05
* Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer2007-01-04
* Add a test case to test parameter attributes feature.Reid Spencer2007-01-03