summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-161-23/+0
| | | | llvm-svn: 47227
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-3/+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 PR1146:Reid Spencer2007-04-221-0/+2
| | | | | | | | Make ParamAttrsList objects unique. You can no longer directly create or destroy them but instead must go through the ParamAttrsList::get() interface. llvm-svn: 36327
* Add some more interesting cases to this test.Reid Spencer2007-02-081-0/+2
| | | | llvm-svn: 34042
* For PR1187:Reid Spencer2007-02-081-0/+21
Add some interesting CSRETCC upgrade cases. llvm-svn: 34041
OpenPOWER on IntegriCloud