Skip to content
  1. Sep 21, 2010
  2. Sep 20, 2010
  3. Sep 19, 2010
  4. Sep 18, 2010
  5. Sep 17, 2010
  6. Sep 16, 2010
    • Devang Patel's avatar
      If FE forgot to provide a file name (usually it uses "stdin" as name in such... · 871d0b1b
      Devang Patel authored
      If FE forgot to provide a file name (usually it uses "stdin" as name in such situation) then make one up to ensure that debug info is not malformed.
      
      llvm-svn: 114119
      871d0b1b
    • Jakob Stoklund Olesen's avatar
      Use the value mapping provided by LiveIntervalMap. This simplifies the code a · 9855109b
      Jakob Stoklund Olesen authored
      great deal because we don't have to worry about maintaining SSA form.
      
      Unconditionally copy back to dupli when the register is live out of the split
      range, even if the live-out value was defined outside the range. Skipping the
      back-copy only makes sense when the live range is going to spill outside the
      split range, and we don't know that it will. Besides, this was a hack to avoid
      SSA update issues.
      
      Clear up some confusion about the end point of a half-open LiveRange. Methinks
      LiveRanges need to be closed so both start and end are included in the range.
      The low bits of a SlotIndex are symbolic, so a half-open range doesn't really
      make sense. This would be a pervasive change, though.
      
      llvm-svn: 114043
      9855109b
  7. Sep 15, 2010
  8. Sep 14, 2010
Loading