aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched
AgeCommit message (Expand)Author
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-14Checkin changes to:Chris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-09-09I really don't like it when people break the build.Chris Lattner
2001-09-07Remove unneeded #includesChris Lattner
2001-09-07Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner
2001-09-07* Remove lots of #includesChris Lattner
2001-08-28Makefile for InstrSched/Vikram S. Adve
2001-08-28Implementation of instruction scheduling for LLVM.Vikram S. Adve
2001-08-28Class that encapsulates priority heuristics for instruction scheduling.Vikram S. Adve
2001-08-28Scheduling DAG for instruction scheduling. Currently for a single basic block.Vikram S. Adve