Skip to content
  1. Oct 17, 2009
    • Dan Gohman's avatar
      Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic · 0d3d9ee0
      Dan Gohman authored
      to be more general and understand more varieties of loops.
      
      Teach CodePlacementOpt to reorganize the basic blocks of a loop so that
      they are contiguous. This also includes a fair amount of logic for preserving
      fall-through edges while doing so. This fixes a BranchFolding-ism where blocks
      which can't be made to use a fall-through edge and don't conveniently fit
      anywhere nearby get tossed out to the end of the function.
      
      llvm-svn: 84295
      0d3d9ee0
    • Mon P Wang's avatar
      Allow widening of extract subvector · b1baaf5a
      Mon P Wang authored
      llvm-svn: 84279
      b1baaf5a
  2. Oct 16, 2009
  3. Oct 15, 2009
  4. Oct 14, 2009
  5. Oct 13, 2009
  6. Oct 12, 2009
  7. Oct 10, 2009
  8. Oct 09, 2009
Loading