Cleanup in preparation for misched: Move DAG visualization logic.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSDNodes.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-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
2011-06-27 Owen AndersonThe index stored in the RegDefIter is one after the...
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
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...