move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / MachineVerifier.cpp
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-05 Jakob Stoklund OlesenRemove livein checks from machine code verifier.
2009-12-22 Jakob Stoklund OlesenRemove minimal CFG sanity checks from verifier.
2009-12-22 Jakob Stoklund OlesenAllow explicit %reg0 operands beyond what the .td file...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-18 Jakob Stoklund OlesenAllow the machine verifier to be run outside the PassMa...
2009-11-13 Jakob Stoklund OlesenAdd MachineFunction::verify() to call the machine code...
2009-11-13 Jakob Stoklund OlesenFix polarity of a CFG check in machine verifier.
2009-10-31 Dan GohmanMake -print-machineinstrs more readable.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-07 Dan GohmanAdd a few simple MachineVerifier checks for MachineMemO...
2009-10-04 Jakob Stoklund OlesenWhitespace and formatting.
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.