Skip to content
  1. Jun 22, 2012
  2. Jun 21, 2012
  3. Jun 20, 2012
  4. Jun 06, 2012
    • Jakob Stoklund Olesen's avatar
      Remove dead debug option -disable-rematerialization. · f435b186
      Jakob Stoklund Olesen authored
      Remat has been stable for years, and it isn't done by
      LiveIntervalAnalysis any longer. (See LiveRangeEdit).
      
      llvm-svn: 158079
      f435b186
    • Matt Beaumont-Gay's avatar
      Suppress -Wunused-variable in -Asserts build · 7ba769be
      Matt Beaumont-Gay authored
      llvm-svn: 158037
      7ba769be
    • Jakob Stoklund Olesen's avatar
      Simplify LiveInterval::print(). · f3f7d6f6
      Jakob Stoklund Olesen authored
      Don't print out the register number and spill weight, making the TRI
      argument unnecessary.
      
      This allows callers to interpret the reg field. It can currently be a
      virtual register, a physical register, a spill slot, or a register unit.
      
      llvm-svn: 158031
      f3f7d6f6
    • Jakob Stoklund Olesen's avatar
      Add experimental support for register unit liveness. · 12e03dae
      Jakob Stoklund Olesen authored
      Instead of computing a live interval per physreg, LiveIntervals can
      compute live intervals per register unit. This makes impossible the
      confusing situation where aliasing registers could have overlapping live
      intervals. It should also make fixed interferernce checking cheaper
      since registers have fewer register units than aliases.
      
      Live intervals for regunits are computed on demand, using MRI use-def
      chains and the new LiveRangeCalc class. Only regunits live in to ABI
      blocks are precomputed during LiveIntervals::runOnMachineFunction().
      
      The regunit liveness computations don't depend on LiveVariables.
      
      llvm-svn: 158029
      12e03dae
  5. Jun 05, 2012
  6. May 29, 2012
  7. May 20, 2012
  8. Apr 18, 2012
  9. Mar 21, 2012
  10. Mar 04, 2012
  11. Mar 01, 2012
  12. Feb 21, 2012
  13. Feb 19, 2012
  14. Feb 18, 2012
  15. Feb 17, 2012
Loading