Cleanup in preparation for misched: Move DAG visualization logic.
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.h
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew TrickCleanup: DAG building is specific to either SD or MI...
2012-03-07 Andrew Trickmisched comments
2012-02-24 Nick LewyckyScheduleDAGInstrs.h:155: warning: suggest parentheses...
2012-02-24 Andrew TrickPostRA sched: speed up physreg tracking by not abusing...
2012-02-23 Andrew TrickPostRASched: Convert physreg def/use tracking to Jakob...
2012-02-22 Andrew Trickmisched: Use SparseSet for VRegDegs for constant time...
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
2012-01-14 Andrew Trickmisched: Initial code for building an MI level scheduli...
2012-01-14 Andrew TrickMove physreg dependency generation into aptly named...
2012-01-14 Andrew Trickmisched: Added ScheduleDAGInstrs::IsPostRA
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...