Skip to content
  1. Aug 30, 2010
  2. Aug 19, 2010
  3. Aug 18, 2010
  4. Aug 11, 2010
  5. Aug 10, 2010
  6. Aug 06, 2010
  7. Aug 05, 2010
  8. Jul 22, 2010
    • Tobias Grosser's avatar
      Add new RegionInfo pass. · 336734ac
      Tobias Grosser authored
      The RegionInfo pass detects single entry single exit regions in a function,
      where a region is defined as any subgraph that is connected to the remaining
      graph at only two spots.
      Furthermore an hierarchical region tree is built.
      Use it by calling "opt -regions analyze" or "opt -view-regions".
      
      llvm-svn: 109089
      336734ac
  9. Jul 07, 2010
    • Dan Gohman's avatar
      Remove interprocedural-basic-aa and associated code. The AliasAnalysis · 00ef9325
      Dan Gohman authored
      interface needs implementations to be consistent, so any code which
      wants to support different semantics must use a different interface.
      It's not currently worthwhile to add a new interface for this new
      concept.
      
      Document that AliasAnalysis doesn't support cross-function queries.
      
      llvm-svn: 107776
      00ef9325
  10. Jul 01, 2010
  11. Jun 30, 2010
  12. Jun 29, 2010
  13. Jun 28, 2010
  14. Jun 22, 2010
  15. Jun 19, 2010
  16. Jun 18, 2010
  17. Jun 09, 2010
  18. Jun 07, 2010
  19. Apr 26, 2010
  20. Apr 24, 2010
  21. Apr 23, 2010
  22. Apr 22, 2010
  23. Apr 12, 2010
  24. Apr 08, 2010
  25. Apr 04, 2010
  26. Apr 02, 2010
  27. Mar 31, 2010
  28. Mar 30, 2010
  29. Mar 10, 2010
Loading