Skip to content
  1. Jan 09, 2010
  2. Jan 08, 2010
    • Tobias Grosser's avatar
      Add assert to check dominance dfs numbers. · bd9f372f
      Tobias Grosser authored
      Compare the dominance information calculated using a dominance tree walk to the
      information calculated based on DFS numbers, if XDEBUG is enabled.
      
      llvm-svn: 92969
      bd9f372f
    • Tobias Grosser's avatar
      Remove workaround in PostDominators · bbe375e2
      Tobias Grosser authored
      Remove a FIXME and unify code that was necessary to work around broken
      updateDFSNumbers().  Before updateDFSNumbers() did not work correctly for post
      dominators.
      
      llvm-svn: 92968
      bbe375e2
    • Tobias Grosser's avatar
      Fix DFS number calculation for postdominators · 35e234bf
      Tobias Grosser authored
      The DFS number calculation for postdominators was broken. In the case of
      multiple exits that form the post dominator root nodes, do not iterate over
      all exits, but start from the virtual root node. Otherwise bbs, that are not
      post dominated by any exit but by the virtual root node, will never be assigned
      a DFS number.
      
      llvm-svn: 92967
      35e234bf
  3. Jan 07, 2010
  4. Jan 06, 2010
  5. Jan 05, 2010
  6. Jan 04, 2010
  7. Jan 02, 2010
  8. Jan 01, 2010
  9. Dec 31, 2009
Loading