1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/InstrSched
Vikram S. Adve 9515b10102 Add edges between call instructions and (a) load/store instructions, and
(b) any instructions that use or set CC registers.  Whether or not the
latter are needed really should be machine-dependent.

llvm-svn: 1008
2001-10-28 21:43:33 +00:00
..
InstrScheduling.cpp Modify code that processes delay slots so that it preserves any 2001-10-22 13:49:27 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Add edges between call instructions and (a) load/store instructions, and 2001-10-28 21:43:33 +00:00
SchedGraph.h Separate VM instruction that generates the instructions that compute a value 2001-10-17 23:55:16 +00:00
SchedPriorities.cpp Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
SchedPriorities.h Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00