move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / SelectionDAG / InstrEmitter.cpp
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-21 Evan ChengTrim unneeded includes.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-16 Dan GohmanFix a typo in a comment.
2009-10-30 Dan GohmanDon't mark registers dead here when processing nodes...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-10 Dan GohmanCreate a new InstrEmitter class for translating Selecti...