Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach the inline spiller to attempt folding a load instruction into its single | Jakob Stoklund Olesen | 2010-12-18 | 1 | -0/+6 |
* | Simplify the LiveRangeEdit::canRematerializeAt() interface a bit. | Jakob Stoklund Olesen | 2010-11-10 | 1 | -5/+5 |
* | Don't assign new registers created during a split to the same stack slot, but | Jakob Stoklund Olesen | 2010-11-01 | 1 | -4/+0 |
* | Fix sign error. | Jakob Stoklund Olesen | 2010-10-29 | 1 | -1/+1 |
* | After splitting, compute connected components of all new registers, not just for | Jakob Stoklund Olesen | 2010-10-26 | 1 | -0/+2 |
* | Move some of the InlineSpiller rematerialization code into LiveRangeEdit. | Jakob Stoklund Olesen | 2010-10-20 | 1 | -5/+60 |
* | Move stack slot assignments into LiveRangeEdit. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+6 |
* | Create a new LiveRangeEdit class to keep track of the new registers created when | Jakob Stoklund Olesen | 2010-10-14 | 1 | -0/+70 |