Make UnreachableMachineBlockElim preserve MachineDominatorTree and
[oota-llvm.git] / lib / CodeGen / MachineVerifier.cpp
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-15 Jakob Stoklund OlesenVerify that there is no kill flag on tied operands...
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-05-17 Jakob Stoklund OlesenRename MachineVerifier pass to avoid command line colli...
2009-05-16 Jakob Stoklund OlesenVerify that explicit definitions in the TargetInstrDesc...
2009-05-16 Jakob Stoklund OlesenAllow redefinition of reserved registers.
2009-05-16 Duncan SandsPacify gcc-4.3, which suggests explicit braces here
2009-05-16 Jakob Stoklund OlesenPass to verify generated machine code.