summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2006-07-03-schedulers.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-3/+3
| | | | llvm-svn: 81293
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-7/+7
| | | | | | | | | | | | | | | integer and floating-point opcodes, introducing FAdd, FSub, and FMul. For now, the AsmParser, BitcodeReader, and IRBuilder all preserve backwards compatability, and the Core LLVM APIs preserve backwards compatibility for IR producers. Most front-ends won't need to change immediately. This implements the first step of the plan outlined here: http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt llvm-svn: 72897
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-131-2/+3
| | | | | | | | | | | scheduling dependencies. Add assertion checks to help catch this. It appears the Mips target defaults to list-td, and it has a regression test that uses a physreg dependence. Such code was liable to be miscompiled, and now evokes an assertion failure. llvm-svn: 62177
* Test -pre-RA-sched=fast too, for completeness.Dan Gohman2008-11-201-0/+1
| | | | llvm-svn: 59741
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-191-32/+25
| | | | llvm-svn: 47296
* -pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng2007-10-011-3/+0
| | | | llvm-svn: 42505
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-1/+1
| | | | | | representable to use hex format. llvm-svn: 41722
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-7/+7
| | | | | | | Change name of -sched option and DEBUG_TYPE to pre-RA-sched; adjust testcases. llvm-svn: 39816
* For PR1319:Reid Spencer2007-04-161-6/+6
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+40
llvm-svn: 33296
OpenPOWER on IntegriCloud