Evan Cheng 70017e44cd Add an ILP scheduler. This is a register pressure aware scheduler that's
appropriate for targets without detailed instruction iterineries.
The scheduler schedules for increased instruction level parallelism in
low register pressure situation; it schedules to reduce register pressure
when the register pressure becomes high.

On x86_64, this is a win for all tests in CFP2000. It also sped up 256.bzip2
by 16%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109300 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-24 00:39:05 +00:00
..
2010-07-23 04:19:39 +00:00
2010-07-19 19:24:55 +00:00
2010-07-23 23:27:43 +00:00
2010-07-21 08:25:55 +00:00
2010-07-22 14:13:14 +00:00
2010-07-22 07:46:31 +00:00
2010-07-20 21:45:17 +00:00
2010-07-22 21:51:30 +00:00
2010-07-23 08:53:17 +00:00