If dbg.declare from non-entry block is using alloca from entry block then use offset...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSDNodes.h
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-06-10 Evan ChengCode refactoring, no functionality changes.
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-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-07 Chris LattnerThree changes:
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
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-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-06 Dan GohmanDelete an unused member function.
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...