Skip to content
  1. Nov 09, 2011
    • Eric Christopher's avatar
      Remove the pubnames section, no one consumes it. · 5223a575
      Eric Christopher authored
      llvm-svn: 144169
      5223a575
    • Jakob Stoklund Olesen's avatar
      Collapse DomainValues across loop back-edges. · 3dc89c97
      Jakob Stoklund Olesen authored
      During the initial RPO traversal of the basic blocks, remember the ones
      that are incomplete because of back-edges from predecessors that haven't
      been visited yet.
      
      After the initial RPO, revisit all those loop headers so the incoming
      DomainValues on the back-edges can be properly collapsed.
      
      This will properly fix execution domains on software pipelined code,
      like the included test case.
      
      llvm-svn: 144151
      3dc89c97
    • Jakob Stoklund Olesen's avatar
      Link to the live DomainValue after merging. · 53ec977c
      Jakob Stoklund Olesen authored
      When merging two uncollapsed DomainValues, place a link to the active
      DomainValue from the passive DomainValue.  This allows old stale
      references to the passive DomainValue to be updated to point to the
      active DomainValue.
      
      The new resolve() function finds the active DomainValue and updates the
      pointer.
      
      This change makes old live-out lists more useful since they may contain
      uncollapsed DomainValues that have since been merged into other
      DomainValues.
      
      llvm-svn: 144149
      53ec977c
    • Jakob Stoklund Olesen's avatar
      Track reference count independently from clear(). · b7e44a3f
      Jakob Stoklund Olesen authored
      This allows clear() to be called on a DomainValue with references.
      
      llvm-svn: 144147
      b7e44a3f
  2. Nov 08, 2011
  3. Nov 07, 2011
  4. Nov 05, 2011
Loading