summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll
Commit message (Collapse)AuthorAgeFilesLines
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-8/+0
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-051-1/+1
| | | | llvm-svn: 54351
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ↵Tanya Lattner2007-11-281-6/+5
| | | | | | | | tests and fixed broken run lines. XFAILed 3 arm regressions (will file bugs) llvm-svn: 44389
* 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 PR1319:Reid Spencer2007-04-151-1/+1
| | | | | | | | | | Upgrade to new Tcl exec based test framework. This exposes three regressions in llvm-upgrade: test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExprCast-Fold.llx test/Assembler/2004-01-11-getelementptrfolding.llx llvm-svn: 36067
* Update this test case to look for sret parameter attribute not csret cc.Reid Spencer2007-01-291-1/+2
| | | | llvm-svn: 33613
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+8
llvm-svn: 33296
OpenPOWER on IntegriCloud