aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/android/tools/r8/ir/regalloc/LiveIntervals.java
AgeCommit message (Expand)Author
2017-07-13Fix register allocation issues caused by special debug uses.Mads Ager
2017-07-05Don't consider debug-value uses as actual uses.Ian Zerny
2017-06-23Don't consider local-associated SSA values as constants.Ian Zerny
2017-06-21Change register allocator to deal better with unconstrained uses.Mads Ager
2017-06-19Update how register candidate is chosenmikaelpeltier
2017-05-23Fix isRematerializable to always use the unadjusted real register number.Mads Ager
2017-05-22Initial push.Mads Ager