Skip to content
  1. Nov 24, 2009
  2. Nov 06, 2009
  3. Nov 05, 2009
  4. Nov 01, 2009
  5. Oct 20, 2009
  6. Oct 14, 2009
  7. Oct 13, 2009
  8. Sep 09, 2009
  9. Sep 08, 2009
    • Dan Gohman's avatar
      Re-apply r80926, with fixes: keep the domtree informed of new blocks · 3ddbc242
      Dan Gohman authored
      that get created during loop unswitching, and fix SplitBlockPredecessors'
      LCSSA updating code to create new PHIs instead of trying to just move
      existing ones.
      
      Also, optimize Loop::verifyLoop, since it gets called a lot. Use
      searches on a sorted list of blocks instead of calling the "contains"
      function, as is done in other places in the Loop class, since "contains"
      does a linear search. Also, don't call verifyLoop from LoopSimplify or
      LCSSA, as the PassManager is already calling verifyLoop as part of
      LoopInfo's verifyAnalysis.
      
      llvm-svn: 81221
      3ddbc242
  10. Sep 06, 2009
  11. Sep 03, 2009
  12. Sep 02, 2009
  13. Aug 23, 2009
  14. Aug 13, 2009
  15. Jul 31, 2009
  16. Jul 25, 2009
  17. Jul 22, 2009
  18. Jul 21, 2009
  19. Jul 15, 2009
  20. Jul 14, 2009
  21. Jul 10, 2009
  22. Jul 06, 2009
  23. Jul 03, 2009
  24. May 06, 2009
  25. Mar 19, 2009
  26. Feb 03, 2009
  27. Jan 28, 2009
  28. Dec 08, 2008
  29. Dec 01, 2008
  30. Nov 03, 2008
  31. Oct 23, 2008
    • Daniel Dunbar's avatar
      Change create*Pass factory functions to return Pass* instead of · 7f39e2d8
      Daniel Dunbar authored
      LoopPass*.
       - Although less precise, this means they can be used in clients
         without RTTI (who would otherwise need to include LoopPass.h, which
         eventually includes things using dynamic_cast). This was the
         simplest solution that presented itself, but I am happy to use a
         better one if available.
      
      llvm-svn: 58010
      7f39e2d8
  32. Oct 17, 2008
  33. Sep 27, 2008
  34. Sep 25, 2008
    • Devang Patel's avatar
      Large mechanical patch. · 4c758ea3
      Devang Patel authored
      s/ParamAttr/Attribute/g
      s/PAList/AttrList/g
      s/FnAttributeWithIndex/AttributeWithIndex/g
      s/FnAttr/Attribute/g
      
      This sets the stage 
      - to implement function notes as function attributes and 
      - to distinguish between function attributes and return value attributes.
      
      This requires corresponding changes in llvm-gcc and clang.
      
      llvm-svn: 56622
      4c758ea3
Loading