aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGInstrs.h
AgeCommit message (Expand)Author
2010-03-10Progress towards shepherding debug info through SelectionDAG.Dale Johannesen
2009-10-18Spill slots cannot alias.Evan Cheng
2009-10-12Remove a redundant member variable.Dan Gohman
2009-10-09Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman
2009-09-18Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-02-11When scheduling a block in parts, keep track of the overallDan Gohman
2009-02-10Factor out more code for computing register live-range informationforDan Gohman
2009-02-06Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman