Simplify a few more uses of reg_iterator.
[oota-llvm.git] / lib / CodeGen / MachineVerifier.cpp
2009-09-23 Jakob Stoklund OlesenFix verification of explicit operands.
2009-09-21 Jakob Stoklund OlesenVerify that phi instructions refer to MBBs in the CFG.
2009-08-27 Dan GohmanAdjust the MachineBasicBlock verifier rules to be more
2009-08-27 Dan GohmanAdd some checks for MachineCFG consistency. Use Analyze...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-13 Jakob Stoklund OlesenUse pristine register info in machine code verifier.
2009-08-08 Jakob Stoklund OlesenClean out per-function data after the machine code...
2009-08-08 Jakob Stoklund OlesenUpdate the machine code verifier to keep up with the...
2009-08-04 Jakob Stoklund OlesenEnforce stricter rules in machine code verifier.
2009-08-02 Jakob Stoklund OlesenHandle <undef> flag in machine code verifier.
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.