| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Print out the connected components in the verifier after complaining about their | Jakob Stoklund Olesen | 2010-10-29 | 1 | -0/+8 |
* | One day, physical register live ranges will be sensible. | Jakob Stoklund Olesen | 2010-10-28 | 1 | -0/+5 |
* | Physical registers trivially have multiple connected components all the time. | Jakob Stoklund Olesen | 2010-10-27 | 1 | -5/+7 |
* | Verify that live intervals are connected. If there are multiple connected | Jakob Stoklund Olesen | 2010-10-26 | 1 | -1/+9 |
* | Teach MachineBasicBlock::print() to annotate instructions and blocks with | Jakob Stoklund Olesen | 2010-10-26 | 1 | -2/+11 |
* | Remmeber to print full live interval on verification error. | Jakob Stoklund Olesen | 2010-10-26 | 1 | -4/+7 |
* | Don't verify physical registers going into landing pads. | Jakob Stoklund Olesen | 2010-10-26 | 1 | -0/+8 |
* | Verify LiveIntervals against the CFG, ensuring that live-in values are live-out | Jakob Stoklund Olesen | 2010-10-23 | 1 | -1/+77 |
* | Add more verification of LiveIntervals. | Jakob Stoklund Olesen | 2010-10-22 | 1 | -0/+29 |
* | Permit landing pad successor blocks when verifying basic blocks that end in an | Jakob Stoklund Olesen | 2010-10-21 | 1 | -5/+13 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Skip unused registers when verifying LiveIntervals. | Jakob Stoklund Olesen | 2010-10-06 | 1 | -0/+5 |
* | Stop using LiveRange in MachineVerifier. | Jakob Stoklund Olesen | 2010-10-02 | 1 | -16/+15 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+2 |
* | Correct header. | Bill Wendling | 2010-08-19 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Add more verification of LiveIntervals. | Jakob Stoklund Olesen | 2010-08-06 | 1 | -4/+58 |
* | Don't try to verify LiveIntervals for physical registers. | Jakob Stoklund Olesen | 2010-08-06 | 1 | -8/+4 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't verify LiveVariables if LiveIntervals is available. | Jakob Stoklund Olesen | 2010-08-05 | 1 | -12/+13 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Add basic verification of LiveIntervals. | Jakob Stoklund Olesen | 2010-08-05 | 1 | -0/+59 |
* | Remove double-def checking from MachineVerifier, so a register does not have to | Jakob Stoklund Olesen | 2010-08-05 | 1 | -76/+11 |
* | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng | 2010-06-18 | 1 | -1/+2 |
* | Teach the machine code verifier to use getSubRegisterRegClass(). | Jakob Stoklund Olesen | 2010-05-18 | 1 | -2/+5 |
* | When verifying two-address instructions, check the following: | Jakob Stoklund Olesen | 2010-05-14 | 1 | -12/+16 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 1 | -1/+1 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -6/+4 |
* | Remove livein checks from machine code verifier. | Jakob Stoklund Olesen | 2010-01-05 | 1 | -99/+13 |
* | Remove minimal CFG sanity checks from verifier. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -18/+0 |
* | Allow explicit %reg0 operands beyond what the .td file describes. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -1/+2 |
* | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 1 | -9/+0 |
* | Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. | Jakob Stoklund Olesen | 2009-11-20 | 1 | -1/+1 |
* | Allow the machine verifier to be run outside the PassManager. | Jakob Stoklund Olesen | 2009-11-18 | 1 | -17/+160 |
* | Add MachineFunction::verify() to call the machine code verifier directly. | Jakob Stoklund Olesen | 2009-11-13 | 1 | -0/+4 |
* | Fix polarity of a CFG check in machine verifier. | Jakob Stoklund Olesen | 2009-11-13 | 1 | -5/+14 |
* | Make -print-machineinstrs more readable. | Dan Gohman | 2009-10-31 | 1 | -3/+3 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Add a few simple MachineVerifier checks for MachineMemOperands. | Dan Gohman | 2009-10-07 | 1 | -0/+10 |
* | Whitespace and formatting. | Jakob Stoklund Olesen | 2009-10-04 | 1 | -42/+16 |
* | Fix verification of explicit operands. | Jakob Stoklund Olesen | 2009-09-23 | 1 | -8/+11 |
* | Verify that phi instructions refer to MBBs in the CFG. | Jakob Stoklund Olesen | 2009-09-21 | 1 | -7/+8 |
* | Adjust the MachineBasicBlock verifier rules to be more | Dan Gohman | 2009-08-27 | 1 | -11/+14 |
* | Add some checks for MachineCFG consistency. Use AnalyzeBranch and | Dan Gohman | 2009-08-27 | 1 | -0/+133 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 1 | -3/+3 |