Remove variables which are assigned to but for which the value
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSDNodes.cpp
2010-06-25 Duncan SandsRemove variables which are assigned to but for which...
2010-06-24 Bill WendlingIt's possible that a flag is added to the SDNode that...
2010-06-23 Bill WendlingMorphNodeTo doesn't preserve the memory operands. Becau...
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-10 Evan ChengCode refactoring, no functionality changes.
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-19 Evan ChengCode clean up.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-03-25 Evan ChengScheduler assumes SDDbgValue nodes are in source order...
2010-03-25 Evan ChengRemove a fixme that doesn't make sense any more.
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-14 Evan ChengRename SDDbgValue.h to SDNodeDbgValue.h for consistency.
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-01-22 Evan ChengEnable pre-regalloc scheduling load clustering by default.
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-18 Bill WendlingChanges from review:
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-10-10 Dan GohmanCreate a new InstrEmitter class for translating Selecti...
2009-10-09 Dan GohmanThe ScheduleDAG framework now requires an AliasAnalysis...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-13 David GoodwinAdd callback to allow target to adjust latency of sched...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-03-23 Dan GohmanDon't set SUnit::hasPhysRegDefs to true unless the...
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-20 Dan GohmanSimplify this code; use a while instead of an if and...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-11 Evan ChengCheckForPhysRegDependency should not return copy cost...
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-23 Dan GohmanAvoid an unnecessary call to allnodes_size(), which...
2008-12-17 Dan GohmanDouble the amount of memory reserved for SUnits. This...
2008-12-16 Dan GohmanRemove some special-case logic in ScheduleDAGSDNodes's
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-11-21 Dan GohmanUse ComputeLatency in the MachineInstr scheduler.
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...