Implementation of instruction scheduling for LLVM.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:07:19 +0000 (23:07 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:07:19 +0000 (23:07 +0000)
commit0e1158f3401ca3c3407b6fb5b5250538b04dae1c
tree2199beead3a7a7b18f2d0063fabbbc0e16e17f38
parent37866b34376c3143006efde1b544cfce688f7ea9
Implementation of instruction scheduling for LLVM.
Currently schedules one basic block at a time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@396 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/InstrScheduling.h [new file with mode: 0644]
lib/CodeGen/InstrSched/InstrScheduling.cpp [new file with mode: 0644]
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp [new file with mode: 0644]