aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineVerifier.cpp
AgeCommit message (Expand)Author
2009-07-291. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-15Verify that there is no kill flag on tied operands on two-address instructions.Jakob Stoklund Olesen
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-05-17Rename MachineVerifier pass to avoid command line collision.Jakob Stoklund Olesen
2009-05-16Verify that explicit definitions in the TargetInstrDesc are matched byJakob Stoklund Olesen
2009-05-16Allow redefinition of reserved registers.Jakob Stoklund Olesen
2009-05-16Pacify gcc-4.3, which suggests explicit braces hereDuncan Sands
2009-05-16Pass to verify generated machine code.Jakob Stoklund Olesen