summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineVerifier.cpp
Commit message (Expand)AuthorAge
* Use pristine register info in machine code verifier.Jakob Stoklund Olesen2009-08-13
* Clean out per-function data after the machine code verifier is done with it.Jakob Stoklund Olesen2009-08-08
* Update the machine code verifier to keep up with the scavenger.Jakob Stoklund Olesen2009-08-08
* Enforce stricter rules in machine code verifier.Jakob Stoklund Olesen2009-08-04
* Handle <undef> flag in machine code verifier.Jakob Stoklund Olesen2009-08-02
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-29
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Verify that there is no kill flag on tied operands on two-address instructions.Jakob Stoklund Olesen2009-07-15
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Rename MachineVerifier pass to avoid command line collision.Jakob Stoklund Olesen2009-05-17
* Verify that explicit definitions in the TargetInstrDesc are matched byJakob Stoklund Olesen2009-05-16
* Allow redefinition of reserved registers.Jakob Stoklund Olesen2009-05-16
* Pacify gcc-4.3, which suggests explicit braces hereDuncan Sands2009-05-16
* Pass to verify generated machine code.Jakob Stoklund Olesen2009-05-16