Skip to content
  1. May 18, 2011
  2. May 17, 2011
  3. May 16, 2011
  4. May 14, 2011
  5. May 05, 2011
  6. May 02, 2011
  7. Apr 30, 2011
  8. Apr 29, 2011
  9. Apr 28, 2011
  10. Apr 23, 2011
  11. Apr 21, 2011
  12. Apr 19, 2011
  13. Apr 15, 2011
  14. Apr 14, 2011
    • Chris Lattner's avatar
      rework FoldBranchToCommonDest to exit earlier when there is a bonus · fba5cdfc
      Chris Lattner authored
      instruction around, reducing work.
      
      Greatly simplify handling of debug instructions.  There is no need to
      build up a vector of them and then move them into the one predecessor
      if we're processing a block.  Instead just rescan the block and *copy*
      them into the pred.  If a block gets merged into multiple preds, this
      will retain more debug info.
      
      llvm-svn: 129502
      fba5cdfc
  15. Apr 12, 2011
  16. Apr 11, 2011
  17. Apr 08, 2011
  18. Apr 07, 2011
  19. Apr 04, 2011
  20. Apr 03, 2011
    • Eli Friedman's avatar
      PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction · 17bf4922
      Eli Friedman authored
      after the given instruction; make sure to handle that case correctly.
      (It's difficult to trigger; the included testcase involves a dead 
      block, but I don't think that's a requirement.) 
      
      While I'm here, get rid of the unnecessary warning about
      SimplifyInstructionsInBlock, since it should work correctly as far as I know.
      
      llvm-svn: 128782
      17bf4922
  21. Mar 30, 2011
  22. Mar 21, 2011
  23. Mar 19, 2011
  24. Mar 17, 2011
  25. Mar 15, 2011
Loading