aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRangeEdit.h
AgeCommit message (Expand)Author
2010-12-18Teach the inline spiller to attempt folding a load instruction into its singleJakob Stoklund Olesen
2010-11-10Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.Jakob Stoklund Olesen
2010-11-01Don't assign new registers created during a split to the same stack slot, butJakob Stoklund Olesen
2010-10-29Fix sign error.Jakob Stoklund Olesen
2010-10-26After splitting, compute connected components of all new registers, not just forJakob Stoklund Olesen
2010-10-20Move some of the InlineSpiller rematerialization code into LiveRangeEdit.Jakob Stoklund Olesen
2010-10-15Move stack slot assignments into LiveRangeEdit.Jakob Stoklund Olesen
2010-10-14Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen