aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedPriorities.cpp
AgeCommit message (Expand)Author
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-12Major improvement to how nodes are built for a BB.Vikram S. Adve
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Format file header.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07Remove unneeded #includesChris Lattner
2001-08-28Class that encapsulates priority heuristics for instruction scheduling.Vikram S. Adve