<div dir="ltr">Just another quick comment about LLVM email conventions.<div><br></div><div>For patch sets like this, a lot of people's email clients don't effectively keep all of the separate patch emails together. Generally, I think it is preferred for a series of patches to be attached to the same email (I think git has an option to do this).</div>
<div><br></div><div>-- Sean Silva</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 29, 2013 at 9:07 PM, Matthias Braun <span dir="ltr"><<a href="mailto:matze@braunis.de" target="_blank">matze@braunis.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This patchset is a step towards having subregister liveness in the<br>
LiveIntervall class. It factors out some functionality of the LiveInterval<br>
class into a new LiveRanges class to enable reusage. As a proof of concept<br>
the final patch rewrite the Register Unit liveness tracking to use this new<br>
class and thereby avoid having unnecessary register number and spill weight<br>
fields there.<br>
<br>
Matthias Braun (5):<br>
  refactor LiveInterval: introduce new LiveRanges class<br>
  Pass LiveQueryResult by value<br>
  change MachineVerifier to work on LiveRanges + LiveInterval<br>
  work on LiveRanges instead of LiveInterval where possible<br>
  Represent RegUnit liveness with LiveRanges instances<br>
<br>
 include/llvm/CodeGen/LiveInterval.h         | 328 +++++++++++++++-------------<br>
 include/llvm/CodeGen/LiveIntervalAnalysis.h |  46 ++--<br>
 include/llvm/CodeGen/RegisterPressure.h     |   4 +-<br>
 lib/CodeGen/InlineSpiller.cpp               |   8 +-<br>
 lib/CodeGen/InterferenceCache.cpp           |   8 +-<br>
 lib/CodeGen/InterferenceCache.h             |   2 +-<br>
 lib/CodeGen/LiveDebugVariables.cpp          |  18 +-<br>
 lib/CodeGen/LiveInterval.cpp                | 130 ++++++-----<br>
 lib/CodeGen/LiveIntervalAnalysis.cpp        | 167 +++++++-------<br>
 lib/CodeGen/LiveRangeCalc.cpp               |  56 +++--<br>
 lib/CodeGen/LiveRangeCalc.h                 |  32 ++-<br>
 lib/CodeGen/LiveRangeEdit.cpp               |   6 +-<br>
 lib/CodeGen/LiveRegMatrix.cpp               |   6 +-<br>
 lib/CodeGen/MachineScheduler.cpp            |   3 +-<br>
 lib/CodeGen/MachineVerifier.cpp             | 224 ++++++++++---------<br>
 lib/CodeGen/RegAllocGreedy.cpp              |   6 +-<br>
 lib/CodeGen/RegisterCoalescer.cpp           |  18 +-<br>
 lib/CodeGen/RegisterPressure.cpp            |  14 +-<br>
 lib/CodeGen/ScheduleDAGInstrs.cpp           |   3 +-<br>
 lib/CodeGen/SplitKit.cpp                    |  18 +-<br>
 20 files changed, 574 insertions(+), 523 deletions(-)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.8.3.4<br>
</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>