| Age | Commit message (Expand) | Author |
| 2006-05-13 | Fixing 2006-05-01-SchedCausingSpills.ll; some clean up | Evan Cheng |
| 2006-05-13 | Revert an un-intended change | Evan Cheng |
| 2006-05-13 | Merge identical code. | Chris Lattner |
| 2006-05-12 | If the register allocator cannot find a register to spill, try the aliases. If | Evan Cheng |
| 2006-05-12 | Remove dead vars | Chris Lattner |
| 2006-05-12 | remove dead vars | Chris Lattner |
| 2006-05-12 | Remove dead variable | Chris Lattner |
| 2006-05-12 | Comment out dead variables | Chris Lattner |
| 2006-05-12 | Remove dead var | Chris Lattner |
| 2006-05-12 | Compile: | Chris Lattner |
| 2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
| 2006-05-12 | Backing out fix for PR770. Need to re-apply it after live range splitting is ... | Evan Cheng |
| 2006-05-12 | Duh. That could take a long time. | Evan Cheng |
| 2006-05-12 | Two simplifications for token factor nodes: simplify tf(x,x) -> x. | Chris Lattner |
| 2006-05-12 | Add capability to scheduler to commute nodes for profit. | Evan Cheng |
| 2006-05-11 | Refactor scheduler code. Move register-reduction list scheduler to a | Evan Cheng |
| 2006-05-11 | Set weight of zero length intervals to infinite to prevent them from being | Evan Cheng |
| 2006-05-11 | Backing out previous check-in. | Evan Cheng |
| 2006-05-10 | If the live interval legnth is essentially zero, i.e. in every live range | Evan Cheng |
| 2006-05-10 | Templatify RegReductionPriorityQueue | Evan Cheng |
| 2006-05-09 | Fix PR773 | Nate Begeman |
| 2006-05-09 | Fix a regression in my patch from last night that broke the llvmgcc4 build on | Chris Lattner |
| 2006-05-09 | Add pseudo dependency to force a def&use operand to be scheduled last (unless | Evan Cheng |
| 2006-05-09 | Debugging info | Evan Cheng |
| 2006-05-09 | PR 770 - permit coallescing of registers in subset register classes. | Evan Cheng |
| 2006-05-09 | Implement MASM sections correctly, without a "has masm sections flag" and a b... | Chris Lattner |
| 2006-05-09 | Oh yeah, there are two of these now, unify both. | Chris Lattner |
| 2006-05-09 | Setting SwitchToSectionDirective properly in the MASM backend permits a bunch | Chris Lattner |
| 2006-05-09 | Don't prefix section directives with a tab. Doing so causes blank lines to | Chris Lattner |
| 2006-05-09 | Make the masm codepath work like the normal code path. | Chris Lattner |
| 2006-05-09 | The MASM asmprinter has been fixed, these hacks are no longer needed. | Chris Lattner |
| 2006-05-09 | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner |
| 2006-05-08 | Make the case I just checked in stronger. Now we compile this: | Chris Lattner |
| 2006-05-08 | Implement and_sext.ll:test3, generating: | Chris Lattner |
| 2006-05-08 | Compile this: | Chris Lattner |
| 2006-05-08 | Fold shifts with undef operands. | Chris Lattner |
| 2006-05-08 | When tracking demanded bits, if any bits from the sext of an SRA are demanded, | Chris Lattner |
| 2006-05-08 | Make emission of jump tables a bit less conservative; they are now required | Nate Begeman |
| 2006-05-08 | Fix PR772 | Nate Begeman |
| 2006-05-06 | Use ComputeMaskedBits to determine # sign bits as a fallback. This allows us | Chris Lattner |
| 2006-05-06 | Add some more sign propagation cases | Chris Lattner |
| 2006-05-06 | Simplify some code, add a couple minor missed folds | Chris Lattner |
| 2006-05-06 | constant fold sign_extend_inreg | Chris Lattner |
| 2006-05-06 | remove cases handled elsewhere | Chris Lattner |
| 2006-05-06 | Add some more simple sign bit propagation cases. | Chris Lattner |
| 2006-05-06 | Fix some loose ends in MASM support. | Jeff Cohen |
| 2006-05-06 | Use the new TargetLowering::ComputeNumSignBits method to eliminate | Chris Lattner |
| 2006-05-06 | Add some really really simple code for computing sign-bit propagation. | Chris Lattner |
| 2006-05-06 | When inserting casts, be careful of where we put them. We cannot insert | Chris Lattner |
| 2006-05-06 | Fold (trunc (srl x, c)) -> (srl (trunc x), c) | Chris Lattner |