summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/APIntZextParam.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-161-1/+1
| | | | | | | | When a test fails with more than a pipeful of output on stdout AND stderr, one of the DejaGnu programs blocks. The problem can be avoided by redirecting stdout to a file. llvm-svn: 71919
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-271-1/+1
| | | | | | | codegen infrastructure, by default. Please report any breakage to the mailing lists. llvm-svn: 58232
* Turn this legalize types test on.Duncan Sands2008-09-011-2/+1
| | | | llvm-svn: 55605
* Turn LegalizeTypes back off again for the moment:Duncan Sands2008-07-171-0/+1
| | | | | | | it is breaking Darwin bootstrap due to missing functionality. llvm-svn: 53721
* Add support for promoting and expanding AssertZextDuncan Sands2008-07-161-0/+1537
and AssertSext. Needed when passing huge integer parameters with the zeroext or signext attributes. llvm-svn: 53684
OpenPOWER on IntegriCloud