Added a late machine instruction copy propagation pass. This catches
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.h
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2011-10-07 Andrew TrickPostRA scheduler fix. Clear stale loop dependencies.
2011-10-07 Andrew Trickwhitespace
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
2010-10-23 Evan ChengProperly model the latency of register defs which are...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-07-24 Bob WilsonChange ScheduleDAGInstrs::Defs and ::Uses to be variabl...
2010-06-29 Jim GrosbachWhen processing loops for scheduling latencies (used...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-12 Dan GohmanRemove a redundant member variable.
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...