| Commit message (Expand) | Author | Age | Files | Lines |
* | Add/Sub/Mul are safe to promote here as well. Incrementing a single-bit | Chris Lattner | 2006-05-13 | 1 | -0/+6 |
* | Merge identical code. | Chris Lattner | 2006-05-13 | 1 | -8/+0 |
* | Implement simple promotion for cast elimination in instcombine. This is | Chris Lattner | 2006-05-13 | 1 | -0/+119 |
* | Remove some dead variables. | Chris Lattner | 2006-05-12 | 2 | -7/+2 |
* | Remove dead stuff | Chris Lattner | 2006-05-12 | 1 | -4/+0 |
* | Fix build breakage :( | Chris Lattner | 2006-05-12 | 1 | -1/+3 |
* | More coverity fixes | Chris Lattner | 2006-05-12 | 2 | -2/+3 |
* | Dead variable | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
* | Remove dead var, fix bad override. | Chris Lattner | 2006-05-12 | 2 | -2/+3 |
* | If the register allocator cannot find a register to spill, try the aliases. If | Evan Cheng | 2006-05-12 | 1 | -2/+19 |
* | Remove dead code | Evan Cheng | 2006-05-12 | 1 | -4/+1 |
* | Fix accidentally committed patch. | Chris Lattner | 2006-05-12 | 1 | -1/+1 |
* | Actually override the right method. :) | Chris Lattner | 2006-05-12 | 1 | -1/+1 |
* | remove dead variable. | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Fix iterator invalidation bug, identified by Coverity. | Chris Lattner | 2006-05-12 | 2 | -1/+2 |
* | Fix a hypothetical memory leak, identified by Coverity. In practice, this | Chris Lattner | 2006-05-12 | 1 | -1/+3 |
* | Remove dead vars | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
* | remove dead vars | Chris Lattner | 2006-05-12 | 1 | -2/+1 |
* | Remove dead variable | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Comment out dead variables | Chris Lattner | 2006-05-12 | 1 | -2/+2 |
* | When reading the symbol table, make sure to delete the ArchiveMember | Reid Spencer | 2006-05-12 | 2 | -0/+4 |
* | Remove dead var | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Remove dead variable | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
* | remove dead variable. | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Remove dead variable. | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
* | Compile: | Chris Lattner | 2006-05-12 | 1 | -1/+6 |
* | Fix PowerPC/2006-05-12-rlwimi-crash.ll | Chris Lattner | 2006-05-12 | 1 | -3/+4 |
* | Add a method to generate a string representation from a TargetData. | Owen Anderson | 2006-05-12 | 1 | -0/+21 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 18 | -0/+18 |
* | Fix some tabbing issues. | Owen Anderson | 2006-05-12 | 1 | -29/+29 |
* | Backing out fix for PR770. Need to re-apply it after live range splitting is ... | Evan Cheng | 2006-05-12 | 1 | -25/+13 |
* | Duh. That could take a long time. | Evan Cheng | 2006-05-12 | 1 | -11/+15 |
* | Add a new constructor to TargetData that builds a TargetData from its | Owen Anderson | 2006-05-12 | 1 | -0/+65 |
* | Two simplifications for token factor nodes: simplify tf(x,x) -> x. | Chris Lattner | 2006-05-12 | 1 | -2/+6 |
* | Add capability to scheduler to commute nodes for profit. | Evan Cheng | 2006-05-12 | 2 | -31/+61 |
* | Typo! How did we commute nodes before?! | Evan Cheng | 2006-05-12 | 1 | -1/+1 |
* | For extra sanity checking, fill free'd memory with garbage so we know that | Chris Lattner | 2006-05-12 | 1 | -0/+3 |
* | Fix some bugs in the freelist manipulation code. | Chris Lattner | 2006-05-11 | 1 | -12/+33 |
* | Refactor scheduler code. Move register-reduction list scheduler to a | Evan Cheng | 2006-05-11 | 4 | -932/+1104 |
* | Significantly revamp allocation of machine code to use free lists, real | Chris Lattner | 2006-05-11 | 1 | -51/+340 |
* | Refactor some code, making it simpler. | Chris Lattner | 2006-05-11 | 1 | -31/+43 |
* | Add MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to isLoadFromStackSlot and is... | Evan Cheng | 2006-05-11 | 1 | -0/+4 |
* | Set weight of zero length intervals to infinite to prevent them from being | Evan Cheng | 2006-05-11 | 1 | -0/+19 |
* | Backing out previous check-in. | Evan Cheng | 2006-05-11 | 1 | -16/+1 |
* | If the live interval legnth is essentially zero, i.e. in every live range | Evan Cheng | 2006-05-10 | 1 | -1/+15 |
* | Two changes: | Chris Lattner | 2006-05-10 | 1 | -7/+72 |
* | Fix the PowerPC JIT-only failure on UnitTests/Vector/sumarray-dbl, which is | Chris Lattner | 2006-05-10 | 1 | -2/+2 |
* | Templatify RegReductionPriorityQueue | Evan Cheng | 2006-05-10 | 1 | -7/+12 |
* | Add an assertion for a common error | Chris Lattner | 2006-05-10 | 1 | -1/+4 |
* | Fix PR773 | Nate Begeman | 2006-05-09 | 1 | -2/+20 |