summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
Commit message (Collapse)AuthorAgeFilesLines
* Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher2011-03-111-1/+0
| | | | | | | | corresponding testcases back to the previous versions. Fixes some performance regressions only seen on 32-bit. llvm-svn: 127441
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | testcases accordingly. Some are currently xfailed and will be filed as bugs to be fixed or understood. Performance results: roughly neutral on SPEC some micro benchmarks in the llvm suite are up between 100 and 150%, only a pair of regressions that are due to be investigated john-the-ripper saw: 10% improvement in traditional DES 8% improvement in BSDI DES 59% improvement in FreeBSD MD5 67% improvement in OpenBSD Blowfish 14% improvement in LM DES Small compile time impact. llvm-svn: 127208
* Fix PR5315, original patch by Nicolas Capens!Eric Christopher2009-11-061-9/+9
| | | | llvm-svn: 86203
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Byebye llvm-upgrade!Tanya Lattner2008-03-251-65/+67
| | | | llvm-svn: 48762
* For PR1319:Reid Spencer2007-04-161-1/+2
| | | | | | Fix test syntax per new rules. llvm-svn: 36133
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+73
llvm-svn: 33296
OpenPOWER on IntegriCloud