aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.cpp
AgeCommit message (Expand)Author
2010-08-10More debug spewJakob Stoklund Olesen
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-10Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen
2010-08-06Lazily defer duplicating the live interval we are splitting until we know it isJakob Stoklund Olesen
2010-08-06Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen
2010-08-06Fix swapped COPY operands.Jakob Stoklund Olesen
2010-08-04Checkpoint SplitKit progress.Jakob Stoklund Olesen
2010-07-26Add SplitEditor to SplitKit. This class will be used to edit live intervals andJakob Stoklund Olesen
2010-07-20Change the createSpiller interface to take a MachineFunctionPass argument.Jakob Stoklund Olesen
2010-07-20Implement loop splitting analysis.Jakob Stoklund Olesen
2010-07-20Appease the colonials.Jakob Stoklund Olesen
2010-07-20Beginning SplitKit - utility classes for live range splitting.Jakob Stoklund Olesen