summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer/paramattrs_bt.ll
Commit message (Collapse)AuthorAgeFilesLines
* Stop accepting and ignoring attributes in function types. Attributes are ↵Chris Lattner2011-06-171-19/+0
| | | | | | | | applied to functions and call/invokes, not to types. llvm-svn: 133266
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-4/+4
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+1
| | | | | | | | | | | | the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. llvm-svn: 44359
* For PR1553:Reid Spencer2007-07-191-6/+6
| | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR411:Reid Spencer2007-01-301-1/+1
| | | | | | | | Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
* For PR761:Reid Spencer2007-01-261-5/+5
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-161-0/+20
llvm-svn: 33259
OpenPOWER on IntegriCloud