summaryrefslogtreecommitdiff
path: root/test/Feature/paramattrs.ll
AgeCommit message (Expand)Author
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-15Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-07-19For PR1553:Reid Spencer
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-03-22Add tests for nounwind and noreturn function attributes.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-05Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer
2007-01-04Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer
2007-01-03Add a test case to test parameter attributes feature.Reid Spencer