summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/APIntParam.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
* Test passing of integer parameters for integersDuncan Sands2008-07-161-0/+1537
of all sizes from i1 to i256. The code is not always that great, for example (x86) movw %di, %ax movw %ax, i17_s where the store could be directly from %di. llvm-svn: 53677
OpenPOWER on IntegriCloud