summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGInstrs.h
Commit message (Expand)AuthorAge
* PostRA scheduler fix. Clear stale loop dependencies.Andrew Trick2011-10-07
* whitespaceAndrew Trick2011-10-07
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-02
* During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...Devang Patel2011-06-02
* Properly model the latency of register defs which are 1) function returns orEvan Cheng2010-10-23
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Change ScheduleDAGInstrs::Defs and ::Uses to be variable-size vectorsBob Wilson2010-07-24
* When processing loops for scheduling latencies (used for live outs on loopJim Grosbach2010-06-29
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-10
* Spill slots cannot alias.Evan Cheng2009-10-18
* Remove a redundant member variable.Dan Gohman2009-10-12
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-19
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* Factor out more code for computing register live-range informationforDan Gohman2009-02-10
* Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman2009-02-06