| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert changes that caused breakage. | Owen Anderson | 2007-04-18 | 1 | -15/+19 |
* | Switch more uses of DominatorTree over to ETForest. | Owen Anderson | 2007-04-18 | 1 | -22/+24 |
* | Use ETForest instead of DominatorTree. | Owen Anderson | 2007-04-18 | 1 | -11/+11 |
* | Add accessor to get the blocks immediately dominated by a given block to ETFo... | Owen Anderson | 2007-04-18 | 2 | -0/+22 |
* | VarInfo::UsedBlocks is no longer used. Remove. | Evan Cheng | 2007-04-18 | 5 | -21/+2 |
* | Use ETForest instead of DominatorTree. | Owen Anderson | 2007-04-18 | 1 | -19/+15 |
* | Use new ETForest accessor. | Owen Anderson | 2007-04-18 | 1 | -4/+4 |
* | Use ETForest instead of DominatorTree. | Owen Anderson | 2007-04-18 | 1 | -21/+18 |
* | Add an accessor to make ETForest more useful. | Owen Anderson | 2007-04-18 | 1 | -0/+7 |
* | allow SRL to simplify its operands, as it doesn't demand all bits as input. | Chris Lattner | 2007-04-18 | 1 | -1/+7 |
* | When replacing a node in SimplifyDemandedBits, if the old node used any | Chris Lattner | 2007-04-18 | 1 | -1/+8 |
* | new testcase | Chris Lattner | 2007-04-18 | 1 | -0/+13 |
* | fix a pasto | Chris Lattner | 2007-04-18 | 1 | -1/+1 |
* | New crasher test case. | Evan Cheng | 2007-04-18 | 1 | -0/+42 |
* | Don't populate TryAgainList when coalescing only physical registers with virt... | Evan Cheng | 2007-04-18 | 2 | -7/+7 |
* | Cache DT[*SI] lookup. | Devang Patel | 2007-04-18 | 1 | -2/+4 |
* | don't access argument list of prototypes | Chris Lattner | 2007-04-18 | 1 | -7/+24 |
* | Fix | Devang Patel | 2007-04-18 | 1 | -1/+1 |
* | New test. | Devang Patel | 2007-04-18 | 1 | -0/+692 |
* | what's an & between friends? | Chris Lattner | 2007-04-18 | 1 | -1/+1 |
* | Increment use count of new virtuals created during PHI elimination. | Evan Cheng | 2007-04-18 | 1 | -0/+3 |
* | Be more careful when inserting reused instructions. This fixes CodeGen/Gener... | Chris Lattner | 2007-04-17 | 1 | -2/+7 |
* | new testcase | Chris Lattner | 2007-04-17 | 1 | -0/+35 |
* | Oops. Didn't mean to check in a quick hack. | Evan Cheng | 2007-04-17 | 1 | -8/+16 |
* | Fix a bug in my previous patch, grabbing the shift amount width from the | Chris Lattner | 2007-04-17 | 1 | -2/+2 |
* | dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll | Chris Lattner | 2007-04-17 | 1 | -1/+1 |
* | Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. | Chris Lattner | 2007-04-17 | 1 | -5/+52 |
* | new testcase | Chris Lattner | 2007-04-17 | 1 | -0/+11 |
* | Use // not ; since this is C. | Duncan Sands | 2007-04-17 | 1 | -2/+2 |
* | Copy coalescing change to prevent a physical register from being pin to a | Evan Cheng | 2007-04-17 | 3 | -88/+104 |
* | New test case. | Devang Patel | 2007-04-17 | 1 | -0/+4 |
* | Add a register allocation preference field; add a method to compute size of a... | Evan Cheng | 2007-04-17 | 2 | -1/+15 |
* | Change getAllocatableSet() so it returns allocatable registers for a specific... | Evan Cheng | 2007-04-17 | 2 | -6/+11 |
* | Keep track of number of uses within the function per virtual register. | Evan Cheng | 2007-04-17 | 2 | -1/+6 |
* | Add comment | Anton Korobeynikov | 2007-04-17 | 1 | -0/+9 |
* | SIGN_EXTEND_INREG does not demand its top bits. Give SimplifyDemandedBits | Chris Lattner | 2007-04-17 | 1 | -1/+6 |
* | new testcase | Chris Lattner | 2007-04-17 | 1 | -0/+12 |
* | Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail | Chris Lattner | 2007-04-17 | 1 | -18/+37 |
* | make getnext/getprev accessors private. | Chris Lattner | 2007-04-17 | 2 | -15/+15 |
* | Spell doFinalization right, so that it is a proper virtual override and | Dan Gohman | 2007-04-17 | 1 | -1/+1 |
* | make next/prev accessors private | Chris Lattner | 2007-04-17 | 1 | -6/+8 |
* | bool on darwin/ppc is 4 bytes. | Chris Lattner | 2007-04-17 | 1 | -2/+2 |
* | remove use of BasicBlock::getNext | Chris Lattner | 2007-04-17 | 2 | -3/+6 |
* | Instruction:: Next/Prev accessors are now private | Chris Lattner | 2007-04-17 | 1 | -7/+8 |
* | add a note | Chris Lattner | 2007-04-17 | 1 | -0/+43 |
* | remove use of BasicBlock::getNext | Chris Lattner | 2007-04-17 | 1 | -3/+4 |
* | Remove use of Instruction::getNext | Chris Lattner | 2007-04-17 | 1 | -8/+11 |
* | eliminate use of Instruction::getNext() | Chris Lattner | 2007-04-17 | 1 | -13/+15 |
* | remove use of Instruction::getNext | Chris Lattner | 2007-04-17 | 1 | -3/+5 |
* | eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005. | Chris Lattner | 2007-04-17 | 1 | -3/+6 |